C#C
C#3y ago
niels

❔ 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?
Was this page helpful?