Skip to content
Prev Previous commit
Next Next commit
Update justification
  • Loading branch information
JamesNK committed Sep 10, 2022
commit c1e4066e79ae6187d07b0c19ebb7eb83b59cdde9
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ private Func<SymmetricAlgorithm> GetSymmetricBlockCipherAlgorithmFactory(Managed
}
}

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