Manuele Lucchi

Results 21 comments of Manuele Lucchi

Hi, lately I have too little time but unless someone gets to it first I'm definitely looking forward!

> Thanks for contacting us @manuelelucchi , please bind the `ValueChanged` event callback in your case. Oh, didn't know this. Thank you!

I can't come up with a PR yet, but it seems that `SetLoggerFactory` in `ServiceCollectionQuartzConfigurator` is never called automatically (the same goes for the underlying `SetLogProvider`) so i'm not sure...

Any news on this @lahma? I'm not able to investigate further at the moment

@aheubusch I found a workaround that seems to work. ```csharp Quartz.Logging.LogProvider.SetCurrentLogProvider(null); services.AddQuartz(b => ...) ```

Hi @ElderJames, sorry for the late reply. I attached a repro for both this issue and #4471, this is definitely related on how I use a component to render a...

Is there a way to fix this? I would have to make a big refactor with worse results... If you give me some hint i can fix it myself Edit:...

@ElderJames the OnInitialized (which I would use to set the parameters as I like) on PropertyColumn is marked as internal... Any alternative?