Open andreasnilsen opened 8 years ago
Hi @andreasnilsen
A PR is very welcome, as I'm quiete busy in my personal life at the moment.
@tynor88 I dabbled a bit with it locally, but I was very unsure how to handle that ISchedulerFactory.GetScheduler is now async/returns a Task
Anyway, would it be ok to update dependencies on all frameworks to the newest in such a pull request, or would you prefer to keep them at a minimum version?
Yea, that should be fine. It's safe to assume that Topshelf will run inside a Console application (or Windows Service).
Updating the nuget packages should be fine. But please keep the .NET framework at the lowest possible version.
Will this library be updated for Quartz.NET 3.x and the rewrite to async support for IJob, or should I roll my own decorators and DI setup if I wish to use Quartz.NET 3.x?