Canister adds functionality to the IServiceCollection including adding all objects of a certain type, automatic registration of types via modules, etc.
Info
Version: | 5.3.13 |
Author(s): | James Craig |
Last Update: | Thursday, August 22, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/JaCraig/Canister |
NuGet Url: | https://www.nuget.org/packages/Canister.IoC |
Install
Install-Package Canister.IoC
dotnet add package Canister.IoC
paket add Canister.IoC
Canister.IoC Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.DependencyInjection(>= 5.0.1)
Tags