Have you been able to confirm that Hangfire honors .UseActivator(new HangfireJobActivator())
? I’ve tried to introduce a new activator implementation and I’m not able to get it to work.
According to this post the AspNetCore implementation doesn’t allow a custom activator in any circumstance.
@nickalbrecht or @pieceofsummer Can either of you confirm this is still the case?