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:
authorRahul Bhandari <rbhanda@microsoft.com>2022-08-10 23:03:23 +0300
committerGitHub <noreply@github.com>2022-08-10 23:03:23 +0300
commit5e5146bb20d30f2c7aa1ebb50d09a404f640e49e (patch)
tree3544e3458e1b0b74fec1c05f9ce587702b9d4683
parent51c8256fbb4d0c65c9f2764ae86e621a699a3b8c (diff)
parenteab54844b2b4a7b8997f644c87866bcb80a1ef4e (diff)
Merge pull request #7698 from dotnet/radical/add-known-issue-wasm-workload
Add known issue for broken wasm-tools workload
-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..4356787e 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 .NET 7 Preview 7 for 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