EventStore.Tools.Infrastructure.Repository
1.1.0
This library contains an EventStoreDomainRepository based on a DomainRepository base class contained in EventStore.Tools.Infrastructure.Repository library. The two libraries combined are used to build Event Sourced components interacting with EventStore (GetEventStore)
Install-Package EventStore.Tools.Infrastructure.Repository -Version 1.1.0
dotnet add package EventStore.Tools.Infrastructure.Repository --version 1.1.0
<PackageReference Include="EventStore.Tools.Infrastructure.Repository" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EventStore.Tools.Infrastructure.Repository --version 1.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: EventStore.Tools.Infrastructure.Repository, 1.1.0"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Release Notes
Removed the correlationId from the Save IDomainRepository method and use AggregateId instead
Dependencies
-
- EventStore.Client (>= 4.0.0)
- EventStore.Tools.Infrastructure (>= 2.1.0)
- Newtonsoft.Json (>= 10.0.2)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.