Quartz.AspNetCore 3.13.1

Prefix Reserved
dotnet add package Quartz.AspNetCore --version 3.13.1                
NuGet\Install-Package Quartz.AspNetCore -Version 3.13.1                
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="Quartz.AspNetCore" Version="3.13.1" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Quartz.AspNetCore --version 3.13.1                
#r "nuget: Quartz.AspNetCore, 3.13.1"                
#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.
// Install Quartz.AspNetCore as a Cake Addin
#addin nuget:?package=Quartz.AspNetCore&version=3.13.1

// Install Quartz.AspNetCore as a Cake Tool
#tool nuget:?package=Quartz.AspNetCore&version=3.13.1                

Quartz.AspNetCore provides integration with ASP.NET Core hosted services.

::: tip If you only need the generic host, generic host integration might suffice. :::

Installation

You need to add NuGet package reference to your project which uses Quartz.

Install-Package Quartz.AspNetCore

Using

You can add Quartz configuration by invoking an extension method AddQuartzServer on IServiceCollection. This will add a hosted quartz server into ASP.NET Core process that will be started and stopped based on applications lifetime.

::: tip See Quartz.Extensions.DependencyInjection documentation to learn more about configuring Quartz scheduler, jobs and triggers. :::

Example Startup.ConfigureServices configuration

public void ConfigureServices(IServiceCollection services)
{
    services.AddQuartz(q =>
    {
        // base quartz scheduler, job and trigger configuration
    });

    // ASP.NET Core hosting
    services.AddQuartzServer(options =>
    {
        // when shutting down we want jobs to complete gracefully
        options.WaitForJobsToComplete = true;
    });
}
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  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 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. 
.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 (51)

Showing the top 5 NuGet packages that depend on Quartz.AspNetCore:

Package Downloads
SK.Cluster.Job

SK.Cluster框架定时任务作业

RapidFire.Core

Rapid Fire For WEB with .NET 6!

TianFeng.FrameworkCore

天枫 .net core 组件,支持.net6

Gems.Jobs.Quartz

Содержит вспомогательные классы для сервисов-планировщиков на основе Quartz

TickFont.Application

TickFont.Application 应用层

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Quartz.AspNetCore:

Repository Stars
dotnetcore/DotnetSpider
DotnetSpider, a .NET standard web crawling library. It is lightweight, efficient and fast high-level web crawling & scraping framework
Version Downloads Last updated
3.13.1 83,742 11/2/2024
3.13.0 547,706 8/10/2024
3.12.0 49,007 8/3/2024
3.11.0 529,252 7/7/2024
3.10.0 107,809 6/26/2024
3.9.0 397,258 5/9/2024
3.8.1 777,493 2/17/2024
3.8.0 843,484 11/18/2023
3.7.0 1,092,756 8/4/2023
3.6.3 280,838 6/25/2023
3.6.2 825,679 2/25/2023
3.6.1 2,281 2/25/2023
3.6.0 249,522 1/29/2023
3.5.0 1,069,867 9/18/2022
3.4.0 1,450,727 3/27/2022
3.3.3 1,518,003 8/1/2021
3.3.2 565,296 4/9/2021
3.3.1 35,541 4/8/2021
3.3.0 11,158 4/7/2021
3.2.4 304,253 1/19/2021
3.2.3 243,568 10/31/2020
3.2.2 30,279 10/19/2020
3.2.1 4,052 10/18/2020
3.2.0 17,235 10/2/2020
3.1.0 170,630 7/24/2020
1.0.4 8,913 11/25/2019
1.0.1 4,487 10/18/2018
1.0.0 7,593 10/18/2018