jasontaylordev / RapidBlazor

Clean Architecture Solution Template for Blazor WebAssembly .NET 7
MIT License
291 stars 53 forks source link

Errors on starting #8

Open rswetnam opened 1 year ago

rswetnam commented 1 year ago

When I installed the update template and install a new program - set default project to Server - I got the following errors when trying to run the program:

Severity Code Description Project File Line Suppression State Error MSB3073 The command "dotnet "C:\Users\RS.nuget\packages\nswag.msbuild\13.18.0\build../tools/Net60/dotnet-nswag.dll" run /variables:Configuration=Debug" exited with code -1. Server C:\repos\hto23_2022_12_14\10\hto23\src\WebUI\Server\Server.csproj 51

Severity Code Description Project File Line Suppression State Error Number 5170,State:4,Class:16 Server C:\repos\hto23_2022_12_14\10\hto23\src\WebUI\Server\EXEC 1

I tried reinstalling Nuget packages but got the same error

benossa commented 1 year ago

Same for me, If I select Client as start project, I get this error, but if I start server project, error is not showing.