File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -122,6 +122,17 @@ csharp_style_expression_bodied_constructors = false:silent
122
122
csharp_style_expression_bodied_lambdas = true :silent
123
123
csharp_style_expression_bodied_local_functions = false :silent
124
124
csharp_style_prefer_primary_constructors = true :suggestion
125
+ csharp_style_prefer_null_check_over_type_check = true :suggestion
126
+ csharp_prefer_simple_default_expression = true :suggestion
127
+ csharp_style_prefer_local_over_anonymous_function = true :suggestion
128
+ csharp_style_prefer_index_operator = true :suggestion
129
+ csharp_style_prefer_range_operator = true :suggestion
130
+ csharp_style_implicit_object_creation_when_type_is_apparent = true :suggestion
131
+ csharp_style_prefer_tuple_swap = true :suggestion
132
+ csharp_style_prefer_utf8_string_literals = true :suggestion
133
+ csharp_style_deconstructed_variable_declaration = true :suggestion
134
+ csharp_style_unused_value_assignment_preference = discard_variable:suggestion
135
+ csharp_style_unused_value_expression_statement_preference = discard_variable:silent
125
136
126
137
# .NET Naming conventions
127
138
@@ -202,3 +213,4 @@ dotnet_style_prefer_inferred_anonymous_type_member_names = true:suggestion
202
213
dotnet_style_prefer_compound_assignment = true :suggestion
203
214
dotnet_style_prefer_simplified_interpolation = true :suggestion
204
215
dotnet_style_namespace_match_folder = true :suggestion
216
+ dotnet_style_prefer_collection_expression = when_types_loosely_match:suggestion
You can’t perform that action at this time.
0 commit comments