| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Quartz.NET-3.16.0.zip | 2026-03-02 | 41.4 MB | |
| Quartz.NET 3.16.0 source code.tar.gz | 2026-03-01 | 5.8 MB | |
| Quartz.NET 3.16.0 source code.zip | 2026-03-01 | 6.5 MB | |
| README.md | 2026-03-01 | 2.0 kB | |
| Totals: 4 Items | 53.6 MB | 0 | |
On top of great community fixes, this release also brings the experimental Dashboard into action. You can enable it on NET 8 and later, see documentation for details.
What's Changed
- Add tests for AddJob, AddTrigger, ScheduleJob and AddCalendar by @bdovaz in https://github.com/quartznet/quartznet/pull/2794
- Use NET 10 SDK and update projects to use NET 10 by @lahma in https://github.com/quartznet/quartznet/pull/2800
- Handle ObjectDisposedException when canceling jobs by @lahma in https://github.com/quartznet/quartznet/pull/2811
- Fix trigger ERROR state during shutdown - release acquired triggers gracefully by @lahma in https://github.com/quartznet/quartznet/pull/2812
- fix (CronExpression): Throw Exception for invalid cron expressions by @jafin in https://github.com/quartznet/quartznet/pull/2836
- Convert solution file to slnx format by @lahma in https://github.com/quartznet/quartznet/pull/2840
- Fix XML scheduling plugin to log errors and notify listeners on parsing failures by @jafin in https://github.com/quartznet/quartznet/pull/2839
- Add IdleWaitTime property to SchedulerBuilder (#2835) by @lahma in https://github.com/quartznet/quartznet/pull/2842
- Fix CronExpression not always returning correct next schedule for weekdayonly and month flags by @jafin in https://github.com/quartznet/quartznet/pull/2838
- fix(CalendarIntervalTriggerImpl): infinite loop bug in
CalendarIntervalTriggerImplby @jafin in https://github.com/quartznet/quartznet/pull/2837 - Fix GetScheduler(name) returning null before default scheduler initialization by @jafin in https://github.com/quartznet/quartznet/pull/2845
- Port DirectoryScanJob listener DI support to 3.x by @lahma in https://github.com/quartznet/quartznet/pull/2851
- Backport Quartz.Dashboard to 3.x (in-process only) by @lahma in https://github.com/quartznet/quartznet/pull/2852
Full Changelog: https://github.com/quartznet/quartznet/compare/v3.15.1...v3.16.0