HangfireIO / Hangfire

An easy way to perform background job processing in .NET and .NET Core applications. No Windows Service or separate process required
https://www.hangfire.io
Other
9.43k stars 1.71k forks source link

Ship AspNetCoreJobActivator as a separate NuGet #2386

Closed FixRM closed 7 months ago

FixRM commented 7 months ago

Hi and thanks for this tool. Microsoft.Extensions.DependencyInjection is used not only with ASP projects nowdays. May be you can move AspNetCoreJobActivator implementation to separate NuGet similar to Hangfire.Autofac?

I know that I can use Hangfire.AspNetCore with my console-service app, but it comes with a long list of unneeded dependencies

odinserj commented 7 months ago

I believe you can use the Hangfire.NetCore package. Unfortunately type names messed in the early days of .NET Core.

FixRM commented 7 months ago

Thanks!