CommandManagerNet 3.1.3

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

// Install CommandManagerNet as a Cake Tool
#tool nuget:?package=CommandManagerNet&version=3.1.3

This (opiniated) domain driven design / microservices focussed command library makes it easy to match commands with one or more services. You can route all commands for a specific root to one or more processors, and add specific configurations for specific commands. Includes deseralization into command objects that can be executed. This is an alternative way of matching executable code with commands from message handlers, and matches the domain driven design philosophy perhaps a bit more closely. It also includes support for merging multiple commands to rebuild an object similar to event-sourcing.

Product 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. 
Compatible target framework(s)
Included target framework(s) (in 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
3.2.3 9,818 10/25/2018
3.1.3 936 8/23/2018
3.0.3 1,037 7/19/2018
3.0.2 1,147 6/25/2018
2.1.0 1,030 6/6/2018
2.0.17 1,085 5/30/2018
2.0.16 1,021 5/7/2018
2.0.12 1,051 4/25/2018
2.0.11 970 4/20/2018
2.0.9 1,034 2/13/2018
2.0.8 1,036 2/13/2018
2.0.7 1,083 2/13/2018
2.0.6 1,106 2/12/2018
2.0.5 1,071 2/11/2018
2.0.1 1,014 2/7/2018

QueryManager now returns execution results in the body. Only NewtonsoftJson supported initially.
   Fixed issue where command.guid could change from dto to typed.