Minimal CQRS and ES implementation based on inmemory and file storage.
Info
Version: | 1.5.1 |
Author(s): | Anders Kofoed |
Last Update: | Wednesday, July 13, 2022 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/PocketCqrs |
Install
Install-Package PocketCqrs
dotnet add package PocketCqrs
paket add PocketCqrs
PocketCqrs Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.CSharp(>= 4.5.0)
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 2.2.0)
- newtonsoft.json(>= 12.0.2)