SYSLIB0036 - Regex.CompileToAssembly is obsolete (#59837)
authorJeff Handley <jeffhandley@users.noreply.github.com>
Thu, 30 Sep 2021 23:03:52 +0000 (16:03 -0700)
committerGitHub <noreply@github.com>
Thu, 30 Sep 2021 23:03:52 +0000 (19:03 -0400)
docs/project/list-of-diagnostics.md

index 6aefa3a..6516b71 100644 (file)
@@ -90,6 +90,7 @@ The PR that reveals the implementation of the `<IncludeInternalObsoleteAttribute
 |  __`SYSLIB0033`__ | Rfc2898DeriveBytes.CryptDeriveKey is obsolete and is not supported. Use PasswordDeriveBytes.CryptDeriveKey instead. |
 |  __`SYSLIB0034`__ | CmsSigner(CspParameters) is obsolete and is not supported. Use an alternative constructor instead. |
 |  __`SYSLIB0035`__ | ComputeCounterSignature without specifying a CmsSigner is obsolete and is not supported. Use the overload that accepts a CmsSigner. |
+|  __`SYSLIB0036`__ | Regex.CompileToAssembly is obsolete and not supported. Use RegexGeneratorAttribute with the regular expression source generator instead. |
 
 ## Analyzer Warnings