Skip to content

Commit b9d08b4

Browse files
committed
IDE0305: Disable rule
1 parent a240077 commit b9d08b4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.editorconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ dotnet_diagnostic.CA1845.severity = none # Use span-based 'string.Concat'
106106

107107
dotnet_diagnostic.IDE0058.severity = none # Remove unnecessary expression value
108108
dotnet_diagnostic.IDE0010.severity = none # Add missing cases to switch statement
109+
dotnet_diagnostic.IDE0305.severity = none # Use collection expression for fluent
109110

110111
# ConfigureAwait analysis mode
111112
configure_await_analysis_mode = library

0 commit comments

Comments
 (0)