Hey @lahma,
Would it be possible to make the 3 properties that are currently internal public? It would help a lot with unit tests (to ensure job and trigger details are correctly registered by an IConfigureOptions<QuartzOptions>
class).
Thanks!
There's now public readonly getters for Triggers and Jobs, I've removed the Calendar for now as it wasn't even used.
Thanks!
Wooops, I suspect you forgot to make the properties "public": https://github.com/quartznet/quartznet/commit/94a4f33968a259f7f2d9f37e62f79ebad58455da#diff-baab1cc10703ed0030c47a179783803aR36 馃槄
Oh dear...
Now is should be in master, this time for real... 馃う
Hey @kevinchalet I just published 3.2.1 to NuGet and this time I hope I got the visibility modifier correct 馃槈
@lahma awesome, thanks! I can confirm they are now really "public" 馃槃
https://github.com/openiddict/openiddict-core/pull/1137