[*.cs]
dotnet_diagnostic.SA1602.severity = suggestion
# CA1861: Avoid constant arrays as arguments
dotnet_diagnostic.CA1861.severity = none
