[PR #342] Add Folders to ZipArchive #979

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

📋 Pull Request Information

Original PR: https://github.com/adamhathcock/sharpcompress/pull/342
Author: @dos-ise
Created: 1/18/2018
Status: 🔄 Open

Base: masterHead: AddFolders


📝 Commits (3)

  • d627ca9 Added AddDirectory Method
  • 4e243c6 Added todo comment
  • 8267a6c Added test to clarify the behavior

📊 Changes

4 files changed (+70 additions, -4 deletions)

View changed files

📝 src/SharpCompress/Archives/Zip/ZipArchive.cs (+15 -3)
📝 src/SharpCompress/Archives/Zip/ZipWritableArchiveEntry.cs (+13 -1)
tests/SharpCompress.Test/Zip/AddFolderTest.cs (+24 -0)
📝 tests/SharpCompress.Test/Zip/ZipArchiveTests.cs (+18 -0)

📄 Description

Add Folders to ZipArchive like in dotnetzip. Not yet ready


🔄 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/342 **Author:** [@dos-ise](https://github.com/dos-ise) **Created:** 1/18/2018 **Status:** 🔄 Open **Base:** `master` ← **Head:** `AddFolders` --- ### 📝 Commits (3) - [`d627ca9`](https://github.com/adamhathcock/sharpcompress/commit/d627ca9edbafc95a7eb5424bae49f465377e7392) Added AddDirectory Method - [`4e243c6`](https://github.com/adamhathcock/sharpcompress/commit/4e243c6bc646a7d0e51e79dc876a1568ef5a308c) Added todo comment - [`8267a6c`](https://github.com/adamhathcock/sharpcompress/commit/8267a6cde1914e025303e6e153ae433f55e0739c) Added test to clarify the behavior ### 📊 Changes **4 files changed** (+70 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `src/SharpCompress/Archives/Zip/ZipArchive.cs` (+15 -3) 📝 `src/SharpCompress/Archives/Zip/ZipWritableArchiveEntry.cs` (+13 -1) ➕ `tests/SharpCompress.Test/Zip/AddFolderTest.cs` (+24 -0) 📝 `tests/SharpCompress.Test/Zip/ZipArchiveTests.cs` (+18 -0) </details> ### 📄 Description Add Folders to ZipArchive like in dotnetzip. Not yet ready --- <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:27 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#979