Skip to content

Commit 4401690

Browse files
authored
Downgrade ide0210 severity
1 parent 2d0be3a commit 4401690

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/configuration/Analyzers.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,9 @@ dotnet_diagnostic.IDE0161.severity = suggestion
149149
# Lambda expression can be removed
150150
dotnet_diagnostic.IDE0200.severity = suggestion
151151

152+
# Convert to top-level statements
153+
dotnet_diagnostic.IDE0210.severity = suggestion
154+
152155
# Null check can be simplified
153156
dotnet_diagnostic.IDE0270.severity = silent
154157

0 commit comments

Comments
 (0)