CommandManagerNet 2.0.11
See the version list below for details.
dotnet add package CommandManagerNet --version 2.0.11
NuGet\Install-Package CommandManagerNet -Version 2.0.11
<PackageReference Include="CommandManagerNet" Version="2.0.11" />
paket add CommandManagerNet --version 2.0.11
#r "nuget: CommandManagerNet, 2.0.11"
// Install CommandManagerNet as a Cake Addin #addin nuget:?package=CommandManagerNet&version=2.0.11 // Install CommandManagerNet as a Cake Tool #tool nuget:?package=CommandManagerNet&version=2.0.11
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 | 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. |
-
- Newtonsoft.Json (>= 10.0.3)
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 | 10,164 | 10/25/2018 |
3.1.3 | 968 | 8/23/2018 |
3.0.3 | 1,091 | 7/19/2018 |
3.0.2 | 1,171 | 6/25/2018 |
2.1.0 | 1,057 | 6/6/2018 |
2.0.17 | 1,114 | 5/30/2018 |
2.0.16 | 1,045 | 5/7/2018 |
2.0.12 | 1,082 | 4/25/2018 |
2.0.11 | 995 | 4/20/2018 |
2.0.9 | 1,068 | 2/13/2018 |
2.0.8 | 1,061 | 2/13/2018 |
2.0.7 | 1,112 | 2/13/2018 |
2.0.6 | 1,133 | 2/12/2018 |
2.0.5 | 1,101 | 2/11/2018 |
2.0.1 | 1,040 | 2/7/2018 |
- added tenantId to the base command interface and implementations for multi-tenancy support