Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Misleading info on memory usage for ZipArchiveMode.Update #10695

Open
59977 opened this issue Nov 19, 2024 · 2 comments
Open

Misleading info on memory usage for ZipArchiveMode.Update #10695

59977 opened this issue Nov 19, 2024 · 2 comments
Labels
needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners Pri3 Indicates issues/PRs that are low priority untriaged New issue has not been triaged by the area owner

Comments

@59977
Copy link

59977 commented Nov 19, 2024

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

@issues-automation issues-automation bot added the Pri3 Indicates issues/PRs that are low priority label Nov 19, 2024
@dotnet-policy-service dotnet-policy-service bot added the untriaged New issue has not been triaged by the area owner label Nov 19, 2024
@dotnet-issue-labeler dotnet-issue-labeler bot added the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Nov 19, 2024
Copy link

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.

1 similar comment
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners Pri3 Indicates issues/PRs that are low priority untriaged New issue has not been triaged by the area owner
Projects
None yet
Development

No branches or pull requests

1 participant