Closed
Description
The implementation assumes the LinkName
stored for a hard link is a path relative to the location of the link (like with a symbolic link).
However, the LinkName
for a hard link is path relative to the archive extraction directory.
I've included a commit that fixes this in the PR I already had open which changes some related code: #85378.
I can move it to a separate PR if desired.
cc @dotnet/area-system-io @carlossanlop @adamsitnik