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 how to do this exactly, as everything I have tried so far hasn't worked. In the following example, the