mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-03 21:23:38 +00:00
[PR #1037] [CLOSED] [WIP] Fix incomplete iteration of TarArchive entries #1463
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/1037
Author: @Copilot
Created: 11/25/2025
Status: ❌ Closed
Base:
master← Head:copilot/fix-tararchive-incomplete-iteration📝 Commits (3)
27e6051Initial planbfb8e94Changes before error encounteredb83ee67Add regression test for TarArchive.ExtractAllEntries()📊 Changes
2 files changed (+25 additions, -1 deletions)
View changed files
📝
src/SharpCompress/Archives/AbstractArchive.cs(+1 -1)📝
tests/SharpCompress.Test/Tar/TarArchiveTests.cs(+24 -0)📄 Description
TarArchive.ExtractAllEntries()fails because it's blocked by a check that only allows solid archives or 7Zipif (!IsSolid && Type != ArchiveType.SevenZip)throws an exception for TAR archivesTarArchive.CreateReaderForSolidExtraction()is implemented and works correctlyOriginal prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.