QuartzHostedService 是一个用来在Asp.Net Core 中实现 Quartz 的任务注入依赖的nuget 包: 基本示例如下: using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using AspNetCoreSampleQuartzHostedService.Jobs; using Microsoft.AspNetCore.Bu…