[PR #125] [MERGED] Fix setting compressioninfo on Zip streams #857

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

📋 Pull Request Information

Original PR: https://github.com/adamhathcock/sharpcompress/pull/125
Author: @kenkendk
Created: 2/4/2016
Status: Merged
Merged: 2/4/2016
Merged by: @adamhathcock

Base: masterHead: set_compression_info_on_stream


📝 Commits (3)

  • a4b5941 Added code to forward the compression info to the stream, such that it is possible to override the compression level and method on a per-stream basis.
  • ed7f140 Whitespace fix
  • a05b692 More whitespace fix

📊 Changes

1 file changed (+7 additions, -5 deletions)

View changed files

📝 SharpCompress/Writer/Zip/ZipWriter.cs (+7 -5)

📄 Description

This is a fix to:
https://github.com/adamhathcock/sharpcompress/issues/120


🔄 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/125 **Author:** [@kenkendk](https://github.com/kenkendk) **Created:** 2/4/2016 **Status:** ✅ Merged **Merged:** 2/4/2016 **Merged by:** [@adamhathcock](https://github.com/adamhathcock) **Base:** `master` ← **Head:** `set_compression_info_on_stream` --- ### 📝 Commits (3) - [`a4b5941`](https://github.com/adamhathcock/sharpcompress/commit/a4b594121e34a9ffa589b9205b7ee0a9b9b4b229) Added code to forward the compression info to the stream, such that it is possible to override the compression level and method on a per-stream basis. - [`ed7f140`](https://github.com/adamhathcock/sharpcompress/commit/ed7f140364b72925783f08d444ec2d368773aab1) Whitespace fix - [`a05b692`](https://github.com/adamhathcock/sharpcompress/commit/a05b692fc3594eb2f6143a1e5ce21a58f2230139) More whitespace fix ### 📊 Changes **1 file changed** (+7 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `SharpCompress/Writer/Zip/ZipWriter.cs` (+7 -5) </details> ### 📄 Description This is a fix to: https://github.com/adamhathcock/sharpcompress/issues/120 --- <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:17:53 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#857