diff --git a/.globalconfig b/.globalconfig index 48a122bb..b8a43941 100644 --- a/.globalconfig +++ b/.globalconfig @@ -58,7 +58,6 @@ csharp_style_namespace_declarations = file_scoped csharp_style_pattern_matching_over_as_with_null_check = true csharp_style_pattern_matching_over_is_with_cast_check = true csharp_style_prefer_extended_property_pattern = true -dotnet_style_prefer_foreach_explicit_cast_in_source = always csharp_style_prefer_index_operator = true csharp_style_prefer_local_over_anonymous_function = true csharp_style_prefer_method_group_conversion = true @@ -99,6 +98,7 @@ dotnet_style_prefer_auto_properties = true dotnet_style_prefer_compound_assignment = true dotnet_style_prefer_conditional_expression_over_assignment = true dotnet_style_prefer_conditional_expression_over_return = true +dotnet_style_prefer_foreach_explicit_cast_in_source = always dotnet_style_prefer_inferred_anonymous_type_member_names = true dotnet_style_prefer_inferred_tuple_names = true dotnet_style_prefer_is_null_check_over_reference_equality_method = true