EventStoreCore.Scheduling
1.0.2-beta.1
See the version list below for details.
dotnet add package EventStoreCore.Scheduling --version 1.0.2-beta.1
NuGet\Install-Package EventStoreCore.Scheduling -Version 1.0.2-beta.1
<PackageReference Include="EventStoreCore.Scheduling" Version="1.0.2-beta.1" />
<PackageVersion Include="EventStoreCore.Scheduling" Version="1.0.2-beta.1" />
<PackageReference Include="EventStoreCore.Scheduling" />
paket add EventStoreCore.Scheduling --version 1.0.2-beta.1
#r "nuget: EventStoreCore.Scheduling, 1.0.2-beta.1"
#:package EventStoreCore.Scheduling@1.0.2-beta.1
#addin nuget:?package=EventStoreCore.Scheduling&version=1.0.2-beta.1&prerelease
#tool nuget:?package=EventStoreCore.Scheduling&version=1.0.2-beta.1&prerelease
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
ISchedulerBuilderprovides the rootAddScheduler(...)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 | 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
- EventStoreCore.Abstractions (>= 1.0.2-beta.1)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.0)
- Microsoft.Extensions.Options (>= 10.0.0)
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 |