A simple dependency injection framework with full support for C# async/await.
Info
Version: | 0.4.0 |
Author(s): | Drew Noakes |
Last Update: | Wednesday, April 25, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/drewnoakes/servant |
NuGet Url: | https://www.nuget.org/packages/Servant |
Install
Install-Package Servant
dotnet add package Servant
paket add Servant
Servant Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
No dependencies.
- NETStandard.Library(>= 1.6.1)
- System.Reflection.Emit.ILGeneration(>= 4.3.0)
- System.Reflection.Emit.Lightweight(>= 4.3.0)
- System.Reflection.TypeExtensions(>= 4.3.0)
Tags