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:
authorThays Grazia <thaystg@gmail.com>2022-10-31 18:37:31 +0300
committerGitHub <noreply@github.com>2022-10-31 18:37:31 +0300
commit83187f2983ed87cde9fb7fec6d3a6f0cf8374cd2 (patch)
tree2b222f8b2ae8b480bf85279017b0135908ecd1ba
parente6ea49ea099f6a0a95ab4e0ab9079b22b0c03c4d (diff)
Adding debugger warning message as known issue for .net7.0thaystg-patch-1
Adding the warning message fixed in this PR as a known issue for .net7.0: https://github.com/dotnet/runtime/pull/77616
-rw-r--r--release-notes/7.0/known-issues.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/release-notes/7.0/known-issues.md b/release-notes/7.0/known-issues.md
index 54298525..6a984999 100644
--- a/release-notes/7.0/known-issues.md
+++ b/release-notes/7.0/known-issues.md
@@ -4,6 +4,11 @@ You may encounter the following known issues, which may include workarounds, mit
## .NET Runtime
+### Warning messages while debugging a Blazor WebAssembly App using .NET 7
+It is just a warning message, can be ignored and it will be fixed in the next servicing release.<br>
+``` fail: Microsoft.WebAssembly.Diagnostics.DevToolsProxy[0] sending error response for id: msg-B7CCCEF5694F2EF11713AE7F86743A45:::1017 -> [Result: IsOk: False, IsErr: True, Value: , Error: { "code": -32601, "message": "'DotnetDebugger.setDebuggerProperty' wasn't found" } ]```
+
+
### Unable to decompress 4GB+ zip archives
It's impossible to decompress large (4GB+ after compression) zip archives that consist of more than one zipped file. There is no known workaround. More information and workaround can be found at: https://github.com/dotnet/runtime/issues/77159. This issue will be fixed in the December servicing release.