EventStoreCore.Abstractions 1.0.2-beta.2

This is a prerelease version of EventStoreCore.Abstractions.
dotnet add package EventStoreCore.Abstractions --version 1.0.2-beta.2
                    
NuGet\Install-Package EventStoreCore.Abstractions -Version 1.0.2-beta.2
                    
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="EventStoreCore.Abstractions" Version="1.0.2-beta.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="EventStoreCore.Abstractions" Version="1.0.2-beta.2" />
                    
Directory.Packages.props
<PackageReference Include="EventStoreCore.Abstractions" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add EventStoreCore.Abstractions --version 1.0.2-beta.2
                    
#r "nuget: EventStoreCore.Abstractions, 1.0.2-beta.2"
                    
#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.
#:package EventStoreCore.Abstractions@1.0.2-beta.2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=EventStoreCore.Abstractions&version=1.0.2-beta.2&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=EventStoreCore.Abstractions&version=1.0.2-beta.2&prerelease
                    
Install as a Cake Tool

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • 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 171 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 623 2/15/2026
1.0.0-beta.11 80 2/13/2026
1.0.0-beta.10 76 2/13/2026
1.0.0-beta.9 140 2/5/2026
1.0.0-beta.8 82 2/3/2026
1.0.0-beta.7 87 2/3/2026
1.0.0-beta.6 80 2/2/2026
1.0.0-beta.5 85 1/17/2026
1.0.0-beta.4 81 1/16/2026
1.0.0-beta.3 88 1/15/2026
1.0.0-beta.2 90 1/14/2026
1.0.0-beta.1 91 1/13/2026
0.9.1 171 1/12/2026
0.9.0 173 1/12/2026
0.8.1 259 12/23/2025
0.8.0-beta.3 170 12/23/2025
Loading failed