Skip to content

Commit a62140a

Browse files
committed
Disable IDE0305
1 parent c5184e0 commit a62140a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/.editorconfig

+1
Original file line numberDiff line numberDiff line change
@@ -229,3 +229,4 @@ dotnet_naming_style.begins_with_i.capitalization = pascal_case
229229

230230
# Escalate 'Style' / IDE diagnostics to warnings to have them enabled in CLI builds
231231
dotnet_analyzer_diagnostic.category-Style.severity = warning
232+
dotnet_diagnostic.IDE0305.severity = none # Use collection expression for fluent

0 commit comments

Comments
 (0)