How can I use .net core\'s default dependency injection in Hangfire ?
I am new to Hangfire and searching for an example which works with asp.net core.
Currently, Hangfire is deeply integrated with Asp.Net Core. Install Hangfire.AspNetCore to set up the dashboard and DI integration automatically. Then, you just need to define your dependencies using ASP.NET core as always.