Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/core.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnkit Jain <radical@gmail.com>2022-08-10 22:55:56 +0300
committerGitHub <noreply@github.com>2022-08-10 22:55:56 +0300
commit1b8637689ae138cb69e9547bb4a2667bbc8c440f (patch)
tree5314217cf0011f161471a2ccafcd23d73b4818a8
parent51c8256fbb4d0c65c9f2764ae86e621a699a3b8c (diff)
Add known issue for broken wasm-tools workload
.. on Linux/x64. Issue: https://github.com/dotnet/runtime/issues/73694
-rw-r--r--release-notes/7.0/known-issues.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/release-notes/7.0/known-issues.md b/release-notes/7.0/known-issues.md
index fece7f98..282e2686 100644
--- a/release-notes/7.0/known-issues.md
+++ b/release-notes/7.0/known-issues.md
@@ -4,6 +4,10 @@ You may encounter the following known issues, which may include workarounds, mit
## .NET Runtime
+### Unable to install wasm-tools workload on Linux/x64
+
+Installing `wasm-tools` workload with `dotnet install workload wasm-tools` fails because nuget cannot find `Microsoft.NET.Runtime.Emscripten.3.1.12.Sdk.linux-x64` version `7.0.0-preview.7.22361.2`. This will be fixed shortly. Tracking issue - https://github.com/dotnet/runtime/issues/73694 .
+
### Unable to debug a Blazor WebAssembly App
It isn't possible to debug a Blazor WebAssembly app using .NET 7 Preview 5 https://github.com/dotnet/runtime/pull/70383