You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @iammukeshm , I quickly took a look. I saw this issue was present with .NET7 (dotnet/aspnetcore#40753). I don't know if the issue has been correctly fixed.
Inside comments, it is indicated to use WithOpenApi to get around the problem. I tested and it works.
Hi @fcantenot, I have seen something similar to this, and tried fixing it. I was able to make the Swagger UI display the correct summary and description, but I was not able to hit the API endpoint. It was giving me a 404 exception. Are you able to access the APIs? If so, can you please take the latest changes from v2 and raise a new PR with this fix?
Hi @fcantenot, I have seen something similar to this, and tried fixing it. I was able to make the Swagger UI display the correct summary and description, but I was not able to hit the API endpoint. It was giving me a 404 exception. Are you able to access the APIs? If so, can you please take the latest changes from v2 and raise a new PR with this fix?
sorry @iammukeshm , I tried but we have an error like you mentioned.
If we use "WithSummary&WithDescription", versioning is ok (see curl command) but not summary and description.
If we use "WithOpenApi", summary & description are ok but versioning is ko as you can see with the curl command
The text was updated successfully, but these errors were encountered: