Chakad.Pipeline
1.2.3
.NET Framework 4.5.2
dotnet add package Chakad.Pipeline --version 1.2.3
NuGet\Install-Package Chakad.Pipeline -Version 1.2.3
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="Chakad.Pipeline" Version="1.2.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Chakad.Pipeline --version 1.2.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Chakad.Pipeline, 1.2.3"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install Chakad.Pipeline as a Cake Addin
#addin nuget:?package=Chakad.Pipeline&version=1.2.3
// Install Chakad.Pipeline as a Cake Tool
#tool nuget:?package=Chakad.Pipeline&version=1.2.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Chakad is a Library for use with the Clean and CQRS architectural styles for .NET. The Command Dispatcher pattern is an addition to the Command design pattern that decouples the dispatcher for a service from its execution. A Command Dispatcher component maps commands to handlers. A Command Processor pattern provides a framework for handling orthogonal concerns such as logging, timeouts, or circuit breakers$
Product | Versions |
---|---|
.NET Framework | net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
- Autofac (>= 4.6.2)
- Chakad.Container (>= 1.2.2)
- Chakad.Core (>= 1.2.0)
- Chakad.Pipeline.Core (>= 1.2.1)
- Newtonsoft.Json (>= 10.0.1)
- Polly (>= 5.3.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.2.3 | 923 | 7/28/2018 |
1.2.2 | 786 | 7/28/2018 |
1.2.1 | 756 | 7/28/2018 |
1.2.0 | 758 | 7/26/2018 |
1.1.5 | 955 | 5/29/2018 |
1.1.4 | 940 | 5/29/2018 |
1.1.3 | 973 | 2/8/2018 |
1.1.2 | 802 | 11/13/2017 |
1.1.1 | 829 | 11/13/2017 |
1.1.0 | 831 | 11/13/2017 |
1.0.4 | 801 | 11/6/2017 |
1.0.3 | 809 | 11/5/2017 |
1.0.2 | 801 | 11/5/2017 |
1.0.1 | 790 | 11/4/2017 |
1.0.0 | 998 | 11/4/2017 |
Update Chakad.Container to new version 1.2.0 .