EventStoreCore.Abstractions
1.0.2-beta.2
dotnet add package EventStoreCore.Abstractions --version 1.0.2-beta.2
NuGet\Install-Package EventStoreCore.Abstractions -Version 1.0.2-beta.2
<PackageReference Include="EventStoreCore.Abstractions" Version="1.0.2-beta.2" />
<PackageVersion Include="EventStoreCore.Abstractions" Version="1.0.2-beta.2" />
<PackageReference Include="EventStoreCore.Abstractions" />
paket add EventStoreCore.Abstractions --version 1.0.2-beta.2
#r "nuget: EventStoreCore.Abstractions, 1.0.2-beta.2"
#:package EventStoreCore.Abstractions@1.0.2-beta.2
#addin nuget:?package=EventStoreCore.Abstractions&version=1.0.2-beta.2&prerelease
#tool nuget:?package=EventStoreCore.Abstractions&version=1.0.2-beta.2&prerelease
EventStoreCore.Abstractions
Provider-neutral contracts for EventStoreCore events, streams, projections, subscriptions, entity-outbox management, checkpoints, metadata, serialization, bounded stream reads, and global event-log reads.
dotnet add package EventStoreCore.Abstractions
Most applications should install EventStoreCore plus a persistence provider.
Reference this package directly when a domain or integration assembly needs only
contracts and should not depend on EF Core or daemon implementations.
The package contains interfaces and DTOs only. It does not register services, configure persistence, or start background workers.
AppendOperation is the compact write request for retry-safe appends.
AppendResult reports the committed version range and stable event identities
without returning a materialized stream. WithEventId and WithMetadata
compose an EventToAppend envelope in either order. Caller-event-ID retry
recovery requires an event-store implementation that overrides the default
contract; the EF Core implementation in EventStoreCore supports it using the
existing event rows and uniqueness constraint.
IEventLogReader, EventLogReadOptions, and EventLogPage define portable
global-sequence paging. The EventStoreCore package supplies the EF Core
implementation and registers it through ExistingDbContext<TDbContext>().
| 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
- No dependencies.
NuGet packages (7)
Showing the top 5 NuGet packages that depend on EventStoreCore.Abstractions:
| Package | Downloads |
|---|---|
|
EventStoreCore
Core event sourcing and projection infrastructure for .NET applications using EventStoreCore. |
|
|
EventStoreCore.MassTransit
MassTransit publisher integration for EventStoreCore stream and entity-outbox subscriptions. |
|
|
EventStoreCore.Postgres
PostgreSQL EF Core persistence configuration for EventStoreCore. |
|
|
EventStoreCore.SDK
Refit client SDK for EventStoreCore admin API |
|
|
EventStoreCore.EventGrid
Azure Event Grid publisher integration for EventStoreCore stream and entity-outbox subscriptions. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.2-beta.2 | 209 | 7/28/2026 |
| 1.0.2-beta.1 | 103 | 7/26/2026 |
| 1.0.1 | 486 | 5/25/2026 |
| 1.0.0-beta.13 | 224 | 4/8/2026 |
| 1.0.0-beta.12 | 624 | 2/15/2026 |
| 1.0.0-beta.11 | 81 | 2/13/2026 |
| 1.0.0-beta.10 | 78 | 2/13/2026 |
| 1.0.0-beta.9 | 141 | 2/5/2026 |
| 1.0.0-beta.8 | 84 | 2/3/2026 |
| 1.0.0-beta.7 | 87 | 2/3/2026 |
| 1.0.0-beta.6 | 82 | 2/2/2026 |
| 1.0.0-beta.5 | 85 | 1/17/2026 |
| 1.0.0-beta.4 | 82 | 1/16/2026 |
| 1.0.0-beta.3 | 89 | 1/15/2026 |
| 1.0.0-beta.2 | 91 | 1/14/2026 |
| 1.0.0-beta.1 | 92 | 1/13/2026 |
| 0.9.1 | 172 | 1/12/2026 |
| 0.9.0 | 173 | 1/12/2026 |
| 0.8.1 | 260 | 12/23/2025 |
| 0.8.0-beta.3 | 171 | 12/23/2025 |