I have a brand new .NET-Core Web API project that I want to use API versioning and swagger.
When I try to view the swagger page I get a 404. However, the default Val
When I created the project, I accidentally included the .vs folder in check in. When I removed it from source control, for whatever reason swagger started working again.
Not sure that the explanation is for this.