mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-09 21:24:08 +00:00
[PR #933] [MERGED] Implement Attrib for ZipEntry
#1354
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/adamhathcock/sharpcompress/pull/933
Author: @Morilli
Created: 7/22/2025
Status: ✅ Merged
Merged: 7/23/2025
Merged by: @adamhathcock
Base:
master← Head:zipentry-attribute📝 Commits (2)
5e72ce5add failing test015dfa4implementAttribfor ZipEntrys📊 Changes
6 files changed (+16 additions, -2 deletions)
View changed files
📝
src/SharpCompress/Common/Zip/Headers/DirectoryEntryHeader.cs(+0 -2)📝
src/SharpCompress/Common/Zip/Headers/ZipFileEntry.cs(+2 -0)📝
src/SharpCompress/Common/Zip/SeekableZipHeaderFactory.cs(+1 -0)📝
src/SharpCompress/Common/Zip/ZipEntry.cs(+2 -0)📝
tests/SharpCompress.Test/Zip/ZipArchiveTests.cs(+11 -0)➕
tests/TestArchives/Archives/Zip.644.zip(+0 -0)📄 Description
As mentioned in #926 this was throwing a
NotImplementedException.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.