Core implementation of event sourcing pattern.
Info
Version: | 1.2.0 |
Author(s): | Gyuwon |
Last Update: | Friday, January 28, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/loom/loom-dotnet |
NuGet Url: | https://www.nuget.org/packages/Loom.EventSourcing.Abstraction |
Install
Install-Package Loom.EventSourcing.Abstraction
dotnet add package Loom.EventSourcing.Abstraction
paket add Loom.EventSourcing.Abstraction
Loom.EventSourcing.Abstraction Download (Unzip the "nupkg" after downloading)
Dependencies
- Loom.EventSourcing.Contracts(>= 0.19.0)
- Microsoft.CodeAnalysis.FxCopAnalyzers(>= 2.9.3)