CommandManagerNet 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.
See the version list below for details.
Install-Package CommandManagerNet -Version 3.1.3
dotnet add package CommandManagerNet --version 3.1.3
<PackageReference Include="CommandManagerNet" Version="3.1.3" />
paket add CommandManagerNet --version 3.1.3
Release Notes
QueryManager now returns execution results in the body. Only NewtonsoftJson supported initially.
Fixed issue where command.guid could change from dto to typed.
Dependencies
-
- Newtonsoft.Json (>= 7.0.1)
GitHub Usage
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated | ||
---|---|---|---|---|
3.2.3 | 685 | 10/25/2018 | ||
3.1.3 | 259 | 8/23/2018 | ||
3.0.3 | 280 | 7/19/2018 | ||
3.0.2 | 358 | 6/25/2018 | ||
2.1.0 | 288 | 6/6/2018 | ||
2.0.17 | 275 | 5/30/2018 | ||
2.0.16 | 292 | 5/7/2018 | ||
2.0.12 | 303 | 4/25/2018 | ||
2.0.11 | 314 | 4/20/2018 | ||
2.0.9 | 310 | 2/13/2018 | ||
2.0.8 | 280 | 2/13/2018 | ||
2.0.7 | 335 | 2/13/2018 | ||
2.0.6 | 351 | 2/12/2018 | ||
2.0.5 | 296 | 2/11/2018 | ||
2.0.1 | 293 | 2/7/2018 |