File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -161,9 +161,6 @@ csharp_style_deconstructed_variable_declaration = true:warning
161
161
csharp_style_prefer_index_operator = true :warning
162
162
csharp_style_prefer_range_operator = true :warning
163
163
csharp_style_implicit_object_creation_when_type_is_apparent = true :error
164
- # Collection expression preferences
165
- # dotnet_style_prefer_collection_expression = true:error
166
-
167
164
# "Null" checking preferences
168
165
csharp_style_throw_expression = true :warning
169
166
csharp_style_conditional_delegate_call = true :warning
@@ -178,11 +175,6 @@ csharp_prefer_static_local_function = true:warning
178
175
# Primary constructor preferences
179
176
csharp_style_prefer_primary_constructors = false :none
180
177
181
- # ReSharper inspection severities
182
- resharper_arrange_object_creation_when_type_evident_highlighting = error
183
- resharper_arrange_object_creation_when_type_not_evident_highlighting = error
184
- # resharper_use_collection_expression_highlighting = error
185
-
186
178
# #########################################
187
179
# Unnecessary Code Rules
188
180
# https://docs.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/unnecessary-code-rules
You can’t perform that action at this time.
0 commit comments