Address Windows recommendations for Link APIs (#58592) (#58926)
authorDavid CantĂș <dacantu@microsoft.com>
Mon, 13 Sep 2021 16:44:10 +0000 (09:44 -0700)
committerGitHub <noreply@github.com>
Mon, 13 Sep 2021 16:44:10 +0000 (09:44 -0700)
commit188bfd8a752a13061e56d7539579c92ab4e5c85c
tree2c3e9b820594ad9ebb1453f3738f55981dc0a928
parent9a90d3b1303a19224b5da0a608cea5a61034ea8a
Address Windows recommendations for Link APIs  (#58592) (#58926)

* NT prefix shall not be treated as a relative path

* Remove file-folder-match validation

* Use SubstituteName instead of PrintName since the latter is just for display and can be misleading

* Fix MS.IO.Redist

* Fix whitespace in Strings.resx

* Address suggestions
src/libraries/System.IO.FileSystem/tests/Base/SymbolicLinks/BaseSymbolicLinks.FileSystem.cs
src/libraries/System.IO.FileSystem/tests/Base/SymbolicLinks/BaseSymbolicLinks.FileSystemInfo.cs
src/libraries/System.IO.FileSystem/tests/Base/SymbolicLinks/BaseSymbolicLinks.cs
src/libraries/System.IO.FileSystem/tests/Junctions.Windows.cs
src/libraries/System.Private.CoreLib/src/Resources/Strings.resx
src/libraries/System.Private.CoreLib/src/System/IO/FileSystem.Unix.cs
src/libraries/System.Private.CoreLib/src/System/IO/FileSystem.Windows.cs
src/libraries/System.Private.CoreLib/src/System/IO/PathInternal.Windows.cs