Fix IDE0032
This commit is contained in:
committed by
Pavel Penev
parent
e64c0a35c5
commit
98c4eaca83
@@ -180,6 +180,9 @@ dotnet_diagnostic.IDE0030.severity = warning
|
||||
# Use null propagation.
|
||||
dotnet_diagnostic.IDE0031.severity = warning
|
||||
|
||||
# Use auto-implemented property.
|
||||
dotnet_diagnostic.IDE0032.severity = warning
|
||||
|
||||
# Use explicitly provided tuple name.
|
||||
dotnet_diagnostic.IDE0033.severity = warning
|
||||
|
||||
|
||||
Reference in New Issue
Block a user