EventStoreCore.Scheduling 1.0.2-beta.2

This is a prerelease version of EventStoreCore.Scheduling.
dotnet add package EventStoreCore.Scheduling --version 1.0.2-beta.2
                    
NuGet\Install-Package EventStoreCore.Scheduling -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.Scheduling" 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.Scheduling" Version="1.0.2-beta.2" />
                    
Directory.Packages.props
<PackageReference Include="EventStoreCore.Scheduling" />
                    
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.Scheduling --version 1.0.2-beta.2
                    
#r "nuget: EventStoreCore.Scheduling, 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.Scheduling@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.Scheduling&version=1.0.2-beta.2&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=EventStoreCore.Scheduling&version=1.0.2-beta.2&prerelease
                    
Install as a Cake Tool

EventStoreCore.Scheduling

Shared scheduling abstractions for EventStoreCore provider packages.

Most applications should reference a concrete provider package such as EventStoreCore.Hangfire, EventStoreCore.Quartz, or EventStoreCore.TickerQ.

Contract

  • ISchedulerBuilder provides the root AddScheduler(...) integration surface.
  • On<TEvent>() starts provider-native action registration for an event type.
  • Provider packages expose actions such as .Hangfire(...), .Quartz(...), and .TickerQ(...).
  • EventStoreCore invokes each provider action at most once for the same provider, registration name, tenant id, and EventStore EventId.
  • The provider action receives a scoped service provider and owns scheduling, cancellation, replacement, trigger configuration, and job payload conventions.
  • Use explicit action names for production integrations so replay identity survives refactors.

See the repository README for end-to-end provider examples:

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.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on EventStoreCore.Scheduling:

Package Downloads
EventStoreCore

Core event sourcing and projection infrastructure for .NET applications using EventStoreCore.

EventStoreCore.Hangfire

Hangfire-backed durable scheduler integration for EventStoreCore subscriptions.

EventStoreCore.TickerQ

TickerQ-backed durable scheduler integration for EventStoreCore subscriptions.

EventStoreCore.Quartz

Quartz-backed durable scheduler integration for EventStoreCore subscriptions.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.2-beta.2 167 7/28/2026
1.0.2-beta.1 99 7/26/2026