EventSourcingKit 0.15.18
dotnet add package EventSourcingKit --version 0.15.18
NuGet\Install-Package EventSourcingKit -Version 0.15.18
<PackageReference Include="EventSourcingKit" Version="0.15.18" />
<PackageVersion Include="EventSourcingKit" Version="0.15.18" />
<PackageReference Include="EventSourcingKit" />
paket add EventSourcingKit --version 0.15.18
#r "nuget: EventSourcingKit, 0.15.18"
#:package EventSourcingKit@0.15.18
#addin nuget:?package=EventSourcingKit&version=0.15.18
#tool nuget:?package=EventSourcingKit&version=0.15.18
EventSourcingKit
EventSourcingKit is a lightweight Event Sourcing library for .NET, built on top of EventSourcingDB.
It lets you store, replay, and project events with minimal ceremony, while staying unopinionated about the rest of your architecture. EventSourcingKit assumes EventSourcingDB as the event store and Microsoft's dependency injection for wiring, and leaves CQRS, Domain-Driven Design, command handling, projection storage, and messaging to your application.
Documentation
The full documentation is hosted at www.eventsourcingkit.net. It covers getting started, the library's features, and configuration.
For Event Sourcing concepts and the database EventSourcingKit builds on, see the EventSourcingDB documentation.
Installation
EventSourcingKit is distributed as a NuGet package, alongside the EventSourcingDB client:
dotnet add package EventSourcingDb
dotnet add package EventSourcingKit
See the getting started guide for the next steps.
License
EventSourcingKit is licensed under the MIT License.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- EventSourcingDb (>= 1.7.4)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.12)
- Microsoft.Extensions.Hosting.Abstractions (>= 10.0.12)
- Microsoft.Extensions.Logging (>= 10.0.12)
- NSec.Cryptography (>= 26.4.0)
- Testcontainers (>= 4.15.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.