File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ dotnet_diagnostic.IDE0024.severity = warning # Use expression body for operators
3333dotnet_diagnostic.IDE0025.severity = warning # Use expression body for properties
3434dotnet_diagnostic.IDE0026.severity = warning # Use expression body for indexers
3535dotnet_diagnostic.IDE0027.severity = warning # Use expression body for accessors
36+ dotnet_diagnostic.IDE0046.severity = suggestion # Use conditional expression for return
3637dotnet_diagnostic.IDE0049.severity = warning # Use language keywords instead of framework type names for type references
3738dotnet_diagnostic.IDE0055.severity = warning # Formatting rule
3839dotnet_diagnostic.IDE0066.severity = warning # Use switch expressions
@@ -41,6 +42,7 @@ dotnet_diagnostic.IDE0161.severity = warning # Use file-scoped namespace
4142dotnet_sort_system_directives_first = true
4243dotnet_style_predefined_type_for_locals_parameters_members = true
4344dotnet_style_predefined_type_for_member_access = true
45+ dotnet_style_prefer_collection_expression = when_types_exactly_match
4446dotnet_style_qualification_for_event = false :warning
4547dotnet_style_qualification_for_field = false :warning
4648dotnet_style_qualification_for_method = false :warning
You can’t perform that action at this time.
0 commit comments