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