[PR #1146] [MERGED] Merge pull request #1145 from adamhathcock/copilot/add-leaveopen-para… #1583

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

📋 Pull Request Information

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

Base: releaseHead: adam/pr-1145-release


📝 Commits (1)

  • d74454f Merge pull request #1145 from adamhathcock/copilot/add-leaveopen-parameter-lzipstream

📊 Changes

7 files changed (+309 additions, -23 deletions)

View changed files

📝 src/SharpCompress/Compressors/BZip2/BZip2Stream.cs (+15 -3)
📝 src/SharpCompress/Compressors/BZip2/CBZip2InputStream.cs (+11 -3)
📝 src/SharpCompress/Compressors/BZip2/CBZip2OutputStream.cs (+9 -4)
📝 src/SharpCompress/Compressors/LZMA/LZipStream.cs (+5 -3)
📝 src/SharpCompress/Compressors/LZMA/LzmaStream.cs (+28 -8)
📝 tests/SharpCompress.Test/Streams/DisposalTests.cs (+15 -2)
tests/SharpCompress.Test/Streams/LeaveOpenBehaviorTests.cs (+226 -0)

📄 Description

…meter-lzipstream

Add leaveOpen parameter to LZipStream and BZip2Stream

same as https://github.com/adamhathcock/sharpcompress/pull/1145 for release

https://github.com/adamhathcock/sharpcompress/issues/1144


🔄 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/1146 **Author:** [@adamhathcock](https://github.com/adamhathcock) **Created:** 1/19/2026 **Status:** ✅ Merged **Merged:** 1/19/2026 **Merged by:** [@adamhathcock](https://github.com/adamhathcock) **Base:** `release` ← **Head:** `adam/pr-1145-release` --- ### 📝 Commits (1) - [`d74454f`](https://github.com/adamhathcock/sharpcompress/commit/d74454f7e9a19c9434c6277964c1e2e1f7b01f0a) Merge pull request #1145 from adamhathcock/copilot/add-leaveopen-parameter-lzipstream ### 📊 Changes **7 files changed** (+309 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `src/SharpCompress/Compressors/BZip2/BZip2Stream.cs` (+15 -3) 📝 `src/SharpCompress/Compressors/BZip2/CBZip2InputStream.cs` (+11 -3) 📝 `src/SharpCompress/Compressors/BZip2/CBZip2OutputStream.cs` (+9 -4) 📝 `src/SharpCompress/Compressors/LZMA/LZipStream.cs` (+5 -3) 📝 `src/SharpCompress/Compressors/LZMA/LzmaStream.cs` (+28 -8) 📝 `tests/SharpCompress.Test/Streams/DisposalTests.cs` (+15 -2) ➕ `tests/SharpCompress.Test/Streams/LeaveOpenBehaviorTests.cs` (+226 -0) </details> ### 📄 Description …meter-lzipstream Add leaveOpen parameter to LZipStream and BZip2Stream same as https://github.com/adamhathcock/sharpcompress/pull/1145 for release https://github.com/adamhathcock/sharpcompress/issues/1144 --- <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:14 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#1583