Hide IDE0305 (offers to replace `expr.ToArray()` with `[..expr]`)

This commit is contained in:
YoshiRulz 2024-05-31 11:35:31 +10:00
parent 38042293f6
commit e29aa30ebd
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 2 additions and 0 deletions

View File

@ -108,6 +108,8 @@ dotnet_diagnostic.IDE0250.severity = suggestion
dotnet_diagnostic.IDE0260.severity = suggestion
# Use nameof
dotnet_diagnostic.IDE0280.severity = error
# Collection initialization can be simplified
dotnet_diagnostic.IDE0305.severity = silent
csharp_style_var_when_type_is_apparent = true
csharp_style_var_elsewhere = true