Simple way to auto-register interfaces to their implementations with asp.net core default dependency injection.
Info
Version: | 1.1.0 |
Author(s): | Andre Carlucci |
Last Update: | Tuesday, March 20, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/SharpTools/SharpDiAutoRegister |
NuGet Url: | https://www.nuget.org/packages/SharpDiAutoRegister |
Install
Install-Package SharpDiAutoRegister
dotnet add package SharpDiAutoRegister
paket add SharpDiAutoRegister
SharpDiAutoRegister Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.DependencyInjection(>= 2.0.0)
- SimpleInjector(>= 4.0.12)
Tags