Fix CA1036

This commit is contained in:
RoosterDragon
2023-03-12 11:56:02 +00:00
committed by abcdefg30
parent ff799303b0
commit c442bd83f8
2 changed files with 16 additions and 8 deletions

View File

@@ -619,6 +619,9 @@ dotnet_diagnostic.CA1010.severity = warning
# Mark attributes with 'AttributeUsageAttribute'.
dotnet_diagnostic.CA1018.severity = warning
# Override methods on comparable types.
dotnet_diagnostic.CA1036.severity = warning
# Provide ObsoleteAttribute message.
dotnet_diagnostic.CA1041.severity = warning