-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Labels
Description
Steps to reproduce
- Start with sample ZIP application https://github.com/icsharpcode/SharpZipLib/tree/master/samples/ICSharpCode.SharpZipLib.Samples/cs/CreateZipFile
- Modify to set HostSystem = 3 on ZipEntry object
Also setting ExtraData is not saved as well...
Sample LinqPad script here: http://share.linqpad.net/fungmm.linq
Expected behavior
Zip file is created with HostSystem set to *unx
Need to set the OS to be able to attach file permission information properly.
Actual behavior
HostSystem flag is not respected
Version of SharpZipLib
1.1
Obtained from (only keep the relevant lines)
- Package installed using NuGet