CleanArchitecture icon indicating copy to clipboard operation
CleanArchitecture copied to clipboard

Users is missing in Swagger and API specification

Open dabcus opened this issue 2 years ago • 3 comments

Describe the bug Users Endpoint is missing in Swagger

To Reproduce Steps to reproduce the behavior:

  1. Create Project using the newest 8.0.2 Template by "dotnet new ca-sln -cf None -o test"
  2. Start Project
  3. Users is missing in Swagger and in API specification

Expected behavior /api/users is listed in Swagger document and API specification

Screenshots image

Additional context The endpoints work, they just aren't included in Swagger

dabcus avatar Jan 19 '24 12:01 dabcus

Please can you try version 8.0.3 of the template? Let me know if it works.

jasontaylordev avatar Feb 15 '24 23:02 jasontaylordev

Same problem using 8.0.3 template

rviveiros avatar Feb 20 '24 12:02 rviveiros

It's fixed in 8.0.5. Thanks for your patience.

jasontaylordev avatar Mar 12 '24 17:03 jasontaylordev