Swallow.ChainOfInjection
5.0.0
dotnet add package Swallow.ChainOfInjection --version 5.0.0
NuGet\Install-Package Swallow.ChainOfInjection -Version 5.0.0
<PackageReference Include="Swallow.ChainOfInjection" Version="5.0.0" />
paket add Swallow.ChainOfInjection --version 5.0.0
#r "nuget: Swallow.ChainOfInjection, 5.0.0"
// Install Swallow.ChainOfInjection as a Cake Addin #addin nuget:?package=Swallow.ChainOfInjection&version=5.0.0 // Install Swallow.ChainOfInjection as a Cake Tool #tool nuget:?package=Swallow.ChainOfInjection&version=5.0.0
Swallow.ChainOfInjection
Behind the quite ominous name is hiding a very generic and abstract way of registering a structure that resembles a Chain of Responsibility to any DI-container, like Simple Injector orServiceCollection.
The original concept came from this really helpful Answer on StackOverflow, but I've changed quite a lot of it to make it generic and less "Expression"-y. The general idea, however, remains the same.
Packages
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net8.0
- No dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Swallow.ChainOfInjection:
Package | Downloads |
---|---|
Swallow.ChainOfInjection.ServiceCollection
A tiny package for an abstract base to inject a chain of responsibility into a DI-container |
|
Swallow.ChainOfInjection.SimpleInjector
A tiny package for an abstract base to inject a chain of responsibility into a DI-container |
GitHub repositories
This package is not used by any popular GitHub repositories.