Fix IDE0033
This commit is contained in:
committed by
Pavel Penev
parent
99c1a4448b
commit
10def52ad9
@@ -159,6 +159,9 @@ dotnet_diagnostic.IDE0029.severity = warning
|
||||
# Use coalesce expression (nullable types).
|
||||
dotnet_diagnostic.IDE0030.severity = warning
|
||||
|
||||
# Use explicitly provided tuple name.
|
||||
dotnet_diagnostic.IDE0033.severity = warning
|
||||
|
||||
# Simplify 'default' expression
|
||||
dotnet_diagnostic.IDE0034.severity = warning
|
||||
|
||||
|
||||
Reference in New Issue
Block a user