mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-03 21:23:38 +00:00
[PR #964] [MERGED] Only allow extract all on archives that are solid (some rars and 7zip only) #1382
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/964
Author: @adamhathcock
Created: 10/21/2025
Status: ✅ Merged
Merged: 10/21/2025
Merged by: @adamhathcock
Base:
master← Head:adam/extract-all-solid-only📝 Commits (5)
e1f132bOnly allow extract all on archives that are solid (some rars and 7zip only)5a5a55efmtf1a80dafix tests that use extract all wrongly84e03b1Allow 7zip files of all sizes?e960907Update src/SharpCompress/Archives/AbstractArchive.cs📊 Changes
8 files changed (+63 additions, -28 deletions)
View changed files
📝
src/SharpCompress/Archives/AbstractArchive.cs(+6 -0)📝
src/SharpCompress/Archives/IArchiveExtensions.cs(+2 -4)📝
src/SharpCompress/Readers/Rar/RarReader.cs(+23 -0)📝
src/SharpCompress/Readers/ReaderFactory.cs(+12 -0)📝
tests/SharpCompress.Test/ArchiveTests.cs(+4 -11)📝
tests/SharpCompress.Test/Rar/RarReaderTests.cs(+9 -3)📝
tests/SharpCompress.Test/Zip/ZipArchiveTests.cs(+4 -8)📝
tests/SharpCompress.Test/Zip/ZipReaderTests.cs(+3 -2)📄 Description
Explicit exception for https://github.com/adamhathcock/sharpcompress/issues/960
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.