Skip to content

Commit 83187f2

Browse files
authored
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: dotnet/runtime#77616
1 parent e6ea49e commit 83187f2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

release-notes/7.0/known-issues.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ You may encounter the following known issues, which may include workarounds, mit
44

55
## .NET Runtime
66

7+
### Warning messages while debugging a Blazor WebAssembly App using .NET 7
8+
It is just a warning message, can be ignored and it will be fixed in the next servicing release.<br>
9+
``` 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" } ]```
10+
11+
712
### Unable to decompress 4GB+ zip archives
813

914
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.

0 commit comments

Comments
 (0)