Fix IDE0018

This commit is contained in:
RoosterDragon
2023-02-19 10:04:31 +00:00
committed by Pavel Penev
parent b0dca05e50
commit 80bb828fe5
2 changed files with 5 additions and 4 deletions

View File

@@ -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