This package contains everything you need to create and execute CQRS style commands in your application, and expose them via a single REST endpoint.
Info
| Version: | 1.1.0 |
| Author(s): | Alex McNair |
| Last Update: | Monday, April 19, 2021 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/AMCN41R/csharp-command-framework |
| NuGet Url: | https://www.nuget.org/packages/CommandApi |
Install
Install-Package CommandApi
dotnet add package CommandApi
paket add CommandApi
CommandApi Download (Unzip the "nupkg" after downloading)
Dependencies
- FluentValidation(>= 8.6.2)
- Microsoft.CSharp(>= 4.7.0)
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 3.1.5)
- Newtonsoft.Json(>= 12.0.3)
Tags