jasontaylordev / CleanArchitecture

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

NSwag command line tool for .NET Core Net80, toolchain v14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0)); #1212

Open Scott-Atkinson opened 2 months ago

Scott-Atkinson commented 2 months ago

Describe the bug Installed the clean architecture cli and created a web api only project

To Reproduce Ran the project straight after creation, gives me the following error:

NSwag command line tool for .NET Core Net80, toolchain v14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0));

Expected behavior To run and see the swagger api documentation

Scott-Atkinson commented 2 months ago

Following also happens when opening the project on a Windows machine, all projects can't be loaded.

image