[PR #1154] [MERGED] Adam/1151 release cherry pick #1590

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

📋 Pull Request Information

Original PR: https://github.com/adamhathcock/sharpcompress/pull/1154
Author: @adamhathcock
Created: 1/23/2026
Status: Merged
Merged: 1/23/2026
Merged by: @adamhathcock

Base: releaseHead: adam/1151-release


📝 Commits (2)

  • 7732fbb Merge pull request #1151 from adamhathcock/copilot/fix-entrystream-flush-issue
  • 21ce9a3 fix up tests

📊 Changes

4 files changed (+136 additions, -5 deletions)

View changed files

📝 src/SharpCompress/Common/EntryStream.cs (+32 -4)
📝 tests/SharpCompress.Test/SharpCompress.Test.csproj (+4 -1)
📝 tests/SharpCompress.Test/Zip/ZipReaderAsyncTests.cs (+54 -0)
📝 tests/SharpCompress.Test/Zip/ZipReaderTests.cs (+46 -0)

📄 Description

Releasing https://github.com/adamhathcock/sharpcompress/issues/1150

Same as https://github.com/adamhathcock/sharpcompress/pull/1151


🔄 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/1154 **Author:** [@adamhathcock](https://github.com/adamhathcock) **Created:** 1/23/2026 **Status:** ✅ Merged **Merged:** 1/23/2026 **Merged by:** [@adamhathcock](https://github.com/adamhathcock) **Base:** `release` ← **Head:** `adam/1151-release` --- ### 📝 Commits (2) - [`7732fbb`](https://github.com/adamhathcock/sharpcompress/commit/7732fbb698b988aaf1edb7c729521930bd176253) Merge pull request #1151 from adamhathcock/copilot/fix-entrystream-flush-issue - [`21ce9a3`](https://github.com/adamhathcock/sharpcompress/commit/21ce9a38e64c279b04a75c5ec6570fc495bb457e) fix up tests ### 📊 Changes **4 files changed** (+136 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `src/SharpCompress/Common/EntryStream.cs` (+32 -4) 📝 `tests/SharpCompress.Test/SharpCompress.Test.csproj` (+4 -1) 📝 `tests/SharpCompress.Test/Zip/ZipReaderAsyncTests.cs` (+54 -0) 📝 `tests/SharpCompress.Test/Zip/ZipReaderTests.cs` (+46 -0) </details> ### 📄 Description Releasing https://github.com/adamhathcock/sharpcompress/issues/1150 Same as https://github.com/adamhathcock/sharpcompress/pull/1151 --- <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:16 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#1590