I’ve been rewriting an old MVC application and bringing it up to date with Core 2, and I’ve been working with Hangfire to handle background jobs (I love this software). I noticed that there wasn’t already a Job Activator that would work with Microsoft’s dependency injection for core 2, so I wrote one. The source is on github and I just uploaded a nuget package to nuget.org. The links are below. If you have any comments or suggestions, please fork the project or create issues. I hope this helps someone out there.
- Edit - I’ve removed the links because this project is definitely not needed.