Fix CA1064

This commit is contained in:
RoosterDragon
2023-03-12 12:03:11 +00:00
committed by abcdefg30
parent c442bd83f8
commit 01eaa6b228
2 changed files with 4 additions and 1 deletions

View File

@@ -634,6 +634,9 @@ dotnet_diagnostic.CA1050.severity = warning
# Do not hide base class methods.
dotnet_diagnostic.CA1061.severity = warning
# Exceptions should be public.
dotnet_diagnostic.CA1064.severity = warning
# Override 'Equals' when implementing 'IEquatable'.
dotnet_diagnostic.CA1067.severity = warning