SeanOMik
VSCode set dotnet sdk directory
I have a specific version of dotnet installed on my machine for a project, I can't replace the system wide one installed through my package manager since other things rely on it. I tried to set these in
settings.json
:
However, vscode isn't using it. When I start vscode I get a warning saying nuget restore failed, I view logs and see this:
How could I set the path and actually get vscode to use it?1 replies
Compiling C# as a WASM component
I'm trying to follow the guide here for compiling C# as a WASM component: https://component-model.bytecodealliance.org/language-support/csharp.html
When I run
dotnet build
though, I get this error:
I'm on Arch Linux and installed dotnet-sdk-preview-bin
to get dotnet 9.01 replies