Fix IDE0029
This commit is contained in:
committed by
Pavel Penev
parent
67ba3e55de
commit
8223161959
@@ -153,6 +153,9 @@ dotnet_diagnostic.IDE0020.severity = warning
|
||||
# Collection initialization can be simplified
|
||||
dotnet_diagnostic.IDE0028.severity = warning
|
||||
|
||||
# Use coalesce expression (non-nullable types).
|
||||
dotnet_diagnostic.IDE0029.severity = warning
|
||||
|
||||
# Simplify 'default' expression
|
||||
dotnet_diagnostic.IDE0034.severity = warning
|
||||
|
||||
|
||||
Reference in New Issue
Block a user