Fix IDE0018
This commit is contained in:
committed by
Pavel Penev
parent
b0dca05e50
commit
80bb828fe5
@@ -141,6 +141,9 @@ dotnet_diagnostic.IDE0011.severity = silent
|
||||
# Object initialization can be simplified / Use object initializer.
|
||||
dotnet_diagnostic.IDE0017.severity = warning
|
||||
|
||||
# Inline variable declaration.
|
||||
dotnet_diagnostic.IDE0018.severity = warning
|
||||
|
||||
# Collection initialization can be simplified
|
||||
dotnet_diagnostic.IDE0028.severity = warning
|
||||
|
||||
|
||||
Reference in New Issue
Block a user