Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,10 @@ dotnet_diagnostic.S107.severity = none
dotnet_diagnostic.CA1016.severity = none
dotnet_diagnostic.S3904.severity = none

# S4136: All method overloads should be adjacent. The caches group each set of overloads with the private
# Core helper they delegate to, so single-key and batch groups of the same name are deliberately apart.
dotnet_diagnostic.S4136.severity = none

csharp_using_directive_placement = outside_namespace:silent
csharp_prefer_simple_using_statement = true:suggestion
csharp_style_prefer_method_group_conversion = true:silent
Expand Down