Fix RCS1205

This commit is contained in:
RoosterDragon
2023-03-18 13:16:05 +00:00
committed by Gustas
parent 25cb3728ca
commit 498c6e3d8b
8 changed files with 27 additions and 24 deletions

View File

@@ -1097,6 +1097,9 @@ dotnet_diagnostic.RCS1199.severity = warning
# Use EventArgs.Empty.
dotnet_diagnostic.RCS1204.severity = warning
# Order named arguments according to the order of parameters.
dotnet_diagnostic.RCS1205.severity = warning
# Order type parameter constraints.
dotnet_diagnostic.RCS1209.severity = warning