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:
authorJeff Handley <jeffhandley@users.noreply.github.com>2022-10-29 21:45:47 +0300
committerGitHub <noreply@github.com>2022-10-29 21:45:47 +0300
commite6ea49ea099f6a0a95ab4e0ab9079b22b0c03c4d (patch)
tree2056290dfc86f0acf1dd8c868b41ddfc6399c837
parent5d00f8b32de0e01b8fe730ef7ad4c9c7da55b7cc (diff)
parent34922ecaee8d4e2e8aadf24ab764c6113361d8dd (diff)
Merge pull request #7910 from dotnet/adamsitnik-compression-bug
Add Compression bug to the list of known bugs
-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 5181d0e3..54298525 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 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.
+
### Unable to evaluate expressions in a Blazor WebAssembly App
It isn't possible to evaluate expressions in a Blazor WebAssembly app using .NET 7 RC1 https://github.com/dotnet/runtime/pull/75495