Chakad.Pipeline 1.1.4

There is a newer version of this package available.
See the version list below for details.
dotnet add package Chakad.Pipeline --version 1.1.4
NuGet\Install-Package Chakad.Pipeline -Version 1.1.4
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.1.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Chakad.Pipeline --version 1.1.4
#r "nuget: Chakad.Pipeline, 1.1.4"
#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 Chakad.Pipeline as a Cake Addin
#addin nuget:?package=Chakad.Pipeline&version=1.1.4

// Install Chakad.Pipeline as a Cake Tool
#tool nuget:?package=Chakad.Pipeline&version=1.1.4

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$

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

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 1,075 7/28/2018
1.2.2 898 7/28/2018
1.2.1 899 7/28/2018
1.2.0 885 7/26/2018
1.1.5 1,085 5/29/2018
1.1.4 1,075 5/29/2018
1.1.3 1,105 2/8/2018
1.1.2 895 11/13/2017
1.1.1 937 11/13/2017
1.1.0 946 11/13/2017
1.0.4 915 11/6/2017
1.0.3 929 11/5/2017
1.0.2 912 11/5/2017
1.0.1 910 11/4/2017
1.0.0 1,139 11/4/2017

Add IChakadContainer and implement Default Container.