Add something similar to Hangfire.Console to Core
Unfortunately, it appears that the Hangfire.Console extension is no longer maintained. It would be great to be able to log progress messages in the dashboard.
It didn't take much to get Hangfire.Console updated to work with .NET6 (I'm using it now). I'd just fork it and make the changes, unless you really need something that pulls from NuGet.
@tiesont,
It's not just about compatibility with the latest version of .NET – I assume that it also has to be kept in sync with the Hangfire APIs, and we don't have time to maintain another library. I think that it makes sense for it to evolve along with Hangfire itself.
It's not just about compatibility with the latest version of .NET – I assume that it also has to be kept in sync with the Hangfire APIs, and we don't have time to maintain another library. I think that it makes sense for it to evolve along with Hangfire itself.
I'm facing an issue with load balancer because of missing PrefixPath config :/