This library enables server applications to store and replay event in an abstract EventStore.
Info
Version: | 4.0.24 |
Author(s): | Marco Papst |
Last Update: | Thursday, July 13, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/MPapst/Papst.EventStore |
NuGet Url: | https://www.nuget.org/packages/Papst.EventStore.Abstractions |
Install
Install-Package Papst.EventStore.Abstractions
dotnet add package Papst.EventStore.Abstractions
paket add Papst.EventStore.Abstractions
Papst.EventStore.Abstractions Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 5.0.0)
- Microsoft.Extensions.Logging.Abstractions(>= 5.0.0)
- Microsoft.Extensions.Options(>= 5.0.0)
- Newtonsoft.Json(>= 12.0.3)
Tags