@@ -31,6 +31,7 @@ var excludingTypes =
3131 new HashSet<string>
3232 {
3333 "System.ArgIterator",
34+ "System.ValueTuple",
3435 "System.RuntimeArgumentHandle",
3536 "System.TypedReference",
3637 "System.Void",
@@ -60,8 +61,14 @@ var excludingTypes =
6061 "System.Security.Cryptography.CngProperty",
6162 "System.Security.Cryptography.CngPropertyOptions",
6263 "System.Security.Cryptography.CngUIProtectionLevels",
64+ "System.Security.Cryptography.ECCurve",
6365 "System.Security.Cryptography.ECDiffieHellmanKeyDerivationFunction",
6466 "System.Security.Cryptography.ECKeyXmlFormat",
67+ "System.Security.Cryptography.ECParameters",
68+ "System.Security.Cryptography.ECPoint",
69+ "System.Security.Cryptography.HashAlgorithmName",
70+ "System.Security.Cryptography.RSAEncryptionPaddingMode",
71+ "System.Security.Cryptography.RSASignaturePaddingMode",
6572 "System.Security.Cryptography.SignatureVerificationResult",
6673 "System.Security.Cryptography.X509Certificates.TrustStatus",
6774 "System.Reflection.AssemblyContentType",
0 commit comments