From a2cfb0f2312383dceac4406040069d6ae6aafa13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Cant=C3=BA?= Date: Tue, 14 Sep 2021 11:45:06 -0700 Subject: [PATCH 1/2] Remove exception message from CreateSymbolicLink --- xml/System.IO/Directory.xml | 1 - xml/System.IO/File.xml | 1 - xml/System.IO/FileSystemInfo.xml | 1 - 3 files changed, 3 deletions(-) diff --git a/xml/System.IO/Directory.xml b/xml/System.IO/Directory.xml index 3f6660e32f9..6169612de63 100644 --- a/xml/System.IO/Directory.xml +++ b/xml/System.IO/Directory.xml @@ -4095,7 +4095,6 @@ When `returnFinalTarget` is `true`, the maximum number of symbolic links that ar ]]> The directory on does not exist. - -or- The link's file system entry type is inconsistent with that of its target. -or- Too many levels of symbolic links. diff --git a/xml/System.IO/File.xml b/xml/System.IO/File.xml index 432f95c1508..ccf0ffb9b0c 100644 --- a/xml/System.IO/File.xml +++ b/xml/System.IO/File.xml @@ -4719,7 +4719,6 @@ When `returnFinalTarget` is `true`, the maximum number of symbolic links that ar ]]> The file on does not exist. - -or- The link's file system entry type is inconsistent with that of its target. -or- Too many levels of symbolic links. diff --git a/xml/System.IO/FileSystemInfo.xml b/xml/System.IO/FileSystemInfo.xml index 5c8927969f9..5c61eff6cb6 100644 --- a/xml/System.IO/FileSystemInfo.xml +++ b/xml/System.IO/FileSystemInfo.xml @@ -1533,7 +1533,6 @@ When `returnFinalTarget` is `true`, the maximum number of symbolic links that ar ]]> The file or directory does not exist. - -or- The link's file system entry type is inconsistent with that of its target. -or- Too many levels of symbolic links. From aead41de8b76c700b7299038495cddaba5eb3feb Mon Sep 17 00:00:00 2001 From: Carlos Sanchez <1175054+carlossanlop@users.noreply.github.com> Date: Tue, 14 Sep 2021 12:00:55 -0700 Subject: [PATCH 2/2] adding endlines (DocsPortingTool should've done this) --- xml/System.IO/Directory.xml | 5 ++++- xml/System.IO/File.xml | 5 ++++- xml/System.IO/FileSystemInfo.xml | 5 ++++- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/xml/System.IO/Directory.xml b/xml/System.IO/Directory.xml index 6169612de63..07106920f30 100644 --- a/xml/System.IO/Directory.xml +++ b/xml/System.IO/Directory.xml @@ -4095,7 +4095,10 @@ When `returnFinalTarget` is `true`, the maximum number of symbolic links that ar ]]> The directory on does not exist. - -or- Too many levels of symbolic links. + +-or- + +Too many levels of symbolic links. diff --git a/xml/System.IO/File.xml b/xml/System.IO/File.xml index ccf0ffb9b0c..2409c2f0fdb 100644 --- a/xml/System.IO/File.xml +++ b/xml/System.IO/File.xml @@ -4719,7 +4719,10 @@ When `returnFinalTarget` is `true`, the maximum number of symbolic links that ar ]]> The file on does not exist. - -or- Too many levels of symbolic links. + +-or- + +Too many levels of symbolic links. diff --git a/xml/System.IO/FileSystemInfo.xml b/xml/System.IO/FileSystemInfo.xml index 5c61eff6cb6..052eacd5bf3 100644 --- a/xml/System.IO/FileSystemInfo.xml +++ b/xml/System.IO/FileSystemInfo.xml @@ -1533,7 +1533,10 @@ When `returnFinalTarget` is `true`, the maximum number of symbolic links that ar ]]> The file or directory does not exist. - -or- Too many levels of symbolic links. + +-or- + +Too many levels of symbolic links.