mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-04 05:25:00 +00:00
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/1157
Author: @adamhathcock
Created: 1/24/2026
Status: ✅ Merged
Merged: 1/25/2026
Merged by: @adamhathcock
Base:
release← Head:adam/1154-release📝 Commits (2)
bf4217fMerge pull request #1156 from adamhathcock/copilot/fix-sharpcompress-archive-iteration9caf7beRevert testing📊 Changes
5 files changed (+187 additions, -34 deletions)
View changed files
📝
src/SharpCompress/Common/EntryStream.cs(+4 -32)📝
src/SharpCompress/Compressors/Deflate/ZlibBaseStream.cs(+14 -2)➕
tests/SharpCompress.Test/Mocks/ThrowOnFlushStream.cs(+73 -0)📝
tests/SharpCompress.Test/Zip/ZipReaderAsyncTests.cs(+48 -0)📝
tests/SharpCompress.Test/Zip/ZipReaderTests.cs(+48 -0)📄 Description
…archive-iteration
Fix silent iteration failure when input stream throws on Flush() # Conflicts:
src/SharpCompress/packages.lock.json
Reverts changes from the last release to be a more real fix
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.