Skip to content

Commit c1e4066

Browse files
committed
Update justification
1 parent 7bbda38 commit c1e4066

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/DataProtection/DataProtection/src/AuthenticatedEncryption/ManagedAuthenticatedEncryptorFactory.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ private Func<SymmetricAlgorithm> GetSymmetricBlockCipherAlgorithmFactory(Managed
103103
}
104104
}
105105

106-
[UnconditionalSuppressMessage("Trimmer", "IL2068", Justification = "Reflecting over the async Task types contract")]
107-
[UnconditionalSuppressMessage("Trimmer", "IL2070", Justification = "Reflecting over the async Task types contract")]
106+
[UnconditionalSuppressMessage("Trimmer", "IL2068", Justification = "Validating the specified type has a public parameterless constructor")]
107+
[UnconditionalSuppressMessage("Trimmer", "IL2070", Justification = "Validating the specified type has a public parameterless constructor")]
108108
[return: DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicParameterlessConstructor)]
109109
private static Type ValidateHasPublicParameterlessConstructor(Type type)
110110
{

0 commit comments

Comments
 (0)