Fdw.Services.Scheduling.Abstractions 1.0.0-rc.9

This is a prerelease version of Fdw.Services.Scheduling.Abstractions.
dotnet add package Fdw.Services.Scheduling.Abstractions --version 1.0.0-rc.9
                    
NuGet\Install-Package Fdw.Services.Scheduling.Abstractions -Version 1.0.0-rc.9
                    
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="Fdw.Services.Scheduling.Abstractions" Version="1.0.0-rc.9" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Fdw.Services.Scheduling.Abstractions" Version="1.0.0-rc.9" />
                    
Directory.Packages.props
<PackageReference Include="Fdw.Services.Scheduling.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 Fdw.Services.Scheduling.Abstractions --version 1.0.0-rc.9
                    
#r "nuget: Fdw.Services.Scheduling.Abstractions, 1.0.0-rc.9"
                    
#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 Fdw.Services.Scheduling.Abstractions@1.0.0-rc.9
                    
#: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=Fdw.Services.Scheduling.Abstractions&version=1.0.0-rc.9&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Fdw.Services.Scheduling.Abstractions&version=1.0.0-rc.9&prerelease
                    
Install as a Cake Tool

Fdw.Services.Scheduling.Abstractions

The scheduling contracts — schedules, triggers, windows and execution history.

Implementations live in the sibling packages; this one holds the interfaces, base types and models they agree on, so a consumer can depend on the contract without taking the implementation.

Interfaces (23)

Type Kind Purpose
IFrameworkSchedulingService interface Main service interface for scheduling operations that applications use to interact with the scheduling…
IFrameworkSchedulingServiceFactory interface Non-generic marker interface for scheduling service factories.
IFrameworkSchedulingServiceFactory<TSchedulingService> interface Interface for scheduling service factories that create specific scheduling service implementations.
IFrameworkSchedulingServiceFactory<TSchedulingService, TConfiguration> interface Interface for scheduling service factories that create scheduling services with configuration.
IGenericSchedule interface Represents a schedule definition that defines WHEN a process should be executed.
IGenericScheduleExecutionHistory interface Represents the execution history of a scheduled process.
IGenericScheduledExecutionHandler interface Handles the execution of processes when schedules trigger. This interface bridges the gap between…
IGenericScheduler interface Core scheduling engine interface that manages WHEN to trigger process execution.
IGenericTrigger interface Represents a trigger configuration that defines HOW a schedule determines WHEN to execute.
IScheduleClient interface Defines the contract for interacting with the scheduling service.
IScheduleDefinition interface Interface for schedule definition configurations that define WHEN a process should run. This is distinct…
IScheduleType interface Represents a schedule type that defines how a schedule specifies its execution timing.
IScheduledTask interface Defines the contract for tasks that can be scheduled and executed within the Fdw framework.
ISchedulerType interface Non-generic interface for scheduler service types.
ISchedulerType<TService, TConfiguration, TFactory> interface Interface for scheduler service types.
ISchedulingCommand interface Command interface for scheduling operations.

Base types (8)

Type Kind Purpose
ScheduleTypeBase class Base class for schedule types using the CRTP pattern.
SchedulingCommands class Collection of scheduling command types. Generated by TypeCollectionGenerator with high-performance…
SchedulingMessage class Base class for all scheduling-related messages.
SchedulingMessageCollectionBase class Collection definition to generate SchedulingMessages static class.
SchedulingResultCodeBase class Base class for Scheduling result codes.
SchedulingResultCodes class TypeCollection for Scheduling result codes. Categorized number scheme: codes carry a category-banded…
TriggerTypeBase class Abstract base class for trigger types that define HOW a schedule determines WHEN to execute.
TriggerTypes class Collection of trigger types for scheduling system.

Models and supporting types (42)

Type Kind Purpose
CreateScheduleClientRequest class Request to create a new schedule.
CreateScheduleClientResponse class Response from creating a new schedule.
Cron class Cron trigger type that uses cron expressions for time-based scheduling.
CronExpressionInvalidFieldCountCode class Cron expression must have at least 5 fields.
CronExpressionRequiredCode class Cron expression is required for Cron triggers.
CronScheduleType class Schedule type for cron-expression-based scheduling.
EventScheduleType class Schedule type for event-driven scheduling.
Interval class Interval trigger type that executes at regular intervals.
IntervalMinutesRequiredCode class Interval minutes must be a positive integer for Interval triggers.
IntervalScheduleType class Schedule type for interval-based scheduling.
IntervalStartTimeInvalidCode class Start time must be a valid DateTime if provided for Interval triggers.
InvalidScheduleTimestampMessage class Error message indicating that a schedule's updated timestamp is earlier than its created timestamp.

Installation

dotnet add package Fdw.Services.Scheduling.Abstractions --prerelease

Dependencies

Fdw.Abstractions · Fdw.Collections · Fdw.Configuration.Abstractions · Fdw.Messages · Fdw.Orchestration.Abstractions · Fdw.Results · Fdw.Services.Abstractions · Fdw.Services.Execution.Abstractions · Fdw.Services.SecretManagers.Abstractions

Build-time only (generators and analyzers, not runtime dependencies): Fdw.Collections.SourceGenerators · Fdw.MessageLogging.SourceGenerators


Part of FractalDataWorks 1.0.0-rc.1. Licensed under Apache-2.0.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (21)

Showing the top 5 NuGet packages that depend on Fdw.Services.Scheduling.Abstractions:

Package Downloads
Fdw.Etl.Abstractions

Development tools and utilities for the Fdw ecosystem.

Fdw.Web.RestEndpoints

Development tools and utilities for the Fdw ecosystem.

Fdw.Services.Scheduling

Development tools and utilities for the Fdw ecosystem.

Fdw.Services.Scheduling.Clients

Development tools and utilities for the Fdw ecosystem.

Fdw.Services.Scheduling.Components

Development tools and utilities for the Fdw ecosystem.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.0-rc.9 148 8/25/2026
1.0.0-rc.8 173 8/25/2026
1.0.0-rc.6.1 886 8/20/2026
1.0.0-rc.6 917 8/20/2026
1.0.0-rc.5 954 8/19/2026
1.0.0-rc.4 845 8/19/2026
1.0.0-rc.3 670 8/17/2026
1.0.0-rc.1 392 8/10/2026