Hangfire on ubuntu / mono

Hello,
Is it possible to run Hangfire with mono on ubuntu server? I have seen two years old topic on the forum but could not find any tips how to setup Hangfire on linux.

We are using hangfire with a MySql datastore implementation for the Job storage and it is running in production with mono on Linux. I am currently in the process of switching to the redis storage with the pro package. This is not working with Mono and my hunch is that it was originally based on ServiceStack.Redis framework. There is a known issue on that repo where it requires to compile the source with the mono compiler. https://github.com/StackExchange/StackExchange.Redis/pull/314. Unfortunately, the source is now locked down.

So I can say that yes, hangfire core works, but depending on the data store you may run into issues due to mono compatibility. I’m considering trying it with .NET core at this point.