I am having a problem on how to use CrystalQuartz with Jobs that needed an injected service.
I have a class that is implementing the Quartz IJob interface, and it inherited a basejob class that is needed to be injected with some services.
However when i trigger the job, it does nothing. It doesn’t even go to a break point in the debugger.
but when i change the constructor to parameterless constructor, it successfully run.
I have no idea if the issue is with the plugin itself or quartz in general. there’s also no documentation about this issue in the github page.
Is there anyone that is able to solve this?