SimplyWorks.Scheduler
8.0.0
See the version list below for details.
dotnet add package SimplyWorks.Scheduler --version 8.0.0
NuGet\Install-Package SimplyWorks.Scheduler -Version 8.0.0
<PackageReference Include="SimplyWorks.Scheduler" Version="8.0.0" />
<PackageVersion Include="SimplyWorks.Scheduler" Version="8.0.0" />
<PackageReference Include="SimplyWorks.Scheduler" />
paket add SimplyWorks.Scheduler --version 8.0.0
#r "nuget: SimplyWorks.Scheduler, 8.0.0"
#:package SimplyWorks.Scheduler@8.0.0
#addin nuget:?package=SimplyWorks.Scheduler&version=8.0.0
#tool nuget:?package=SimplyWorks.Scheduler&version=8.0.0
Package Description
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. 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. |
-
net8.0
- SimplyWorks.HttpExtensions (>= 8.1.0)
- SimplyWorks.PrimitiveTypes (>= 8.1.2)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on SimplyWorks.Scheduler:
| Package | Downloads |
|---|---|
|
SimplyWorks.Scheduler.EfCore
EF Core integration for SW.Scheduler. Provides job execution monitoring, execution history storage, and the ISchedulerViewerQuery implementation. Call AddSchedulerMonitoring<TDbContext>() and add ApplyScheduling() in your DbContext to enable. |
|
|
SimplyWorks.Scheduler.PgSql
PostgreSQL provider for SW.Scheduler. Configures a persistent Quartz.NET store backed by PostgreSQL and wires EF Core entity configurations for Quartz tables. Requires an explicit schema name. Call AddPgSqlScheduler() and modelBuilder.UseQuartzPostgreSql(schema) to enable. |
|
|
SimplyWorks.Scheduler.SqlServer
SQL Server provider for SW.Scheduler. Configures a persistent Quartz.NET store backed by SQL Server and wires EF Core entity configurations for Quartz tables. Call AddSqlServerScheduler() and modelBuilder.UseQuartzSqlServer() to enable. |
|
|
SimplyWorks.Scheduler.MySql
MySQL / MariaDB provider for SW.Scheduler. Configures a persistent Quartz.NET store backed by MySQL and wires EF Core entity configurations for Quartz tables. Call AddMySqlScheduler() and modelBuilder.UseQuartzMySql() to enable. |
GitHub repositories
This package is not used by any popular GitHub repositories.