79750109

Date: 2025-08-29 10:04:14
Score: 1
Natty:
Report link

You can configure Newtonsoft.Json in Hangfire to ignore reference loops:

services.AddHangfire(cfg => cfg.UseSerializerSettings(new JsonSerializerSettings() 
{
    ReferenceLoopHandling = ReferenceLoopHandling.Ignore 
}));
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Bath Mat