An implementation of AggregateOP utlizing EventStore.
Install
Install-Package AggregateOP.EventStore
dotnet add package AggregateOP.EventStore
paket add AggregateOP.EventStore
AggregateOP.EventStore Download (Unzip the "nupkg" after downloading)
Dependencies
- AggregateOP(>= 1.0.5)
- ContextRunner(>= 1.0.7)
- EventStore.ClientAPI.NetCore(>= 4.1.0.23)
- Microsoft.Extensions.Options(>= 3.1.6)
- Newtonsoft.Json(>= 12.0.3)
- ReasonCodeExceptions(>= 1.0.1)