CleanArchitecture
CleanArchitecture copied to clipboard
Users is missing in Swagger and API specification
Describe the bug Users Endpoint is missing in Swagger
To Reproduce Steps to reproduce the behavior:
- Create Project using the newest 8.0.2 Template by "dotnet new ca-sln -cf None -o test"
- Start Project
- Users is missing in Swagger and in API specification
Expected behavior /api/users is listed in Swagger document and API specification
Screenshots
Additional context The endpoints work, they just aren't included in Swagger
Please can you try version 8.0.3 of the template? Let me know if it works.
Same problem using 8.0.3 template
It's fixed in 8.0.5. Thanks for your patience.