Microsoft Dependency Injection Job Activator

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. :slight_smile:

  • Edit - I’ve removed the links because this project is definitely not needed.

No? I’m using the one that is already implemented on Hangfire: https://github.com/HangfireIO/Hangfire/tree/master/src/Hangfire.AspNetCore/AspNetCore

Ok, I feel silly now. That’s exactly what I was originally looking for. Thanks for pointing this out.