79508134

Date: 2025-03-14 04:15:40
Score: 0.5
Natty:
Report link

I was able to reproduce your issue and after setting THIS property, the issue went away.

            app.UseSwagger(c =>
            {
                c.SerializeAsV2 = true;
            });
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Marc Roussel