[PR #235] [MERGED] Issue #230: preserve the compression method when getting a compressed… #915

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

📋 Pull Request Information

Original PR: https://github.com/adamhathcock/sharpcompress/pull/235
Author: @dbaumber
Created: 5/19/2017
Status: Merged
Merged: 5/23/2017
Merged by: @adamhathcock

Base: masterHead: Issue-230


📝 Commits (4)

📊 Changes

3 files changed (+27 additions, -1 deletions)

View changed files

📝 src/SharpCompress/Archives/Zip/ZipArchiveEntry.cs (+9 -1)
📝 tests/SharpCompress.Test/Zip/ZipArchiveTests.cs (+18 -0)
tests/TestArchives/Archives/Zip.deflate.WinzipAES2.zip (+0 -0)

📄 Description

… stream for encrypted ZIP archives.


🔄 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/235 **Author:** [@dbaumber](https://github.com/dbaumber) **Created:** 5/19/2017 **Status:** ✅ Merged **Merged:** 5/23/2017 **Merged by:** [@adamhathcock](https://github.com/adamhathcock) **Base:** `master` ← **Head:** `Issue-230` --- ### 📝 Commits (4) - [`8d3fc35`](https://github.com/adamhathcock/sharpcompress/commit/8d3fc3533bad74f3cf5bd87ae9b45b98bdf05554) Issue #230: preserve the compression method when getting a compressed stream for encrypted ZIP archives. - [`f6f8adf`](https://github.com/adamhathcock/sharpcompress/commit/f6f8adf97ec3d4ad99a85a202797e9c26d994f0d) Merge branch 'master' into Issue-230 - [`313c044`](https://github.com/adamhathcock/sharpcompress/commit/313c044c41b7509759267ee3a951eb40a5948edd) Added a unit test for the WinZipAes multiple OpenEntryStream() bug. - [`7d0acbc`](https://github.com/adamhathcock/sharpcompress/commit/7d0acbc988a5f266bed19b6d545952dc0293939d) Merge branch 'Issue-230' of https://github.com/dbaumber/sharpcompress into Issue-230 ### 📊 Changes **3 files changed** (+27 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/SharpCompress/Archives/Zip/ZipArchiveEntry.cs` (+9 -1) 📝 `tests/SharpCompress.Test/Zip/ZipArchiveTests.cs` (+18 -0) ➕ `tests/TestArchives/Archives/Zip.deflate.WinzipAES2.zip` (+0 -0) </details> ### 📄 Description … stream for encrypted ZIP archives. --- <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:18:12 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#915