From edd505905d084f6261f04e4f97e858c3f9d7e608 Mon Sep 17 00:00:00 2001 From: Buyaa Namnan Date: Sun, 18 Apr 2021 15:10:53 -0700 Subject: [PATCH] Add the the obsoletion into the list-of-diagnostics.md --- docs/project/list-of-diagnostics.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/project/list-of-diagnostics.md b/docs/project/list-of-diagnostics.md index 0c4093652fd08f..cefb4c20fadc33 100644 --- a/docs/project/list-of-diagnostics.md +++ b/docs/project/list-of-diagnostics.md @@ -28,6 +28,7 @@ Currently the identifiers `SYSLIB0001` through `SYSLIB0999` are carved out for o | __`SYSLIB0013`__ | Uri.EscapeUriString can corrupt the Uri string in some cases. Consider using Uri.EscapeDataString for query string components instead. | | __`SYSLIB0015`__ | DisablePrivateReflectionAttribute has no effect in .NET 6.0+ applications. | | __`SYSLIB0016`__ | Use the Graphics.GetContextInfo overloads that accept arguments for better performance and fewer allocations. | +| __`SYSLIB0017`__ | Strong name signing is not supported on this platform.| ### Analyzer warnings (`SYSLIB1001` - `SYSLIB1999`) | Diagnostic ID | Description |