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:43:26 +0300
committerGitHub <noreply@github.com>2022-10-29 21:43:26 +0300
commit34922ecaee8d4e2e8aadf24ab764c6113361d8dd (patch)
tree2056290dfc86f0acf1dd8c868b41ddfc6399c837
parent6dd1fa54a5ae21931ccce2ce4adcdab826623370 (diff)
The ZipArchive issue will be fixed in December
-rw-r--r--release-notes/7.0/known-issues.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/release-notes/7.0/known-issues.md b/release-notes/7.0/known-issues.md
index 55fe5955..54298525 100644
--- a/release-notes/7.0/known-issues.md
+++ b/release-notes/7.0/known-issues.md
@@ -6,7 +6,7 @@ You may encounter the following known issues, which may include workarounds, mit
### 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.
+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