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.36k stars 1.7k forks source link

stashbox extension #1321

Open bonesoul opened 5 years ago

bonesoul commented 5 years ago

anyone aware of an extension for stashbox ioc?

https://github.com/z4kn4fein/stashbox

odinserj commented 5 years ago

I don't think there will be official support for IoC containers other than existing ones. All known integration packages are listed here. You can learn how to create the new one by looking any of them, the only thing you need to do is to nest the JobActivator class.