An extension for Microsoft.Extensions.DependencyInjection allowing classes to be decorated with [Service] for quick and easy dependency registration.
Info
| Version: | 1.0.7 |
| Author(s): | Thomas Williams |
| Last Update: | Monday, November 11, 2019 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/buzzytom/Extensions.DependencyInjection.Services |
| NuGet Url: | https://www.nuget.org/packages/Buzzytom.Extensions.DependencyInjection.Services |
Install
Install-Package Buzzytom.Extensions.DependencyInjection.Services
dotnet add package Buzzytom.Extensions.DependencyInjection.Services
paket add Buzzytom.Extensions.DependencyInjection.Services
Buzzytom.Extensions.DependencyInjection.Services Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.DependencyInjection(>= 2.2.0)
Tags