A Simple attribute based DI mapper for dotnet core.
Info
Version: | 1.0.0 |
Author(s): | Gerhard Davids |
Last Update: | Friday, October 6, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/VKBGroup/autoinject |
NuGet Url: | https://www.nuget.org/packages/VKB.AutoInject |
Install
Install-Package VKB.AutoInject
dotnet add package VKB.AutoInject
paket add VKB.AutoInject
VKB.AutoInject Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.EntityFrameworkCore(>= 2.0.0)
- Microsoft.EntityFrameworkCore.SqlServer(>= 2.0.0)
- Microsoft.Extensions.Configuration(>= 2.0.0)
- Microsoft.Extensions.DependencyInjection(>= 2.0.0)
- Microsoft.Extensions.DependencyModel(>= 2.0.0)
Tags