emkah.AspNetCore.DependencyInjection.AutoReg
5.2.0
With AutoReg you can register your services automatically. You only have to decorate the interface and the class(es) with specific attributes. Further you have the possibility to configure (instead of hard coded) the implementation which shall be register.
Install-Package emkah.AspNetCore.DependencyInjection.AutoReg -Version 5.2.0
dotnet add package emkah.AspNetCore.DependencyInjection.AutoReg --version 5.2.0
<PackageReference Include="emkah.AspNetCore.DependencyInjection.AutoReg" Version="5.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add emkah.AspNetCore.DependencyInjection.AutoReg --version 5.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: emkah.AspNetCore.DependencyInjection.AutoReg, 5.2.0"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Dependencies
-
net5.0
- Microsoft.Extensions.Configuration.Abstractions (>= 5.0.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 5.0.0)
- Microsoft.Extensions.DependencyModel (>= 5.0.0)
- System.Configuration.ConfigurationManager (>= 5.0.0)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.