In my project I have to use Quartz but I don\'t know what i do wrong.
JobFactory:
public class IoCJobFactory :
I got the same issue.
I update from
services.AddScoped();
to
then it works.
_factory.GetService(bundle.JobDetail.JobType) as IJob; will not be null :)
_factory.GetService(bundle.JobDetail.JobType) as IJob;