Open spikeh opened 10 months ago
Could you try using the below modified commands and see if it works?
> dotnet restore ./src/ConsoleClient/ConsoleClient.csproj
> dotnet build ./src/ConsoleClient/ConsoleClient.csproj
> dotnet run --project ./src/ConsoleClient/ConsoleClient.csproj
Worked for me, except I had to install maui-tizen
first for some reason.
dotnet workload install maui-tizen
hmmm that's surprising, I would only expect you to need that dependency if trying to build the desktop ClientUI
project (which I believe will only work on Windows). For reference, the dockerfile doesn't need any additional dependencies beyond .net7 to build the console or web apps.
Could you try using the below modified commands and see if it works?
> dotnet restore ./src/ConsoleClient/ConsoleClient.csproj > dotnet build ./src/ConsoleClient/ConsoleClient.csproj > dotnet run --project ./src/ConsoleClient/ConsoleClient.csproj
Thanks, this worked for me.
FYI - I'm having the same issue on macOS. I got it to work by using the suggested commands.
Describe the bug Cannot build on Linux from clean checkout, fails with error:
To Reproduce Steps to reproduce the behavior:
Expected behavior Should succeed
Installation (please complete the following information):