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:
authorAdam Sitnik <adam.sitnik@gmail.com>2022-10-28 20:35:51 +0300
committerGitHub <noreply@github.com>2022-10-28 20:35:51 +0300
commit6dd1fa54a5ae21931ccce2ce4adcdab826623370 (patch)
tree1abb3859100b1bf5f996710d81fd74414d00a66d
parent5d00f8b32de0e01b8fe730ef7ad4c9c7da55b7cc (diff)
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..55fe5955 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.
+
### 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