Remove unused API
iSazonov opened this issue · 2 comments
iSazonov commented
We need remove unused APIs from the library after merging related PR in PowerShell repo:
- GetUserName PowerShell/PowerShell#9531
IsSymLinkPowerShell/PowerShell#9534- GetFullyQualifiedName PowerShell/PowerShell#9530
TravisEz13 commented
These were removed in 7.0.0-preview.1. So these API's cannot be removed until previous versions are out of support.
adityapatwardhan commented
Cannot remove IsSymLink because FollowSymLink uses it.