mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-03 21:23:38 +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/1146
Author: @adamhathcock
Created: 1/19/2026
Status: ✅ Merged
Merged: 1/19/2026
Merged by: @adamhathcock
Base:
release← Head:adam/pr-1145-release📝 Commits (1)
d74454fMerge 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.