Info
Version: | 1.0.5-beta |
Author(s): | kpobb1989 |
Last Update: | Monday, March 18, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/kpobb1989/DotNetCoreInjectorExtensions |
NuGet Url: | https://www.nuget.org/packages/DotNetCoreInjectorExtensions |
Install
Install-Package DotNetCoreInjectorExtensions
dotnet add package DotNetCoreInjectorExtensions
paket add DotNetCoreInjectorExtensions
DotNetCoreInjectorExtensions Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.DependencyInjection(>= 2.2.0)
- microsoft.aspnetcore.http.abstractions(>= 2.2.0)
- microsoft.extensions.configuration.binder(>= 2.2.0)
At the moment ASP.NET CORE doesn't allow you to inject properties into your objects.
DotNetCoreInjectorExtensions extends the native dependency injection in a manner it's done in Autofac via PropertiesAutowire. Moreover it gives you a possibility to resolve dependencies using DependencyResolver (this approach should be known for the ones who worked with ASP.NET MVC). Also it provides you an interesting conception of resolving configurations. This is an open source solution.
More details you can find on github.