Fix CA1052

This commit is contained in:
RoosterDragon
2023-03-12 12:02:27 +00:00
committed by abcdefg30
parent f336a956cf
commit 0958197df2
12 changed files with 15 additions and 13 deletions

View File

@@ -634,6 +634,9 @@ dotnet_diagnostic.CA1047.severity = warning
# Declare types in namespaces.
dotnet_diagnostic.CA1050.severity = warning
# Static holder types should be 'Static' or 'NotInheritable'.
dotnet_diagnostic.CA1052.severity = warning
# Do not hide base class methods.
dotnet_diagnostic.CA1061.severity = warning