FEB.EventSourcing.Abstractions
9.0.0-beta.1
dotnet add package FEB.EventSourcing.Abstractions --version 9.0.0-beta.1
NuGet\Install-Package FEB.EventSourcing.Abstractions -Version 9.0.0-beta.1
<PackageReference Include="FEB.EventSourcing.Abstractions" Version="9.0.0-beta.1" />
<PackageVersion Include="FEB.EventSourcing.Abstractions" Version="9.0.0-beta.1" />
<PackageReference Include="FEB.EventSourcing.Abstractions" />
paket add FEB.EventSourcing.Abstractions --version 9.0.0-beta.1
#r "nuget: FEB.EventSourcing.Abstractions, 9.0.0-beta.1"
#:package FEB.EventSourcing.Abstractions@9.0.0-beta.1
#addin nuget:?package=FEB.EventSourcing.Abstractions&version=9.0.0-beta.1&prerelease
#tool nuget:?package=FEB.EventSourcing.Abstractions&version=9.0.0-beta.1&prerelease
FEB.EventSourcing.Abstractions
Contracts for the FEB.EventSourcing framework: AggregateRoot<TAggregate, TId>,
IDomainEvent<T>, IEventStore<TAggregate, TId>, persistence and outbox
interfaces, projection writer and event handler contracts, and the metadata types
stamped onto every event.
Reference this package from your domain assemblies; add FEB.EventSourcing plus a
persistence package (FEB.EventSourcing.MongoDb or FEB.EventSourcing.InMemory)
in the composition root.
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
- Microsoft.Extensions.Configuration (>= 8.0.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0.2)
NuGet packages (8)
Showing the top 5 NuGet packages that depend on FEB.EventSourcing.Abstractions:
| Package | Downloads |
|---|---|
|
FEB.EventSourcing
EventSourcing |
|
|
FEB.EventSourcing.Redis
EventSourcing |
|
|
FEB.EventSourcing.Metrics
EventSourcing |
|
|
FEB.EventSourcing.MongoDb
EventSourcing |
|
|
FEB.EventSourcing.Snapshots
Event Sourcing snapshot support with automatic source-generated snapshots. |
GitHub repositories
This package is not used by any popular GitHub repositories.