Reputation: 18198
I added Swashbuckle.AspNetCore 2.4.0 to my VS2017 project following along on Pluralsight's Play by Play course.
When I navigate to http://localhost:51806/swagger/
I have the swagger UI.
When I click on the "Try it out" button the button changes to "Cancel" but nothing else happens.
I have tried each response content type
Swagger support forum indicates this is a Swashbuckle issue.
[Update]
I just did not realise that the Execute was a link
Upvotes: 2
Views: 1154
Reputation: 24619
But after pressing the button "Try it out", nothing should happen, only display "Execute" button
Upvotes: 1