![]() |
VOOZH | about |
dotnet add package Quartz.AspNetCore --version 3.18.1
NuGet\Install-Package Quartz.AspNetCore -Version 3.18.1
<PackageReference Include="Quartz.AspNetCore" Version="3.18.1" />
<PackageVersion Include="Quartz.AspNetCore" Version="3.18.1" />Directory.Packages.props
<PackageReference Include="Quartz.AspNetCore" />Project file
paket add Quartz.AspNetCore --version 3.18.1
#r "nuget: Quartz.AspNetCore, 3.18.1"
#:package Quartz.AspNetCore@3.18.1
#addin nuget:?package=Quartz.AspNetCore&version=3.18.1Install as a Cake Addin
#tool nuget:?package=Quartz.AspNetCore&version=3.18.1Install as a Cake Tool
Quartz.AspNetCore provides integration with ASP.NET Core hosted services.
::: tip If you only need the generic host, might suffice. :::
You need to add NuGet package reference to your project which uses Quartz.
Install-Package Quartz.AspNetCore
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 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 | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 net5.0 was computed. net5.0-windows net5.0-windows was computed. net6.0 net6.0 was computed. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 is compatible. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 netcoreapp2.0 was computed. netcoreapp2.1 netcoreapp2.1 was computed. netcoreapp2.2 netcoreapp2.2 was computed. netcoreapp3.0 netcoreapp3.0 was computed. netcoreapp3.1 netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 netstandard2.0 is compatible. netstandard2.1 netstandard2.1 was computed. |
| .NET Framework | net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
| MonoAndroid | monoandroid monoandroid was computed. |
| MonoMac | monomac monomac was computed. |
| MonoTouch | monotouch monotouch was computed. |
| Tizen | tizen40 tizen40 was computed. tizen60 tizen60 was computed. |
| Xamarin.iOS | xamarinios xamarinios was computed. |
| Xamarin.Mac | xamarinmac xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos xamarinwatchos was computed. |
Showing the top 5 NuGet packages that depend on Quartz.AspNetCore:
| Package | Downloads |
|---|---|
|
WasmAI.AutoGenerator
is a powerful code-generation library for .NET 8 that automates the scaffolding of backend components like models, services, controllers, and more—based on a flexible folder configuration. |
|
|
CucurbIT.Infrastructure.Jobs
Package Description |
|
|
SK.Cluster.Job
SK.Cluster框架定时任务作业 |
|
|
RapidFire.Core
Rapid Fire For WEB with .NET 6! |
|
|
TJC.Cyclops.TaskSystem
企服版任务核心 |
Showing the top 19 popular GitHub repositories that depend on Quartz.AspNetCore:
| Repository | Stars |
|---|---|
|
RayWangQvQ/BiliBiliToolPro
B 站(bilibili)自动任务工具,支持docker、青龙、k8s等多种部署方式。全面拥抱AI。敏感肌也能用。
|
|
|
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
🚀 A future-proof enterprise web CMS supporting both headless and decoupled approaches. Build any type of app with customizable APIs on ASP.NET Core/.NET Core. Completely open-source and designed for flexibility. Since 2018.
|
|
|
streetwriters/notesnook-sync-server
Sync server for Notesnook (self-hosting in alpha)
|
|
|
ntxinh/AspNetCore-DDD
Full ASP.NET Core 10.0 LTS application with DDD, CQRS and Event Sourcing
|
|
|
teelur/budget-board
A simple app for tracking monthly spending and working towards financial goals.
|
|
|
Implem/Implem.Pleasanter
Pleasanter is a no-code/low-code development platform that runs on .NET. You can quickly create business applications with simple operations.
|
|
|
foxminchan/BookWorm
The practical implementation of Aspire using Microservices, AI-Agents
|
|
|
poppastring/dasblog-core
The original DasBlog reimagined with ASP.NET Core
|
|
|
withsalt/BilibiliLiveTools
Bilibili(B站)无人值守直播工具。自动登录,自动获取直播推流地址,自动推流(使用ffmpeg),可以用于电脑、树莓派等设备无人值守直播。
|
|
|
axzxs2001/Asp.NetCoreExperiment
原来所有项目都移动到**OleVersion**目录下进行保留。新的案例装以.net 5.0为主,一部分对以前案例进行升级,一部分将以前的工作经验总结出来,以供大家参考!
|
|
|
uyoufu/UZonMail
宇正群邮是一款开源的邮件群发软件,提供邮件群发、邮件营销(EDM)、邮箱采集、任意变量、AI 生成、多线程并发等功能。支持所有类型邮箱账号。原生企业级品质,支持多端用户,支持Windows、Linux、MacOS等操作系统, 支持服务器部署。已在外贸营销、教育培训、财务会计等多个行业广泛使用。 UZonMail is an open-source, enterprise‑grade bulk email and mass‑mailing platform designed for high‑volume EDM and email marketing campaigns. Widely adopted in industries such as education and finance
|
|
|
jianzhichu/dysync.net
视频同步工具
|
|
|
chr233/XinjingdailyBot
Telegram投稿机器人,支持多图与权限管理
|
|
|
bingbing-gui/dotnet-agent-playbook
一个面向 .NET + AI Agent 开发的实践型仓库,涵盖 Web、云原生与微服务场景,聚焦智能应用的工程化落地。
|
|
|
moonheart/mementomori-helper
メメントモリ MementoMori 游戏助手 Game Assistant ゲームアシスタント
|
|
|
surveysolutions/surveysolutions
Survey Solutions is a survey management and data collection system developed by the World Bank.
|
| Version | Downloads | Last Updated |
|---|---|---|
| 3.18.1 | 200,662 | 4/25/2026 |
| 3.18.0 | 93,940 | 4/11/2026 |
| 3.17.1 | 42,968 | 4/3/2026 |
| 3.17.0 | 54,044 | 3/29/2026 |
| 3.16.1 | 156,066 | 3/4/2026 |
| 3.16.0 | 1,488,068 | 3/1/2026 |
| 3.15.1 | 1,020,128 | 10/26/2025 |
| 3.15.0 | 759,057 | 8/3/2025 |
| 3.14.0 | 1,842,020 | 3/8/2025 |
| 3.13.1 | 5,837,928 | 11/2/2024 |
| 3.13.0 | 1,618,720 | 8/10/2024 |
| 3.12.0 | 128,473 | 8/3/2024 |
| 3.11.0 | 722,080 | 7/7/2024 |
| 3.10.0 | 173,513 | 6/26/2024 |
| 3.9.0 | 681,747 | 5/9/2024 |
| 3.8.1 | 1,443,367 | 2/17/2024 |
| 3.8.0 | 1,502,546 | 11/18/2023 |
| 3.7.0 | 1,368,933 | 8/4/2023 |
| 3.6.3 | 376,345 | 6/25/2023 |
| 3.6.2 | 1,050,214 | 2/25/2023 |