Skip to content

Commit

Permalink
Add SYSLIB0044 to diagnostic list (#71232)
Browse files Browse the repository at this point in the history
  • Loading branch information
vcsjones committed Jun 24, 2022
1 parent 6c209dc commit 6321133
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/project/list-of-diagnostics.md
Expand Up @@ -98,6 +98,7 @@ The PR that reveals the implementation of the `<IncludeInternalObsoleteAttribute
| __`SYSLIB0041`__ | The default hash algorithm and iteration counts in Rfc2898DeriveBytes constructors are outdated and insecure. Use a constructor that accepts the hash algorithm and the number of iterations. |
| __`SYSLIB0042`__ | ToXmlString and FromXmlString have no implementation for ECC types, and are obsolete. Use a standard import and export format such as ExportSubjectPublicKeyInfo or ImportSubjectPublicKeyInfo for public keys and ExportPkcs8PrivateKey or ImportPkcs8PrivateKey for private keys. |
| __`SYSLIB0043`__ | ECDiffieHellmanPublicKey.ToByteArray() and the associated constructor do not have a consistent and interoperable implementation on all platforms. Use ECDiffieHellmanPublicKey.ExportSubjectPublicKeyInfo() instead. |
| __`SYSLIB0044`__ | AssemblyName.CodeBase and AssemblyName.EscapedCodeBase are obsolete. Using them for loading an assembly is not supported. |

## Analyzer Warnings

Expand Down

0 comments on commit 6321133

Please sign in to comment.