[PR #821] [CLOSED] Second attempt at async #1262

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

📋 Pull Request Information

Original PR: https://github.com/adamhathcock/sharpcompress/pull/821
Author: @adamhathcock
Created: 3/29/2024
Status: Closed

Base: masterHead: async-2


📝 Commits (5)

📊 Changes

7 files changed (+1033 additions, -3 deletions)

View changed files

📝 src/SharpCompress/Utility.cs (+8 -0)
📝 src/SharpCompress/Writers/AbstractWriter.cs (+12 -0)
📝 src/SharpCompress/Writers/GZip/GZipWriter.cs (+13 -0)
📝 src/SharpCompress/Writers/IWriter.cs (+13 -0)
📝 src/SharpCompress/Writers/Tar/TarWriter.cs (+13 -0)
src/SharpCompress/Writers/Zip/ZipWriter.Legacy.cs (+560 -0)
📝 src/SharpCompress/Writers/Zip/ZipWriter.cs (+414 -3)

📄 Description

No description provided


🔄 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/821 **Author:** [@adamhathcock](https://github.com/adamhathcock) **Created:** 3/29/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `async-2` --- ### 📝 Commits (5) - [`e5944cf`](https://github.com/adamhathcock/sharpcompress/commit/e5944cf72c7e57fd0bb353efacb444490c043413) add writer support for async - [`c39a155`](https://github.com/adamhathcock/sharpcompress/commit/c39a155c8f83f1281b75314b5cd642fcf62df230) Merge branch 'master' into async-2 - [`92174f4`](https://github.com/adamhathcock/sharpcompress/commit/92174f49aed1231be1105bf64c3b14353726376a) revert naming changes - [`69872dd`](https://github.com/adamhathcock/sharpcompress/commit/69872dd9e762532b94409b2f04f8100c71abc022) split files - [`f298ad3`](https://github.com/adamhathcock/sharpcompress/commit/f298ad3322abdef9dbec5c4ea6f19e44696053b0) more reverts ### 📊 Changes **7 files changed** (+1033 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `src/SharpCompress/Utility.cs` (+8 -0) 📝 `src/SharpCompress/Writers/AbstractWriter.cs` (+12 -0) 📝 `src/SharpCompress/Writers/GZip/GZipWriter.cs` (+13 -0) 📝 `src/SharpCompress/Writers/IWriter.cs` (+13 -0) 📝 `src/SharpCompress/Writers/Tar/TarWriter.cs` (+13 -0) ➕ `src/SharpCompress/Writers/Zip/ZipWriter.Legacy.cs` (+560 -0) 📝 `src/SharpCompress/Writers/Zip/ZipWriter.cs` (+414 -3) </details> ### 📄 Description _No description provided_ --- <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:42 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#1262