mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-07-12 03:56:55 +00:00
Extended SharpCompress.Common.ExtractionOptions with a delegate to write symbolic links. If not is null, and a symbolic link is encountered, an exception is thrown. Removed Mono.Posix.NETStandard from the library, but added to the .NET Core 2.1 test application. Extended the test to implement the delegate.