Chakad.Pipeline.Core
1.0.0
See the version list below for details.
dotnet add package Chakad.Pipeline.Core --version 1.0.0
NuGet\Install-Package Chakad.Pipeline.Core -Version 1.0.0
<PackageReference Include="Chakad.Pipeline.Core" Version="1.0.0" />
paket add Chakad.Pipeline.Core --version 1.0.0
#r "nuget: Chakad.Pipeline.Core, 1.0.0"
// Install Chakad.Pipeline.Core as a Cake Addin #addin nuget:?package=Chakad.Pipeline.Core&version=1.0.0 // Install Chakad.Pipeline.Core as a Cake Tool #tool nuget:?package=Chakad.Pipeline.Core&version=1.0.0
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 Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net452 is compatible. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Chakad.Core (>= 1.0.0)
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,551 | 7/28/2018 |
1.2.0 | 1,845 | 7/26/2018 |
1.0.9.4 | 1,044 | 5/29/2018 |
1.0.9.3 | 982 | 5/29/2018 |
1.0.9.2 | 1,601 | 5/28/2018 |
1.0.9.1 | 1,015 | 5/28/2018 |
1.0.8.2 | 1,038 | 2/12/2018 |
1.0.8.1 | 872 | 2/10/2018 |
1.0.8 | 928 | 2/10/2018 |
1.0.7 | 937 | 2/10/2018 |
1.0.6 | 957 | 2/9/2018 |
1.0.5 | 963 | 2/9/2018 |
1.0.4 | 1,272 | 2/8/2018 |
1.0.3 | 1,963 | 11/6/2017 |
1.0.2 | 1,121 | 11/5/2017 |
1.0.1 | 931 | 11/5/2017 |
1.0.0 | 1,629 | 11/4/2017 |
This is the first nuget package release of the Chakad.