Quartz.NET 4.0 Roadmap
See original GitHub issueThis is an umbrella issue gathering things that could be done in 4.0 timeframe.
- Refactor persistence API to be more document database friendly, https://github.com/quartznet/quartznet/issues/814 probably contributes to this
- Use
ValueTask
instead ofTask
, RamJobStore doesn’t need heavy machinery - Switch to more DI kind of approach, MS DI can create instances with required dependencies as constructor parameters, need to account of parametrization via reflection (properties support in config files)
- Use
Microsoft.Extensions.Logging.Abstractions
instead of liblog - Add HTTP API for scheduler, maybe via Quartz.AspNetCore package, existing issue https://github.com/quartznet/quartznet/issues/511
- Use the new TimeProvider abstraction https://github.com/quartznet/quartznet/issues/2079
Issue Analytics
- State:
- Created 3 years ago
- Reactions:35
- Comments:42 (18 by maintainers)
Top Results From Across the Web
Quartz 4 Quick Start
NuGet package contains only the binaries needed to run Quartz.NET, zip file comes with source code, samples and Quartz.NET server sample application.
Read more >Quartz.NET Features
Job Scheduling. Jobs are scheduled to run when a given Trigger occurs. Triggers can be created with nearly any combination of the following ......
Read more >Download and Install
NuGet package contains only the binaries needed to run Quartz.NET, zip file comes with source code, samples and Quartz.NET server sample application. #...
Read more >Migration Guide | Quartz.NET
NET Framework or the .NET Core. # Packaging changes. Quartz NuGet package was split to more specific packages. Quartz.Jobs ...
Read more >Quartz.NET - News archive
NET 4.0 using the binaries compiled for framework 3.5. The Quartz.NET 1.0 maintenance branch will not receive any new features, only bug fixes....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Please replace Json.NET with System.Text.Json for .NET 5+
A replacement for .net remoting like a rest api would also be a nice thing