/Hangfire.TidyDashboard

Hangfire plugin to improve the display of the parameters and the result of jobs

Primary LanguageC#

Hangfire plugin to improve the display of the parameters and the result of jobs.

Because the Improve display of job result and properties pull request was not merged.

Note

No NuGet package is published yet.

Screenshots

Without Hangfire.TidyDashboard:

  • Unnecessary double quotes everywhere
  • Way too many \ escaping characters

Before

With Hangfire.TidyDashboard:

  • No more double quotes
  • No more \ escaping characters
  • Proper new line

After