pieceofsummer / Hangfire.Console

Job console extension for Hangfire
MIT License
436 stars 80 forks source link

Fixing Right To Left Culture .net5 issue #111

Open aburakab opened 3 years ago

aburakab commented 3 years ago

Starting from .net5 Right to left Culture. Any string with "-1" will be printed "1-" (check the image below)

image

Also, the hangfire/console API expecting "-1" to stop polling logs. But it will never reach "-1". The server will send it "1-" (check the image below)

image

khellang commented 12 months ago

There's now a forked version with some modernization and bugfixes now on NuGet.org. Hopefully this project will come back to life at some point and the fixes can be accepted upstream 😄