[PR #1157] [MERGED] Merge pull request #1156 from adamhathcock/copilot/fix-sharpcompress-… #1595

Closed
opened 2026-01-29 22:21:18 +00:00 by claunia · 0 comments
Owner

📋 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: releaseHead: adam/1154-release


📝 Commits (2)

  • bf4217f Merge pull request #1156 from adamhathcock/copilot/fix-sharpcompress-archive-iteration
  • 9caf7be Revert 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.

## 📋 Pull Request Information **Original PR:** https://github.com/adamhathcock/sharpcompress/pull/1157 **Author:** [@adamhathcock](https://github.com/adamhathcock) **Created:** 1/24/2026 **Status:** ✅ Merged **Merged:** 1/25/2026 **Merged by:** [@adamhathcock](https://github.com/adamhathcock) **Base:** `release` ← **Head:** `adam/1154-release` --- ### 📝 Commits (2) - [`bf4217f`](https://github.com/adamhathcock/sharpcompress/commit/bf4217fde6005373ce5ade86ca3549fb73c93f00) Merge pull request #1156 from adamhathcock/copilot/fix-sharpcompress-archive-iteration - [`9caf7be`](https://github.com/adamhathcock/sharpcompress/commit/9caf7be928d908ff37959bf9a01c74d68f215c13) Revert testing ### 📊 Changes **5 files changed** (+187 additions, -34 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 22:21:18 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#1595