mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-09 13:34:58 +00:00
Support ExternalAttributes for ZipArchives #279
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?
Originally created by @theladyjaye on GitHub (Mar 12, 2018).
Understanding that SharpCompress is not built on top of
System.IO.CompressionI 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
@adamhathcock commented on GitHub (Mar 13, 2018):
Yeah probably just needs fleshing out. Some copy/paste from DNC's code would work too :)