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,073 7/28/2018
1.2.2 896 7/28/2018
1.2.1 897 7/28/2018
1.2.0 883 7/26/2018
1.1.5 1,083 5/29/2018
1.1.4 1,073 5/29/2018
1.1.3 1,103 2/8/2018
1.1.2 893 11/13/2017
1.1.1 935 11/13/2017
1.1.0 944 11/13/2017
1.0.4 913 11/6/2017
1.0.3 927 11/5/2017
1.0.2 910 11/5/2017
1.0.1 908 11/4/2017
1.0.0 1,137 11/4/2017

Add IChakadContainer and implement Default Container.