Support ExternalAttributes for ZipArchives #279

Open
opened 2026-01-29 22:09:26 +00:00 by claunia · 1 comment
Owner

Originally created by @theladyjaye on GitHub (Mar 12, 2018).

Understanding that SharpCompress is not built on top of System.IO.Compression I only point out the .NET Core implementation as a point of reference.

This is currently available in .NET Core 2.x (not .NET Standard 2.x for some reason)
https://github.com/dotnet/corefx/pull/18565
https://github.com/dotnet/corefx/issues/17067

It's already somewhat accounted:
https://github.com/adamhathcock/sharpcompress/blob/master/src/SharpCompress/Writers/Zip/ZipCentralDirectoryEntry.cs#L85-L86

Originally created by @theladyjaye on GitHub (Mar 12, 2018). Understanding that SharpCompress is not built on top of `System.IO.Compression` I only point out the .NET Core implementation as a point of reference. This is currently available in .NET Core 2.x (not .NET Standard 2.x for some reason) https://github.com/dotnet/corefx/pull/18565 https://github.com/dotnet/corefx/issues/17067 It's already somewhat accounted: https://github.com/adamhathcock/sharpcompress/blob/master/src/SharpCompress/Writers/Zip/ZipCentralDirectoryEntry.cs#L85-L86
claunia added the enhancementup for grabs labels 2026-01-29 22:09:26 +00:00
Author
Owner

@adamhathcock commented on GitHub (Mar 13, 2018):

Yeah probably just needs fleshing out. Some copy/paste from DNC's code would work too :)

@adamhathcock commented on GitHub (Mar 13, 2018): Yeah probably just needs fleshing out. Some copy/paste from DNC's code would work too :)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#279