dotnet-api-docs icon indicating copy to clipboard operation
dotnet-api-docs copied to clipboard

Misleading info on memory usage for ZipArchiveMode.Update

Open 59977 opened this issue 1 year ago • 3 comments

Type of issue

Missing information

Description

I think the comment regarding ZipArchiveMode.Update is misleading. The comment gives the impression that the entire archive is loaded into memory when it is opened, but this is not true right, it just holds new and modified entries in memory until the object is disposed.

Page URL

https://learn.microsoft.com/en-us/dotnet/api/system.io.compression.ziparchivemode?view=net-9.0

Content source URL

https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System.IO.Compression/ZipArchiveMode.xml

Document Version Independent Id

7c2e0ed8-6f26-aeac-8dd1-5170e67a36c9

Article author

@dotnet-bot

59977 avatar Nov 19 '24 13:11 59977

I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.

ghost avatar Nov 19 '24 13:11 ghost

I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.

ghost avatar Nov 19 '24 13:11 ghost

Tagging subscribers to this area: @dotnet/area-system-io-compression