Uh oh!
There was an error while loading. Please reload this page.
[release/6.0] Address Windows recommendations for Link APIs (#58592) - #58926
Conversation
* 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
ghost
commented
Sep 10, 2021
Tagging subscribers to this area: @dotnet/area-system-io Issue DetailsBackport of #58592 to release/6.0 Customer ImpactWindows experts gave us advice related to our new Link APIs added to System.IO. This PR addresses the following:
TestingUpdated/extended unit tests based on above changes. RiskLow, we are performing the following:
NoteThe bot failed to backport this automatically given a previous PR (#57988) that unified the duplicated
|
danmoseley
commented
Sep 10, 2021
Approved. Avoids potential failures with the API we're adding. Based on guidance from OS and prior art in Powershell. Limited and well understood changes. Good template! |
Backport of #58592 to release/6.0
Customer Impact
Windows experts gave us advice related to our new Link APIs added to System.IO. This PR addresses the following:
Testing
Updated/extended unit tests based on above changes.
Risk
Low, we are performing the following:
Note
The bot failed to backport this automatically given a previous PR (#57988) that unified the duplicated
PathInternal*.csfiles.This PR just adds two constants to one of those files.
cc @carlossanlop