[PR #857] [MERGED] Fix for missing empty directories when using ExtractToDirectory #1286

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

📋 Pull Request Information

Original PR: https://github.com/adamhathcock/sharpcompress/pull/857
Author: @alexprabhat99
Created: 7/16/2024
Status: Merged
Merged: 7/18/2024
Merged by: @adamhathcock

Base: masterHead: master


📝 Commits (2)

  • 188a426 fix for missing empty directories when using ExtractToDirectory
  • 004e094 code formatted using csharpier

📊 Changes

1 file changed (+15 additions, -3 deletions)

View changed files

📝 src/SharpCompress/Archives/IArchiveExtensions.cs (+15 -3)

📄 Description

Fixes: #851
This creates empty directories without skipping them when using ExtractToDirectory.


🔄 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/857 **Author:** [@alexprabhat99](https://github.com/alexprabhat99) **Created:** 7/16/2024 **Status:** ✅ Merged **Merged:** 7/18/2024 **Merged by:** [@adamhathcock](https://github.com/adamhathcock) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`188a426`](https://github.com/adamhathcock/sharpcompress/commit/188a426ddea1979ab0400c248056ab97dedb36fe) fix for missing empty directories when using ExtractToDirectory - [`004e094`](https://github.com/adamhathcock/sharpcompress/commit/004e0941d572da081d9542d181aa25188babee4e) code formatted using csharpier ### 📊 Changes **1 file changed** (+15 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `src/SharpCompress/Archives/IArchiveExtensions.cs` (+15 -3) </details> ### 📄 Description Fixes: #851 This creates empty directories without skipping them when using ExtractToDirectory. --- <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:19:48 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#1286