We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e13cde commit c92d6faCopy full SHA for c92d6fa
.editorconfig
@@ -161,6 +161,9 @@ csharp_style_deconstructed_variable_declaration = true:warning
161
csharp_style_prefer_index_operator = true:warning
162
csharp_style_prefer_range_operator = true:warning
163
csharp_style_implicit_object_creation_when_type_is_apparent = true:error
164
+# ReSharper inspection severities
165
+resharper_arrange_object_creation_when_type_evident_highlighting = error
166
+resharper_arrange_object_creation_when_type_not_evident_highlighting = error
167
# "Null" checking preferences
168
csharp_style_throw_expression = true:warning
169
csharp_style_conditional_delegate_call = true:warning
0 commit comments