↧
Answer by baHI for Hangfire .net core console Dependency Injection
Try this: https://docs.hangfire.io/en/latest/getting-started/aspnet-core-applications.html. In the past I was using Hangfire.AutoFac nuget using a custom JobActivator suioted for that given DI...
View ArticleHangfire .net core console Dependency Injection
I have a proyect with this structure AdventureWorks.Web <- web .net core project (Services, Viewmodels, DataContext, Controller Views, etc ) AdventureWorks.Console <- Console .net core (hangfire...
View Article