File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ csharp_style_var_elsewhere = false:suggestion
5151dotnet_diagnostic.CA1001.severity = warning
5252dotnet_diagnostic.CA1309.severity = warning
5353dotnet_diagnostic.CA1510.severity = none
54- csharp_style_prefer_primary_constructors = false :error
54+ csharp_style_prefer_primary_constructors = false :suggestion
5555dotnet_diagnostic.CA1311.severity = warning
5656dotnet_diagnostic.SYSLIB1054.severity = warning
5757dotnet_diagnostic.CA1805.severity = suggestion
@@ -115,7 +115,7 @@ dotnet_style_object_initializer = true:suggestion
115115dotnet_style_collection_initializer = true :suggestion
116116dotnet_style_prefer_simplified_boolean_expressions = true :suggestion
117117dotnet_style_prefer_conditional_expression_over_assignment = true :suggestion
118- dotnet_style_prefer_conditional_expression_over_return = true :suggestion
118+ dotnet_style_prefer_conditional_expression_over_return = false :suggestion
119119dotnet_style_operator_placement_when_wrapping = beginning_of_line
120120tab_width = 4
121121indent_size = 4
You can’t perform that action at this time.
0 commit comments