Quartz.AspNetCore 3.8.1

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet add package Quartz.AspNetCore --version 3.8.1
NuGet\Install-Package Quartz.AspNetCore -Version 3.8.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.8.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Quartz.AspNetCore --version 3.8.1
#r "nuget: Quartz.AspNetCore, 3.8.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.8.1

// Install Quartz.AspNetCore as a Cake Tool
#tool nuget:?package=Quartz.AspNetCore&version=3.8.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 is compatible. 
.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 (41)

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

TickFont.Application

TickFont.Application 应用层

QuartzX.Core

Package Description

GitHub repositories (11)

Showing the top 5 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
lampo1024/DncZeus
DncZeus 是一个基于.NET 7 + Vue.js(iview-admin) 的前后端分离的通用后台权限(页面访问、操作按钮控制)管理系统框架。后端使用.NET 7 + EF Core构建,UI则是目前流行的基于Vue.js的iView(iview-admin)。项目实现了前后端的动态权限管理和控制以及基于JWT的用户令牌认证机制,让前后端的交互更流畅。码云镜像:https://gitee.com/rector/DncZeus 。演示地址(demo):
IoTSharp/IoTSharp
IoTSharp is an open-source IoT platform for data collection, processing, visualization, and device management.
mixcore/mix.core
🚀 Mixcore CMS is an Future-Proof Enterprise Web CMS that supports both headless and decoupled to easily build any kinds of app/web app/all in all/customizable APIs built on top of ASP.NET Core / Dotnet Core. It is a completely open-source ASP.NET Core (Dotnet Core) CMS solution. https://mixcore.org
ntxinh/AspNetCore-DDD
Full ASP.NET Core 8.0 LTS application with DDD, CQRS and Event Sourcing
Version Downloads Last updated
3.8.1 222,923 2/17/2024
3.8.0 501,076 11/18/2023
3.7.0 798,765 8/4/2023
3.6.3 225,200 6/25/2023
3.6.2 663,205 2/25/2023
3.6.1 1,944 2/25/2023
3.6.0 203,916 1/29/2023
3.5.0 877,278 9/18/2022
3.4.0 1,273,367 3/27/2022
3.3.3 1,408,739 8/1/2021
3.3.2 527,765 4/9/2021
3.3.1 31,463 4/8/2021
3.3.0 10,532 4/7/2021
3.2.4 273,241 1/19/2021
3.2.3 215,342 10/31/2020
3.2.2 26,630 10/19/2020
3.2.1 3,182 10/18/2020
3.2.0 16,384 10/2/2020
3.1.0 164,548 7/24/2020
1.0.4 8,394 11/25/2019
1.0.1 4,408 10/18/2018
1.0.0 4,952 10/18/2018