[PR #341] Added ArchiveComment Property to ZipArchive #978

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/341
Author: @dos-ise
Created: 1/16/2018
Status: 🔄 Open

Base: masterHead: ReadArchiveComment


📝 Commits (3)

  • a24088c Added ArchiveComment Property to ZipArchive
  • 767408e Added Test for ArchiveComment
  • cc2557d Moved comment decoding to ZipArchive from SeekableZipHeaderFactory

📊 Changes

4 files changed (+49 additions, -2 deletions)

View changed files

📝 src/SharpCompress/Archives/Zip/ZipArchive.cs (+13 -0)
📝 src/SharpCompress/Common/Zip/Headers/DirectoryEntryHeader.cs (+1 -1)
📝 src/SharpCompress/Common/Zip/SeekableZipHeaderFactory.cs (+13 -0)
📝 tests/SharpCompress.Test/Zip/ZipArchiveTests.cs (+22 -1)

📄 Description

Added ArchiveComment Property to ZipArchive


🔄 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/341 **Author:** [@dos-ise](https://github.com/dos-ise) **Created:** 1/16/2018 **Status:** 🔄 Open **Base:** `master` ← **Head:** `ReadArchiveComment` --- ### 📝 Commits (3) - [`a24088c`](https://github.com/adamhathcock/sharpcompress/commit/a24088c89ac15e7beb95ce68a554880bce34caba) Added ArchiveComment Property to ZipArchive - [`767408e`](https://github.com/adamhathcock/sharpcompress/commit/767408ec2102ca31be0b2a6d9bbed54d19f58e3d) Added Test for ArchiveComment - [`cc2557d`](https://github.com/adamhathcock/sharpcompress/commit/cc2557d02e375fc9e919a39eb139c1fe72ae9a46) Moved comment decoding to ZipArchive from SeekableZipHeaderFactory ### 📊 Changes **4 files changed** (+49 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/SharpCompress/Archives/Zip/ZipArchive.cs` (+13 -0) 📝 `src/SharpCompress/Common/Zip/Headers/DirectoryEntryHeader.cs` (+1 -1) 📝 `src/SharpCompress/Common/Zip/SeekableZipHeaderFactory.cs` (+13 -0) 📝 `tests/SharpCompress.Test/Zip/ZipArchiveTests.cs` (+22 -1) </details> ### 📄 Description Added ArchiveComment Property to ZipArchive --- <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#978