Download Latest Version Quartz.NET 3.14.0 source code.tar.gz (5.8 MB)
Email in envelope

Get an email when there's a new version of Quartz.NET

Home / v3.12.0
Name Modified Size InfoDownloads / Week
Parent folder
Quartz.NET-3.12.0.zip 2024-08-03 39.4 MB
Quartz.NET 3.12.0 source code.tar.gz 2024-08-03 5.8 MB
Quartz.NET 3.12.0 source code.zip 2024-08-03 6.4 MB
README.md 2024-08-03 1.3 kB
Totals: 4 Items   51.6 MB 0

This release aims to alleviate some problems that have been present then Quartz's own global singletons clash with DI containers singleton concept when DI container is being torn down during testing. Now both scheduler repository and DB connection manager are scoped inside DI container and share container's lifetime.

If you want to have multiple service collections sharing same global state, you should manually register IDbConnectionManager and ISchedulerRepository to DI as singletons pointing to global object instances.

What's Changed

Full Changelog: https://github.com/quartznet/quartznet/compare/v3.11.0...v3.12.0

Source: README.md, updated 2024-08-03