mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-03 21:23:38 +00:00
[PR #513] [MERGED] Added default implementation with warning for symbolic links #1068
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/513
Author: @RealOrko
Created: 5/21/2020
Status: ✅ Merged
Merged: 5/22/2020
Merged by: @adamhathcock
Base:
master← Head:symbolic-link-default-write📝 Commits (1)
538b388Added a warning for the writing of symbolic links with a link to the original GitHub issue for the DOTNET runtime📊 Changes
1 file changed (+8 additions, -2 deletions)
View changed files
📝
src/SharpCompress/Common/ExtractionOptions.cs(+8 -2)📄 Description
Hi
I changed the default implementation for writing symbolic links to emit a warning instead of throwing an exception for this issue.
Not sure how this runs for performance.
Another thing we could try is to create platform specific commands that call out to a shell command for the various platforms.
Something like:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.