❔ dotnet workload installed, but not detected during compilation
For a project I'm using
wasm-tools
. It works fine on my Manjaro machine with dotnet version 7.0.111. But on my Ubuntu 22.04 machine with version 7.0.112, the build process fails with the message that I'm missing the workload wasm-tools
. However when using dotnet workload list
. The workload wasm-tools
shows right up. What could be the issue here?2 Replies
Seems to be some kind of problem with the specific
dotnet
version. Works fine on my Arch and Debian machines, which use different dotnet versions.Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.