Chakad.Pipeline.Core
1.0.1
See the version list below for details.
dotnet add package Chakad.Pipeline.Core --version 1.0.1
NuGet\Install-Package Chakad.Pipeline.Core -Version 1.0.1
<PackageReference Include="Chakad.Pipeline.Core" Version="1.0.1" />
paket add Chakad.Pipeline.Core --version 1.0.1
#r "nuget: Chakad.Pipeline.Core, 1.0.1"
// Install Chakad.Pipeline.Core as a Cake Addin #addin nuget:?package=Chakad.Pipeline.Core&version=1.0.1 // Install Chakad.Pipeline.Core as a Cake Tool #tool nuget:?package=Chakad.Pipeline.Core&version=1.0.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 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.1.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,536 | 7/28/2018 |
1.2.0 | 1,831 | 7/26/2018 |
1.0.9.4 | 1,026 | 5/29/2018 |
1.0.9.3 | 968 | 5/29/2018 |
1.0.9.2 | 1,587 | 5/28/2018 |
1.0.9.1 | 999 | 5/28/2018 |
1.0.8.2 | 1,023 | 2/12/2018 |
1.0.8.1 | 858 | 2/10/2018 |
1.0.8 | 914 | 2/10/2018 |
1.0.7 | 923 | 2/10/2018 |
1.0.6 | 943 | 2/9/2018 |
1.0.5 | 949 | 2/9/2018 |
1.0.4 | 1,256 | 2/8/2018 |
1.0.3 | 1,947 | 11/6/2017 |
1.0.2 | 1,107 | 11/5/2017 |
1.0.1 | 917 | 11/5/2017 |
1.0.0 | 1,615 | 11/4/2017 |
Add