jasontaylordev / CleanArchitecture

Clean Architecture Solution Template for ASP.NET Core
MIT License
16.15k stars 3.45k forks source link

Users is missing in Swagger and API specification #1097

Open dabcus opened 5 months ago

dabcus commented 5 months ago

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

jasontaylordev commented 4 months ago

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

rviveiros commented 4 months ago

Same problem using 8.0.3 template

jasontaylordev commented 3 months ago

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