How do I create a Quartz.NET’s job requiring injection with autofac
问题 I am trying to get Quartz.net (2.1.2) to work with an IoC container (autofac), as I have services I need to use in the scheduled jobs. I have found similar posts on the subject, but I can't seem to find one with a specific registration example for autofac. The following post deals with the same issue I am having: How to schedule task using Quartz.net 2.0? However, the part I believe I am missing is when the answer says "And don't forget to register the job in the IoC container". I am unsure