FEB.EventSourcing
9.0.0-beta.2
dotnet add package FEB.EventSourcing --version 9.0.0-beta.2
NuGet\Install-Package FEB.EventSourcing -Version 9.0.0-beta.2
<PackageReference Include="FEB.EventSourcing" Version="9.0.0-beta.2" />
<PackageVersion Include="FEB.EventSourcing" Version="9.0.0-beta.2" />
<PackageReference Include="FEB.EventSourcing" />
paket add FEB.EventSourcing --version 9.0.0-beta.2
#r "nuget: FEB.EventSourcing, 9.0.0-beta.2"
#:package FEB.EventSourcing@9.0.0-beta.2
#addin nuget:?package=FEB.EventSourcing&version=9.0.0-beta.2&prerelease
#tool nuget:?package=FEB.EventSourcing&version=9.0.0-beta.2&prerelease
FEB.EventSourcing
Core of the FEB.EventSourcing framework: the AddEventSourcing builder, the event
store decorator chain, replay and optimistic concurrency, projection updates, sync
event dispatch and the outbox worker with named, independently tracked subscribers
(IOutboxSubscriber) for brokers, APIs and in-process async handlers.
Quick start:
services.AddEventSourcing(es =>
{
es.UseMongoDb(connectionString, o => o.EnableSnapshots());
es.UseSnapshots();
es.Aggregate<Order, string>(a => a.Factory(Order.CreateNew));
}, typeof(Order).Assembly);
Documentation: see the docs/ folder in the repository.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. 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. |
-
net8.0
- FEB.EventSourcing.Abstractions (>= 9.0.0-beta.2)
- Microsoft.Extensions.Hosting (>= 8.0.1)
- Microsoft.Extensions.Logging.Abstractions (>= 8.0.3)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on FEB.EventSourcing:
| Package | Downloads |
|---|---|
|
FEB.EventSourcing.Redis
EventSourcing |
|
|
FEB.EventSourcing.MongoDb
EventSourcing |
|
|
FEB.EventSourcing.Snapshots
Event Sourcing snapshot support with automatic source-generated snapshots. |
|
|
FEB.EventSourcing.Sql
Relational persistence core for FEB.EventSourcing (events, snapshots, outbox) over ADO.NET. Use with FEB.EventSourcing.Postgres or FEB.EventSourcing.SqlServer. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 9.0.0-beta.2 | 77 | 9/2/2026 |
| 9.0.0-beta.1 | 97 | 8/15/2026 |
| 8.1.10 | 205 | 3/12/2026 |
| 8.1.9 | 161 | 1/21/2026 |
| 8.1.8 | 160 | 1/21/2026 |
| 8.1.7 | 167 | 1/18/2026 |
| 8.1.6 | 172 | 1/18/2026 |
| 8.1.5 | 163 | 1/18/2026 |
| 8.1.4 | 163 | 1/17/2026 |
| 8.1.3 | 154 | 1/14/2026 |
| 8.1.2 | 162 | 1/3/2026 |
| 8.1.1 | 150 | 1/3/2026 |
| 8.1.0 | 157 | 1/1/2026 |
| 8.0.0 | 246 | 6/3/2025 |