mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-08 21:21:57 +00:00
[PR #900] [MERGED] make WriteToDirectory functions use ExtractAllEntries #1326
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/adamhathcock/sharpcompress/pull/900
Author: @Morilli
Created: 2/28/2025
Status: ✅ Merged
Merged: 3/3/2025
Merged by: @adamhathcock
Base:
master← Head:WriteToDirectory-reader📝 Commits (1)
5450b9amake WriteToDirectory functions use ExtractAllEntries📊 Changes
2 files changed (+4 additions, -8 deletions)
View changed files
📝
src/SharpCompress/Archives/ArchiveFactory.cs(+1 -4)📝
src/SharpCompress/Archives/IArchiveExtensions.cs(+3 -4)📄 Description
For extracting files from solid archives calling
ExtractAllEntriesis required to get acceptable extraction performance and should therefore always be called.Clearly people are not aware of this function, and the base library not using it is not helping. Perhaps it should be mentioned in the
USAGE.md?🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.