Jeremias,
Apparently, I’m not yet done with the install.
Can you help me with this hurdle?
I installed the docker engine and the Toradex Extension to VSCode
When I launch VSCode, there is a pop-up that says:
The .NET Core SDK cannot be located. .NET Core debugging will not be enabled. Make sure the .NET Core SDK is installed and is on the path.
When I attempt to Debug, that kicks off a build. However: the build fails with a strange message (related to .NET
It seems):
Executing task: dotnet build /home/parallels/Documents/Avalonia/RupertIVD/RupertSimulator/Simulator.csproj /property:GenerateFullPaths=true /consoleloggerparameters:NoSummary <
/snap/dotnet-sdk/79/snap/command-chain/snapcraft-runner: 3: exec: /snap/dotnet-sdk/79/dotnet: not found
The terminal process “dotnet ‘build’, ‘/home/parallels/Documents/Avalonia/RupertIVD/RupertSimulator/Simulator.csproj’, ‘/property:GenerateFullPaths=true’, ‘/consoleloggerparameters:NoSummary’” failed to launch (exit code: 127).
That same error:
/snap/dotnet-sdk/79/snap/command-chain/snapcraft-runner: 3: exec: /snap/dotnet-sdk/79/dotnet: not found
Occurs when I attempt to invoke dotnet for a terminal window:
parallels@ubuntu-linux-20-04-desktop:~$ dotnet --version
/snap/dotnet-sdk/79/snap/command-chain/snapcraft-runner: 3: exec: /snap/dotnet-sdk/79/dotnet: not found
…so it looks like the dotnet runtime is missing (altho the .NET SDK seems to be installed)
When I try to install the .NET runtime, I also get an error:
parallels@ubuntu-linux-20-04-desktop:/snap/dotnet-sdk/79$ sudo snap install dotnet-runtime-60 --classic
error: snap “dotnet-runtime-60” is not available on stable for this architecture (arm64) but exists
on other architectures (amd64).
I’ve not been able to locate an installable dotnet runtime for arm64.
Does one exist? Where can I find it?
Thanks!
Paul++