79523300

Date: 2025-03-20 14:58:01
Score: 1
Natty:
Report link

I tried many different things. The thing that solved it for me was including the OpenAPIVersion spec in UseSwagger():

    app.UseSwagger(options =>
    {
        options.OpenApiVersion = Microsoft.OpenApi.OpenApiSpecVersion.OpenApi2_0;
    });
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Steve Carroll