Canister adds functionality to the IServiceCollection including adding all objects of a certain type, automatic registration of types via modules, etc.
Info
| Version: | 6.4.0 |
| Author(s): | James Craig |
| Last Update: | Wednesday, March 4, 2026 |
| .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