Following the discussion at https://discuss.hangfire.io/t/how-to-config-hangfire-with-asp-net-5/945/2, using the sqlite as a storage provider and running on linux breaks, since the sqlite.dll is not crossplatform but windows based. Upgrading to EF7 might resolve the issue.
Following the discussion at https://discuss.hangfire.io/t/how-to-config-hangfire-with-asp-net-5/945/2, using the sqlite as a storage provider and running on linux breaks, since the sqlite.dll is not crossplatform but windows based. Upgrading to EF7 might resolve the issue.