Evento 4.0.2
See the version list below for details.
dotnet add package Evento --version 4.0.2
NuGet\Install-Package Evento -Version 4.0.2
<PackageReference Include="Evento" Version="4.0.2" />
paket add Evento --version 4.0.2
#r "nuget: Evento, 4.0.2"
// Install Evento as a Cake Addin #addin nuget:?package=Evento&version=4.0.2 // Install Evento as a Cake Tool #tool nuget:?package=Evento&version=4.0.2
This library is used to build Event Sourced components interacting with EventStore (GetEventStore)
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Evento:
Package | Downloads |
---|---|
Evento.Repository
This library contains an EventStoreDomainRepository based on a DomainRepository base class contained in 'Evento' library. The two libraries combined are used to build Event Sourced components interacting with EventStore database |
|
Evento.Repository.Grpc
This library contains an EventStoreDomainRepository based on a DomainRepository base class contained in 'Evento' library. The two libraries combined are used to build Event Sourced components interacting with EventStore database |
|
Evento.Secure.Repository
This library contains a SecureEventStoreDomainRepository able to encrypt decrypt events in case the "encrypt" key is present in the event metadata. It needs an KeyReader and a CryptoService to be used for the security operations. These classes are to be implemented based on the provided interfaces. The purpose of this package combined with the base Evento package is to help developers building Event Sourced components using EventStore as database to persist events. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Added overload for Repository->GetById to limit the number of applied events