icsharpcode / AvaloniaILSpy

Avalonia-based .NET Decompiler (port of ILSpy)
1.55k stars 173 forks source link

Build.sh fails #45

Closed Shiva108 closed 3 years ago

Shiva108 commented 3 years ago

With error: An error occurred when executing task 'Restore-NetCore'. Error: One or more errors occurred. (.NET Core CLI: Could not locate executable.) .NET Core CLI: Could not locate executable.

On linux: Linux parrot 5.9.0-2parrot1-amd64 #1 SMP Debian 5.9.6-2parrot1 (2020-11-17) x86_64 GNU/Linux

jeffreye commented 3 years ago

Did you add dotnet to your PATH?

christophwille commented 3 years ago

No more feedback provided, closing.

Attributus commented 2 years ago

Thank you for the dotnet to path piece. I ran into the same issue and found that the initial install of dotnet had not worked due to the prompt for using additional space being entered incorrectly. After installing correctly and having the correct path it worked!