A tiny, fast dependency injector that doesn't employ runtime code generation, making it suitable for use in restricted environments.
Info
Version: | 1.0.0-RC2 |
Author(s): | Sandro Magi |
Last Update: | Sunday, December 24, 2017 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/MicroDI |
Install
Install-Package MicroDI
dotnet add package MicroDI
paket add MicroDI
MicroDI Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.NETCore.Portable.Compatibility(>= 1.0.1)
- NETStandard.Library(>= 1.6.0)