Hi Devmondo - I am using Hangfire with SImpleInjector - I have upgraded hangfire to version 1.02 - one of the changes in hangfire was the HangFire namespace was changed to Hangfire with a small f - if I look into the DLL for Hangfire SimpleInjector I can see - note the using namespace for HangFire which breaks for latest version of hangfire - is it possible you can apply a new update for this?
using HangFire;
using SimpleInjector;
using System;
namespace HangFire.SimpleInjector
{
public class SimpleInjectorJobActivator : JobActivator