AspNetCore.ControllerInjection NuGet Package

The default service provider from Microsoft support only Constructor Injection which is great and fast, However in large application it become hard to design the class hierarchy because of this limitation of the service provider.

So this package attempt to solve this problem by providing a controller activator which extend the service provider - in the matter of speaking - for MVC controllers to support field, property and method injection in a simple way.




Got any AspNetCore.ControllerInjection Question?





Info

Version: 1.0.0
Author(s): Muhammad Aladdin
Last Update: Friday, December 25, 2020
.NET Fiddle: Create the first Fiddle
Project Url: https://github.com/muhamad/AspNetCore.ControllerInjection
NuGet Url: https://www.nuget.org/packages/AspNetCore.ControllerInjection


Install
Install-Package AspNetCore.ControllerInjection
dotnet add package AspNetCore.ControllerInjection
paket add AspNetCore.ControllerInjection
AspNetCore.ControllerInjection Download (Unzip the "nupkg" after downloading)



Tags



STATS

must-have-score

1.8

avg-downloads-per-day

0

days-since-last-release

1226