A lightweight framework to help write CQRS and Eventsourcing applications in C#.
Info
Version: | 1.35.0 |
Author(s): | Gaute Magnussen |
Last Update: | Friday, April 8, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/gautema/cqrslite |
NuGet Url: | https://www.nuget.org/packages/CqrsLite |
Install
Install-Package CqrsLite
dotnet add package CqrsLite
paket add CqrsLite
CqrsLite Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 1.3
- Microsoft.CSharp(>= 4.3.0)
- Microsoft.Extensions.Caching.Memory(>= 1.0.2)
- NETStandard.Library(>= 1.6.0)
- System.Reflection.TypeExtensions(>= 4.3.0)
- Microsoft.CSharp(>= 4.7.0)
- Microsoft.Extensions.Caching.Memory(>= 2.1.2)
- Microsoft.CSharp(>= 4.7.0)
- Microsoft.Extensions.Caching.Memory(>= 5.0.0)
Tags