Mediator.Net.Middlewares.EventStore
1.0.23
A Mediator.Net's middleware that plugs into the publish pipeline to send event to EventStore, it is usually being used for event sourcing.
Install-Package Mediator.Net.Middlewares.EventStore -Version 1.0.23
dotnet add package Mediator.Net.Middlewares.EventStore --version 1.0.23
<PackageReference Include="Mediator.Net.Middlewares.EventStore" Version="1.0.23" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Mediator.Net.Middlewares.EventStore --version 1.0.23
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Mediator.Net.Middlewares.EventStore, 1.0.23"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
// Install Mediator.Net.Middlewares.EventStore as a Cake Addin #addin nuget:?package=Mediator.Net.Middlewares.EventStore&version=1.0.23 // Install Mediator.Net.Middlewares.EventStore as a Cake Tool #tool nuget:?package=Mediator.Net.Middlewares.EventStore&version=1.0.23
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
- EventStore.Client (>= 3.9.4)
- Mediator.Net (>= 1.0.65)
- Newtonsoft.Json (>= 9.0.1)
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.