Extensions methods to use reflection in order to register services for dependency injection in .NET Core using reflection.
Info
Version: | 1.0.2 |
Author(s): | Arnaud Leclerc |
Last Update: | Thursday, June 14, 2018 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/ReflectiveInjector.Extensions |
Install
Install-Package ReflectiveInjector.Extensions
dotnet add package ReflectiveInjector.Extensions
paket add ReflectiveInjector.Extensions
ReflectiveInjector.Extensions Download (Unzip the "nupkg" after downloading)
Dependencies
- ReflectiveInjector.Core(>= 1.0.2)
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 2.1.0)
- Microsoft.Extensions.DependencyModel(>= 2.1.0)