Evento 4.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Evento --version 4.0.1
NuGet\Install-Package Evento -Version 4.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Evento" Version="4.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Evento --version 4.0.1
#r "nuget: Evento, 4.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Evento as a Cake Addin
#addin nuget:?package=Evento&version=4.0.1

// Install Evento as a Cake Tool
#tool nuget:?package=Evento&version=4.0.1

This library is used to build Event Sourced components interacting with EventStore (GetEventStore)

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.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.

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

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.2.0 5,039 9/2/2022
5.1.0 12,972 11/14/2021
5.0.0 1,007 2/10/2021
4.3.0 1,851 2/15/2019
4.2.0 1,187 2/15/2019
4.1.0 1,630 12/20/2018
4.0.3 1,612 3/21/2018
4.0.2 1,613 12/29/2017
4.0.1 1,551 12/29/2017
4.0.0 1,565 12/26/2017
3.0.0 1,633 5/2/2017

Added overload for Repository->GetById to limit the number of applied events