From 83187f2983ed87cde9fb7fec6d3a6f0cf8374cd2 Mon Sep 17 00:00:00 2001 From: Thays Grazia Date: Mon, 31 Oct 2022 12:37:31 -0300 Subject: Adding debugger warning message as known issue for .net7.0 Adding the warning message fixed in this PR as a known issue for .net7.0: https://github.com/dotnet/runtime/pull/77616 --- release-notes/7.0/known-issues.md | 5 +++++ 1 file changed, 5 insertions(+) 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.
+``` 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. -- cgit v1.2.3