[PR #484] [CLOSED] Pause building of modified collection. Fixes #256 #1050

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

📋 Pull Request Information

Original PR: https://github.com/adamhathcock/sharpcompress/pull/484
Author: @iCodeIT
Created: 10/3/2019
Status: Closed

Base: masterHead: Issue-256


📝 Commits (1)

  • 364d0d7 Pause building of modified collection

📊 Changes

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

View changed files

📝 src/SharpCompress/Archives/AbstractWritableArchive.cs (+14 -1)
📝 src/SharpCompress/Archives/IWritableArchive.cs (+4 -0)
📝 src/SharpCompress/Archives/IWritableArchiveExtensions.cs (+3 -0)

📄 Description

Allow for not rebuilding of modified collection while adding all files under a directory.


🔄 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/484 **Author:** [@iCodeIT](https://github.com/iCodeIT) **Created:** 10/3/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `Issue-256` --- ### 📝 Commits (1) - [`364d0d7`](https://github.com/adamhathcock/sharpcompress/commit/364d0d724d44eef8049ccd8e715b3f94b8edabf9) Pause building of modified collection ### 📊 Changes **3 files changed** (+21 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/SharpCompress/Archives/AbstractWritableArchive.cs` (+14 -1) 📝 `src/SharpCompress/Archives/IWritableArchive.cs` (+4 -0) 📝 `src/SharpCompress/Archives/IWritableArchiveExtensions.cs` (+3 -0) </details> ### 📄 Description Allow for not rebuilding of modified collection while adding all files under a directory. --- <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: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#1050