Extensions for .NET Core Dependency Injection container that allow to register and resolve dependencies by key.
Info
| Version: | 1.0.0-beta2 |
| Author(s): | Dmytro Hridin |
| Last Update: | Monday, April 20, 2020 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/dmytrohridin/DependencyInjectionNamedExtensions |
| NuGet Url: | https://www.nuget.org/packages/DependencyInjectionNamedExtensions |
Install
Install-Package DependencyInjectionNamedExtensions
dotnet add package DependencyInjectionNamedExtensions
paket add DependencyInjectionNamedExtensions
DependencyInjectionNamedExtensions Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.DependencyInjection(>= 3.1.2)
Tags