This package provides an implementation of the Event Store abstractions as defined in package NBB.EventStore.Abstractions
.
The package also provides abstractions for the event and snapshot repositories.
dotnet add package NBB.EventStore
The event store must be registered in the DI container.
services.AddEventStore()
.WithNewtownsoftJsonEventStoreSeserializer()
...