Chakad.Pipeline.Core
1.2.1
dotnet add package Chakad.Pipeline.Core --version 1.2.1
NuGet\Install-Package Chakad.Pipeline.Core -Version 1.2.1
<PackageReference Include="Chakad.Pipeline.Core" Version="1.2.1" />
paket add Chakad.Pipeline.Core --version 1.2.1
#r "nuget: Chakad.Pipeline.Core, 1.2.1"
// Install Chakad.Pipeline.Core as a Cake Addin
#addin nuget:?package=Chakad.Pipeline.Core&version=1.2.1
// Install Chakad.Pipeline.Core as a Cake Tool
#tool nuget:?package=Chakad.Pipeline.Core&version=1.2.1
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 |
-
- Chakad.Core (>= 1.2.0)
- Chakad.Logging (>= 1.0.1)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Chakad.Pipeline.Core:
Package | Downloads |
---|---|
Chakad.Pipeline
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$ |
|
Chakad.Container
$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$ |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.2.1 | 1,228 | 7/28/2018 |
1.2.0 | 1,451 | 7/26/2018 |
1.0.9.4 | 889 | 5/29/2018 |
1.0.9.3 | 847 | 5/29/2018 |
1.0.9.2 | 1,330 | 5/28/2018 |
1.0.9.1 | 860 | 5/28/2018 |
1.0.8.2 | 887 | 2/12/2018 |
1.0.8.1 | 742 | 2/10/2018 |
1.0.8 | 779 | 2/10/2018 |
1.0.7 | 792 | 2/10/2018 |
1.0.6 | 807 | 2/9/2018 |
1.0.5 | 806 | 2/9/2018 |
1.0.4 | 1,042 | 2/8/2018 |
1.0.3 | 1,612 | 11/6/2017 |
1.0.2 | 969 | 11/5/2017 |
1.0.1 | 775 | 11/5/2017 |
1.0.0 | 1,335 | 11/4/2017 |
Handle Exceptions in Pipeline