We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When are you going to make a new nuget release which will allow us to configure Properties from Quartz directly in code?
Just asking because code from tag v0.5.0 does not allow that, but the code you have in branch master does
container.AddFacility<QuartzFacility>(f => { ////////// CODE BELOW: THIS IS NOT ALLOWED in v0.5.0 for netcore 2.0 ////////// f.Properties = new Dictionary<string, string> { {"quartz.scheduler.instanceName", "QuartzSchedulerConfiguredByCode"}, {"quartz.threadPool.type", "Quartz.Simpl.DefaultThreadPool, Quartz"}, {"quartz.threadPool.threadCount", "5"} }; });
Push to here: https://www.nuget.org/packages/Castle.Facilities.Quartz/
The text was updated successfully, but these errors were encountered:
I've created #32 for the next release, someone needs to contribute those changes.
Sorry, something went wrong.
No branches or pull requests
When are you going to make a new nuget release which will allow us to configure Properties from Quartz directly in code?
Just asking because code from tag v0.5.0 does not allow that, but the code you have in branch master does
Push to here: https://www.nuget.org/packages/Castle.Facilities.Quartz/
The text was updated successfully, but these errors were encountered: