HangfireIO / Hangfire

An easy way to perform background job processing in .NET and .NET Core applications. No Windows Service or separate process required
https://www.hangfire.io
Other
9.44k stars 1.71k forks source link

is there any plan to use microsoft's json library or allow users to decide which to use on hangfire.core? #2456

Open ltbyun opened 1 month ago

ltbyun commented 1 month ago

sometimes there's no need to add an extra json lib while there exists one.

PhilipDn commented 1 month ago

There have been some previous discussions related to this. See for example: https://github.com/HangfireIO/Hangfire/issues/2305 https://github.com/HangfireIO/Hangfire/issues/2202