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
Fixed error 500 on requesting swagger.json (TrilonIO#312)
This fixesTrilonIO#310.
Error 500 was occurring on requesting swagger.json
(http://localhost:5000/swagger/v1/swagger.json) under the following conditions:
- Pulled the project "as is" from GitHub
- The environment is set to Development (as per this post)
- Launch the project (F5)
- Swagger UI gets loaded (http://localhost:5000/swagger/)
See Swagger's requirements on method attributes in the comment here - domaindrivendev/Swashbuckle.AspNetCore#69 (comment)ClosesTrilonIO#310
0 commit comments