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:
authorLarry Ewing <lewing@microsoft.com>2022-06-16 04:18:23 +0300
committerGitHub <noreply@github.com>2022-06-16 04:18:23 +0300
commit531a195fee783028e3586ad21889a11f0cf8e99c (patch)
tree43eead8500b4c8e97912fee2835abe14f9c0c6b0
parent487bab491ab1aad21bbdb4e7a27d295e7fe514fa (diff)
Update release-notes/7.0/known-issues.md
-rw-r--r--release-notes/7.0/known-issues.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/release-notes/7.0/known-issues.md b/release-notes/7.0/known-issues.md
index 245fbadb..0d47589e 100644
--- a/release-notes/7.0/known-issues.md
+++ b/release-notes/7.0/known-issues.md
@@ -21,7 +21,7 @@ Copy the following into any net7.0 blazor wasm csproj:
SkipUnchangedFiles="true"/>
</Target>
`
-That should resolve the missing dependency and get debugging working in .NET 7.0 Preview 5 after a single build. This only needs to be run once but should be harmless to leave if project doesn’t have a different Serilog requirement.
+That will copy the missing dependency into the DevServer package and enable Wasm debugging in .NET 7.0 Preview 5 after a single build. This workaround only needs to be run once per package root to repair the DevServer package but should be harmless to leave in as long as the project doesn’t have a different Serilog version requirement.
### Assembly.GetType("System.Net.Http.HttpClientHandler", false, true) does not find some types but finds it when ignoreCase is set to false