In-memory event sourcing implementation for testing.
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.InMemory |
Install
Install-Package Loom.EventSourcing.InMemory
dotnet add package Loom.EventSourcing.InMemory
paket add Loom.EventSourcing.InMemory
Loom.EventSourcing.InMemory Download (Unzip the "nupkg" after downloading)
Dependencies
- Loom.EventSourcing.Abstraction(>= 0.19.1)
- Loom.Messaging.Abstraction(>= 0.19.0)
- Microsoft.CSharp(>= 4.7.0)