Quartz.AspNetCore
3.8.1
Prefix Reserved
See the version list below for details.
dotnet add package Quartz.AspNetCore --version 3.8.1
NuGet\Install-Package Quartz.AspNetCore -Version 3.8.1
<PackageReference Include="Quartz.AspNetCore" Version="3.8.1" />
paket add Quartz.AspNetCore --version 3.8.1
#r "nuget: Quartz.AspNetCore, 3.8.1"
// 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 | Versions 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. |
-
.NETCoreApp 3.1
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 3.1.0)
- Microsoft.Extensions.Diagnostics.HealthChecks (>= 3.1.0)
- Quartz.Extensions.Hosting (>= 3.8.1)
-
.NETStandard 2.0
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 2.1.1)
- Quartz.Extensions.Hosting (>= 3.8.1)
-
net6.0
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 6.0.0)
- Microsoft.Extensions.Diagnostics.HealthChecks (>= 6.0.0)
- Quartz.Extensions.Hosting (>= 3.8.1)
-
net8.0
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0.0)
- Microsoft.Extensions.Diagnostics.HealthChecks (>= 8.0.0)
- Quartz.Extensions.Hosting (>= 3.8.1)
NuGet packages (50)
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 (12)
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.13.1 | 2,378 | 11/2/2024 |
3.13.0 | 439,909 | 8/10/2024 |
3.12.0 | 45,177 | 8/3/2024 |
3.11.0 | 517,522 | 7/7/2024 |
3.10.0 | 104,274 | 6/26/2024 |
3.9.0 | 382,045 | 5/9/2024 |
3.8.1 | 746,689 | 2/17/2024 |
3.8.0 | 818,968 | 11/18/2023 |
3.7.0 | 1,080,914 | 8/4/2023 |
3.6.3 | 277,231 | 6/25/2023 |
3.6.2 | 814,308 | 2/25/2023 |
3.6.1 | 2,274 | 2/25/2023 |
3.6.0 | 246,915 | 1/29/2023 |
3.5.0 | 1,058,554 | 9/18/2022 |
3.4.0 | 1,438,231 | 3/27/2022 |
3.3.3 | 1,511,670 | 8/1/2021 |
3.3.2 | 562,761 | 4/9/2021 |
3.3.1 | 35,271 | 4/8/2021 |
3.3.0 | 11,102 | 4/7/2021 |
3.2.4 | 301,193 | 1/19/2021 |
3.2.3 | 241,882 | 10/31/2020 |
3.2.2 | 30,073 | 10/19/2020 |
3.2.1 | 4,015 | 10/18/2020 |
3.2.0 | 17,160 | 10/2/2020 |
3.1.0 | 170,124 | 7/24/2020 |
1.0.4 | 8,841 | 11/25/2019 |
1.0.1 | 4,482 | 10/18/2018 |
1.0.0 | 7,185 | 10/18/2018 |