Solid.Patterns.ChainOfResponsibility
1.0.5
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Solid.Patterns.ChainOfResponsibility --version 1.0.5
NuGet\Install-Package Solid.Patterns.ChainOfResponsibility -Version 1.0.5
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="Solid.Patterns.ChainOfResponsibility" Version="1.0.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Solid.Patterns.ChainOfResponsibility --version 1.0.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Solid.Patterns.ChainOfResponsibility, 1.0.5"
#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 Solid.Patterns.ChainOfResponsibility as a Cake Addin #addin nuget:?package=Solid.Patterns.ChainOfResponsibility&version=1.0.5 // Install Solid.Patterns.ChainOfResponsibility as a Cake Tool #tool nuget:?package=Solid.Patterns.ChainOfResponsibility&version=1.0.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Contains reusable components for *Chain-Of-Responsibility* design pattern implementation, namely different variations of chain element interfaces and their base implementations.
There are no supported framework assets in this package.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Solid.Patterns.ChainOfResponsibility:
Package | Downloads |
---|---|
LogoFX.Client.Mvvm.Model
LogoFX Client Mvvm Model containing model layer objects facilitating development by MVVM pattern |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.3.6 | 1,796 | 10/21/2022 |
2.3.6-rc1 | 291 | 10/4/2022 |
2.3.5 | 1,702 | 4/15/2022 |
2.3.4 | 747 | 1/23/2022 |
2.3.3 | 6,718 | 11/24/2021 |
2.3.3-rc1 | 494 | 11/21/2021 |
2.3.2 | 2,559 | 9/5/2021 |
2.3.2-rc2 | 256 | 9/4/2021 |
2.3.2-rc1 | 215 | 9/1/2021 |
2.3.1 | 1,432 | 6/21/2021 |
2.3.1-rc1 | 234 | 6/21/2021 |
2.3.0 | 415 | 4/23/2021 |
2.3.0-rc1 | 228 | 4/15/2021 |
2.2.0 | 681 | 5/10/2019 |
2.1.0 | 615 | 3/10/2019 |
2.0.0 | 721 | 1/15/2019 |
2.0.0-rc1 | 622 | 12/3/2018 |
1.2.1-rc3 | 794 | 5/20/2018 |
1.2.1-rc2 | 750 | 12/15/2017 |
1.2.1-rc1 | 719 | 12/2/2017 |
1.2.0 | 950 | 8/9/2017 |
1.2.0-rc2 | 801 | 7/10/2017 |
1.2.0-rc1 | 783 | 5/20/2017 |
1.0.5 | 2,907 | 5/1/2016 |
1.0.4 | 1,055 | 1/3/2016 |
1.0.3 | 1,064 | 10/12/2015 |
Fixed chain element incorrect successor bug.