From 24ee6f784187f8801708dfa64b42892f85c77511 Mon Sep 17 00:00:00 2001 From: Jan Jahoda Date: Tue, 3 Nov 2020 17:29:24 +0100 Subject: [PATCH 1/2] Add SYSLIB0013 into obsoletion list Add obsoletion of Uri.EscapeUriString to the list. --- docs/project/list-of-obsoletions.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/project/list-of-obsoletions.md b/docs/project/list-of-obsoletions.md index 0b23c097979f9..bba1c0caa1e16 100644 --- a/docs/project/list-of-obsoletions.md +++ b/docs/project/list-of-obsoletions.md @@ -25,3 +25,5 @@ Currently the identifiers `SYSLIB0001` through `SYSLIB0999` are carved out for o | __`SYSLIB0010`__ | This Remoting API is not supported and throws PlatformNotSupportedException. | | __`SYSLIB0011`__ | `BinaryFormatter` serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for recommended alternatives. | | __`SYSLIB0012`__ | Assembly.CodeBase and Assembly.EscapedCodeBase are only included for .NET Framework compatibility. Use Assembly.Location instead. | +| __`SYSLIB0013`__ | Uri.EscapeUriString can corrupt the Uri string in some cases. Consider using Uri.EscapeDataString for query string components instead. | + From b09731c312cc5cdf0679e561734aa8ba5d47109d Mon Sep 17 00:00:00 2001 From: Jan Jahoda Date: Tue, 3 Nov 2020 17:30:20 +0100 Subject: [PATCH 2/2] Remove extra new line --- docs/project/list-of-obsoletions.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/project/list-of-obsoletions.md b/docs/project/list-of-obsoletions.md index bba1c0caa1e16..7a6c5b1d2b97f 100644 --- a/docs/project/list-of-obsoletions.md +++ b/docs/project/list-of-obsoletions.md @@ -26,4 +26,3 @@ Currently the identifiers `SYSLIB0001` through `SYSLIB0999` are carved out for o | __`SYSLIB0011`__ | `BinaryFormatter` serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for recommended alternatives. | | __`SYSLIB0012`__ | Assembly.CodeBase and Assembly.EscapedCodeBase are only included for .NET Framework compatibility. Use Assembly.Location instead. | | __`SYSLIB0013`__ | Uri.EscapeUriString can corrupt the Uri string in some cases. Consider using Uri.EscapeDataString for query string components instead. | -