Quartz.NET runner for .NET Standard 2.0 with support of ASP.NET Core
Quartz.NET runner for .NET Standard 2.0 with support of ASP.NET Core.
Source article: https://tech.trailmax.info/2013/07/quartz-net-in-azure-with-autofac-smoothness/
Package | Last version |
---|---|
Scheduler.Quartz | |
Scheduler.Quartz.Ioc.Autofac | |
Scheduler.Quartz.Ioc.ServiceProvider |
Branch | Build status |
---|---|
dev |
AppVeyor Nuget project feed:
https://ci.appveyor.com/nuget/scheduler-quartz-47b9607klagb
Scheduler.Quartz
- Quartz.NET scheduler;Scheduler.Quartz.Ioc.Autofac
- dependency registration components for Autofac;Scheduler.Quartz.Ioc.ServiceProvider
- dependency registration components for ServiceProvider (.NET Core built-in Ioc container).ConfigureServices
in Startup.cs
;IHostedService
of IHost
(or IWebHost
);QuartzSchedulerHostedService
hosted service which only starts the Quartz scheduler;LoggableJob
and LoggableJobAsync
which uses the ILogger<T>
.readme
inside Scheduler.Quartz project.IServiceProvider
inside Scheduler.Quartz.Ioc.ServiceProvider project.