jasontaylordev / CleanArchitecture

Clean Architecture Solution Template for ASP.NET Core

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Users is missing in Swagger and API specification

dabcus opened this issue · 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

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.