From 6dd1fa54a5ae21931ccce2ce4adcdab826623370 Mon Sep 17 00:00:00 2001 From: Adam Sitnik Date: Fri, 28 Oct 2022 19:35:51 +0200 Subject: Add Compression bug to the list of known bugs --- release-notes/7.0/known-issues.md | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.3 From 34922ecaee8d4e2e8aadf24ab764c6113361d8dd Mon Sep 17 00:00:00 2001 From: Jeff Handley Date: Sat, 29 Oct 2022 11:43:26 -0700 Subject: The ZipArchive issue will be fixed in December --- release-notes/7.0/known-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3