Skip to content

Commit

Permalink
Update justification
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesNK committed Sep 10, 2022
1 parent 7bbda38 commit c1e4066
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit c1e4066

Please sign in to comment.