Skip to content
New issue

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

[Request] New Nuget Release #31

Closed
pedromfonsecapt opened this issue Dec 14, 2018 · 1 comment
Closed

[Request] New Nuget Release #31

pedromfonsecapt opened this issue Dec 14, 2018 · 1 comment

Comments

@pedromfonsecapt
Copy link

pedromfonsecapt commented Dec 14, 2018

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/

@jonorossi
Copy link
Member

I've created #32 for the next release, someone needs to contribute those changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants