Swallow.ChainOfInjection 2.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Swallow.ChainOfInjection --version 2.1.0
NuGet\Install-Package Swallow.ChainOfInjection -Version 2.1.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Swallow.ChainOfInjection" Version="2.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Swallow.ChainOfInjection --version 2.1.0
#r "nuget: Swallow.ChainOfInjection, 2.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Swallow.ChainOfInjection as a Cake Addin
#addin nuget:?package=Swallow.ChainOfInjection&version=2.1.0

// Install Swallow.ChainOfInjection as a Cake Tool
#tool nuget:?package=Swallow.ChainOfInjection&version=2.1.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 or ServiceCollection.

The package in Swallow.ChainOfInjection defines the way it is supposed to work - but that is not enough! In order to use this functionality, you need to provide a specific configurator for the DI-container of your choice. You can find examples of exactly this for SimpleInjector and the IServiceCollection, if you'd like an example.

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.

Licensing

Swallow.ChainOfInjection is licensed under the MIT license. That means you can do whatever you like with it, as long as you give credit by including the library's license when distributing your software.

The logo (the swallow) is taken from www.freevector.com.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net6.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.

Version Downloads Last updated
4.0.0 483 1/20/2024
3.0.0 2,186 1/22/2023
2.1.0 11,608 11/21/2021
2.0.0 388 5/22/2021
1.1.0 1,213 11/23/2020
1.0.0 3,027 7/15/2020