JetBrains Rider 2020.3 Help

Index of EditorConfig properties

This page lists custom JetBrains Rider EditorConfig properties that you can use for configuring code formatting rules, code inspection severity levels, and code syntax style rules. Note that some properties apply to one language while others apply to several languages at once. However, for each multi-language property there is a property that can override it for a specific language, for example, align_multiline_parameter and csharp_align_multiline_parameter..

Property nameDescription
accessor_declaration_bracesBraces layout - Accessor declaration (C#)
accessor_owner_bodyCode body - Properties, indexers and events (C#)
accessor_owner_declaration_bracesBraces layout - Property declaration (C#)
add_imports_to_deepest_scopeReference qualification and 'using' directives - Add 'using' directive to deepest scope (C#)
align_first_arg_by_parenAlign multiline constructs - Call arguments by '(', available for: C#
align_linq_queryAlign multiline constructs - LINQ query (C#)
align_multiline_argumentAlign multiline constructs - Call arguments, available for: C#, VB.NET
align_multiline_array_and_object_initializerAlign multiline constructs - Array, object and collection initializer (C#)
align_multiline_array_initializerAlign multiline constructs - Array initializer (VB.NET)
align_multiline_binary_expressions_chainAlign multiline constructs - Chained binary expressions, available for: C#
align_multiline_calls_chainAlign multiline constructs - Chained method calls, available for: C#
align_multiline_expressionAlign multiline constructs - Other expressions, available for: C#, VB.NET
align_multiline_extends_listAlign multiline constructs - List of base classes and interfaces, available for: C#
align_multiline_for_stmtAlign multiline constructs - "for" statement header (C#)
align_multiline_implements_listAlign multiline constructs - Implements/handles list (VB.NET)
align_multiline_parameterAlign multiline constructs - Method parameters, available for: C#, VB.NET
align_multiline_property_patternAlign multiline constructs - Property patterns (C#)
align_multiline_switch_expressionAlign multiline constructs - Switch expressions (C#)
align_multiple_declarationAlign multiline constructs - Multiple declarations, available for: C#, VB.NET
align_multline_type_parameter_constrainsAlign multiline constructs - Type parameter constraints (C#)
align_multline_type_parameter_listAlign multiline constructs - Type parameters list (C#)
align_ternaryAlign multiline construct - ?: operator, available for:
align_tuple_componentsAlign multiline constructs - Tuple components (C#)
alignment_tab_fill_styleAlign multiline constructs - How to align when tabs are used for indents, available for: C#, VB.NET
allow_aliasReference qualification and 'using' directives - Use using alias directive to resolve conflicts, available for: C#, VB.NET
allow_comment_after_lbraceBraces layout - Allow comment after '{' (C#)
allow_far_alignmentAlign multiline constructs - Align even if the resulting indentation is too large, available for: C#
always_use_end_of_line_brace_styleOverride brace style for C# to always use "At end of line (K&R style)" (Razor CSharp)
anonymous_method_declaration_bracesBraces layout - Lambda and delegate (anonymous method declaration), available for: C#
arguments_anonymous_functionArguments - Anonymous methods (delegates and lambdas) (C#)
arguments_literalArguments - Literal values (C#)
arguments_namedArguments - Named expressions (variables, properties, methods, etc.) (C#)
arguments_otherArguments - Other (C#)
arguments_skip_singleArguments - Skip single arguments (C#)
arguments_string_literalArguments - String literal values (C#)
attribute_indentInside of tag header - Attributes indenting, available for:
attribute_styleInside of tag header - Attributes format, available for:
blank_line_after_piProcessing instructions - Blank line after processing instructions, available for:
blank_lines_after_block_statementsBlank lines in code - After statements with child blocks (C#)
blank_lines_after_caseBlank lines in code - After "case" in switch statement (C#)
blank_lines_after_control_transfer_statementsBlank lines in code - After statements with control transfer (C#)
blank_lines_after_importsBlank lines - After imports section (VB.NET)
blank_lines_after_multiline_statementsBlank lines in code - After multiline statements (C#)
blank_lines_after_optionsBlank lines - After file options section (VB.NET)
blank_lines_after_start_commentBlank lines in declarations - After file header comment (C#)
blank_lines_after_using_listBlank lines in declarations - After "using" list (C#)
blank_lines_around_accessorBlank lines in declarations - Around property/event accessor (C#)
blank_lines_around_auto_propertyBlank lines in declarations - Around auto/abstract property/event (C#)
blank_lines_around_block_case_sectionBlank lines in code - Around "case" section with a block in switch statement (C#)
blank_lines_around_fieldBlank lines in declarations - Around field, available for: C#, VB.NET
blank_lines_around_global_attributeBlank lines - After global attribute (VB.NET)
blank_lines_around_invocableBlank lines in declarations - Around method, available for: C#, VB.NET
blank_lines_around_local_methodBlank lines in code - Around local function (C#)
blank_lines_around_multiline_case_sectionBlank lines in code - Around multiline "case" section in switch statement (C#)
blank_lines_around_namespaceBlank lines in declarations - Around namespace, available for: C#, VB.NET
blank_lines_around_propertyBlank lines in declarations - Around property/event (C#)
blank_lines_around_razor_functionsBlank lines around Razor @functions block (Razor CSharp)
blank_lines_around_razor_helpersBlank lines around Razor helpers (Razor CSharp)
blank_lines_around_razor_sectionsBlank lines around Razor sections (Razor CSharp)
blank_lines_around_regionGeneral - Around region, available for: C#, VB.NET
blank_lines_around_single_line_accessorBlank lines in declarations - Around single line property/event accessor (C#)
blank_lines_around_single_line_auto_propertyBlank lines in declarations - Around single line auto/abstract property/event (C#)
blank_lines_around_single_line_fieldBlank lines in declarations - Around single line field, available for: C#, VB.NET
blank_lines_around_single_line_invocableBlank lines in declarations - Around single line method, available for: C#, VB.NET
blank_lines_around_single_line_local_methodBlank lines in code - Around single line local function (C#)
blank_lines_around_single_line_propertyBlank lines in declarations - Around single line property/event (C#)
blank_lines_around_single_line_typeBlank lines in declarations - Around single-line type (C#)
blank_lines_around_typeBlank lines in declarations - Around type, available for: C#, VB.NET
blank_lines_before_block_statementsBlank lines in code - Before statements with child blocks (C#)
blank_lines_before_caseBlank lines in code - Before "case" in switch statement (C#)
blank_lines_before_control_transfer_statementsBlank lines in code - Before statements with control transfer (C#)
blank_lines_before_multiline_statementsBlank lines in code - Before multiline statements (C#)
blank_lines_before_single_line_commentGeneral - Before single-line comment (C#)
blank_lines_between_using_groupsBlank lines in declarations - Between different "using" groups (C#)
blank_lines_inside_namespaceBlank lines in declarations - Inside namespace (C#)
blank_lines_inside_regionGeneral - Inside region, available for: C#, VB.NET
blank_lines_inside_typeBlank lines in declarations - Inside type (C#)
brace_styleBraces layout style (generalized)
braces_for_dowhileBraces - In "do-while" statement (C#)
braces_for_fixedBraces - In "fixed" statement (C#)
braces_for_forBraces - In "for" statement (C#)
braces_for_foreachBraces - In "foreach" statement (C#)
braces_for_ifelseBraces - In "if" statement (C#)
braces_for_lockBraces - In "lock" statement (C#)
braces_for_usingBraces - In "using" statement (C#)
braces_for_whileBraces - In "while" statement (C#)
braces_redundantBraces - Remove redundant (C#)
builtin_type_reference_for_member_access_styleBuilt-in types - In member access expressions, prefer (C#)
builtin_type_reference_styleBuilt-in types - In locals, members and parameters, prefer (C#)
can_use_global_aliasReference qualification and 'using' directives - Allow 'global::' prefix use (C#)
case_block_bracesBraces layout - Block under "case" label, available for: C#
constructor_or_destructor_bodyCode body - Constructors and destructors (C#)
continuous_indent_multiplierGeneral - Continuous line indent multiplier (C#)
cpp_brace_styleBraces layout style (generalized)
cpp_space_after_commaSpace after comma (generalized)
cpp_space_before_commaSpace before comma (generalized)
cpp_space_between_method_call_name_and_opening_parenthesisSpace before method call parenthesis (generalized)
csharp_accessor_declaration_bracesBraces layout - Accessor declaration (C#)
csharp_accessor_owner_bodyCode body - Properties, indexers and events (C#)
csharp_accessor_owner_declaration_bracesBraces layout - Property declaration (C#)
csharp_add_imports_to_deepest_scopeReference qualification and 'using' directives - Add 'using' directive to deepest scope (C#)
csharp_align_first_arg_by_parenAlign multiline constructs - Call arguments by '(' (C#)
csharp_align_linq_queryAlign multiline constructs - LINQ query (C#)
csharp_align_multiline_argumentAlign multiline constructs - Call arguments (C#)
csharp_align_multiline_array_and_object_initializerAlign multiline constructs - Array, object and collection initializer (C#)
csharp_align_multiline_binary_expressions_chainAlign multiline constructs - Chained binary expressions (C#)
csharp_align_multiline_calls_chainAlign multiline constructs - Chained method calls (C#)
csharp_align_multiline_expressionAlign multiline constructs - Other expressions (C#)
csharp_align_multiline_extends_listAlign multiline constructs - List of base classes and interfaces (C#)
csharp_align_multiline_for_stmtAlign multiline constructs - "for" statement header (C#)
csharp_align_multiline_parameterAlign multiline constructs - Method parameters (C#)
csharp_align_multiline_property_patternAlign multiline constructs - Property patterns (C#)
csharp_align_multiline_switch_expressionAlign multiline constructs - Switch expressions (C#)
csharp_align_multiple_declarationAlign multiline constructs - Multiple declarations (C#)
csharp_align_multline_type_parameter_constrainsAlign multiline constructs - Type parameter constraints (C#)
csharp_align_multline_type_parameter_listAlign multiline constructs - Type parameters list (C#)
csharp_align_tuple_componentsAlign multiline constructs - Tuple components (C#)
csharp_alignment_tab_fill_styleAlign multiline constructs - How to align when tabs are used for indents (C#)
csharp_allow_aliasReference qualification and 'using' directives - Use using alias directive to resolve conflicts (C#)
csharp_allow_comment_after_lbraceBraces layout - Allow comment after '{' (C#)
csharp_allow_far_alignmentAlign multiline constructs - Align even if the resulting indentation is too large (C#)
csharp_anonymous_method_declaration_bracesBraces layout - Lambda and delegate (anonymous method declaration) (C#)
csharp_arguments_anonymous_functionArguments - Anonymous methods (delegates and lambdas) (C#)
csharp_arguments_literalArguments - Literal values (C#)
csharp_arguments_namedArguments - Named expressions (variables, properties, methods, etc.) (C#)
csharp_arguments_otherArguments - Other (C#)
csharp_arguments_skip_singleArguments - Skip single arguments (C#)
csharp_arguments_string_literalArguments - String literal values (C#)
csharp_blank_lines_after_block_statementsBlank lines in code - After statements with child blocks (C#)
csharp_blank_lines_after_caseBlank lines in code - After "case" in switch statement (C#)
csharp_blank_lines_after_control_transfer_statementsBlank lines in code - After statements with control transfer (C#)
csharp_blank_lines_after_multiline_statementsBlank lines in code - After multiline statements (C#)
csharp_blank_lines_after_start_commentBlank lines in declarations - After file header comment (C#)
csharp_blank_lines_after_using_listBlank lines in declarations - After "using" list (C#)
csharp_blank_lines_around_accessorBlank lines in declarations - Around property/event accessor (C#)
csharp_blank_lines_around_auto_propertyBlank lines in declarations - Around auto/abstract property/event (C#)
csharp_blank_lines_around_block_case_sectionBlank lines in code - Around "case" section with a block in switch statement (C#)
csharp_blank_lines_around_fieldBlank lines in declarations - Around field (C#)
csharp_blank_lines_around_invocableBlank lines in declarations - Around method (C#)
csharp_blank_lines_around_local_methodBlank lines in code - Around local function (C#)
csharp_blank_lines_around_multiline_case_sectionBlank lines in code - Around multiline "case" section in switch statement (C#)
csharp_blank_lines_around_namespaceBlank lines in declarations - Around namespace (C#)
csharp_blank_lines_around_propertyBlank lines in declarations - Around property/event (C#)
csharp_blank_lines_around_regionGeneral - Around region (C#)
csharp_blank_lines_around_single_line_accessorBlank lines in declarations - Around single line property/event accessor (C#)
csharp_blank_lines_around_single_line_auto_propertyBlank lines in declarations - Around single line auto/abstract property/event (C#)
csharp_blank_lines_around_single_line_fieldBlank lines in declarations - Around single line field (C#)
csharp_blank_lines_around_single_line_invocableBlank lines in declarations - Around single line method (C#)
csharp_blank_lines_around_single_line_local_methodBlank lines in code - Around single line local function (C#)
csharp_blank_lines_around_single_line_propertyBlank lines in declarations - Around single line property/event (C#)
csharp_blank_lines_around_single_line_typeBlank lines in declarations - Around single-line type (C#)
csharp_blank_lines_around_typeBlank lines in declarations - Around type (C#)
csharp_blank_lines_before_block_statementsBlank lines in code - Before statements with child blocks (C#)
csharp_blank_lines_before_caseBlank lines in code - Before "case" in switch statement (C#)
csharp_blank_lines_before_control_transfer_statementsBlank lines in code - Before statements with control transfer (C#)
csharp_blank_lines_before_multiline_statementsBlank lines in code - Before multiline statements (C#)
csharp_blank_lines_before_single_line_commentGeneral - Before single-line comment (C#)
csharp_blank_lines_between_using_groupsBlank lines in declarations - Between different "using" groups (C#)
csharp_blank_lines_inside_namespaceBlank lines in declarations - Inside namespace (C#)
csharp_blank_lines_inside_regionGeneral - Inside region (C#)
csharp_blank_lines_inside_typeBlank lines in declarations - Inside type (C#)
csharp_brace_styleBraces layout style (generalized)
csharp_braces_for_dowhileBraces - In "do-while" statement (C#)
csharp_braces_for_fixedBraces - In "fixed" statement (C#)
csharp_braces_for_forBraces - In "for" statement (C#)
csharp_braces_for_foreachBraces - In "foreach" statement (C#)
csharp_braces_for_ifelseBraces - In "if" statement (C#)
csharp_braces_for_lockBraces - In "lock" statement (C#)
csharp_braces_for_usingBraces - In "using" statement (C#)
csharp_braces_for_whileBraces - In "while" statement (C#)
csharp_braces_redundantBraces - Remove redundant (C#)
csharp_builtin_type_reference_for_member_access_styleBuilt-in types - In member access expressions, prefer (C#)
csharp_builtin_type_reference_styleBuilt-in types - In locals, members and parameters, prefer (C#)
csharp_can_use_global_aliasReference qualification and 'using' directives - Allow 'global::' prefix use (C#)
csharp_case_block_bracesBraces layout - Block under "case" label (C#)
csharp_constructor_or_destructor_bodyCode body - Constructors and destructors (C#)
csharp_continuous_indent_multiplierGeneral - Continuous line indent multiplier (C#)
csharp_default_internal_modifierModifiers - Prefer explicit/implicit internal modifier for types (C#)
csharp_default_private_modifierModifiers - Prefer explicit/implicit private modifier for type members (C#)
csharp_default_value_when_type_evidentDefault value - When type is evident from usage (C#)
csharp_default_value_when_type_not_evidentDefault value - When type is not evident from usage (C#)
csharp_empty_block_styleBraces layout - Empty braces formatting (C#)
csharp_extra_spacesPreserve existing formatting - Extra spaces inside (C#)
csharp_for_built_in_types'var' usage in declarations - For built-in types (C#)
csharp_for_other_types'var' usage in declarations - Elsewhere (C#)
csharp_for_simple_types'var' usage in declarations - For simple types (C#)
csharp_force_attribute_styleAttributes - Join or separate attributes in section (C#)
csharp_force_chop_compound_do_expressionArrangement of binary expressions - Force chop compound condition in "do" statement (C#)
csharp_force_chop_compound_if_expressionArrangement of binary expressions - Force chop compound condition in "if" statement (C#)
csharp_force_chop_compound_while_expressionArrangement of binary expressions - Force chop compound condition in "while" statement (C#)
csharp_indent_anonymous_method_blockAlign multiline constructs - Anonymous method body (C#)
csharp_indent_inside_namespaceBraces layout - Indent inside namespace declaration (C#)
csharp_indent_invocation_parsParenthesis - Indent method calls' parenthesis (C#)
csharp_indent_method_decl_parsParenthesis - Indent method declarations' parenthesis (C#)
csharp_indent_nested_fixed_stmtNested statements - Indent nested "fixed" statements (C#)
csharp_indent_nested_for_stmtNested statements - Indent nested "for" statements (C#)
csharp_indent_nested_foreach_stmtNested statements - Indent nested "foreach" statements (C#)
csharp_indent_nested_lock_stmtNested statements - Indent nested "lock" statements (C#)
csharp_indent_nested_usings_stmtNested statements - Indent nested "using" statements (C#)
csharp_indent_nested_while_stmtNested statements - Indent nested "while" statements (C#)
csharp_indent_parsParenthesis - Indent other parenthesis and brackets (C#)
csharp_indent_preprocessor_ifPreprocessor directives - Indent #if, #else, #elif, #endif (C#)
csharp_indent_preprocessor_otherPreprocessor directives - Indent other preprocessor directives (C#)
csharp_indent_preprocessor_regionPreprocessor directives - Indent #region, #endregion (C#)
csharp_indent_sizeGeneral - Indent size (C#)
csharp_indent_statement_parsParenthesis - Indent statement (if, while, for, etc) parenthesis (C#)
csharp_indent_styleGeneral - Indent style (C#)
csharp_indent_switch_labelsOther indents - Indent "case" from "switch" (C#)
csharp_indent_type_constraintsOther indents - Indent type constraints (C#)
csharp_indent_typearg_anglesParenthesis - Indent type argument's angles (C#)
csharp_indent_typeparam_anglesParenthesis - Indent type parameter's angles (C#)
csharp_initializer_bracesBraces layout - Expressions (initializers, switch expressions, patterns) (C#)
csharp_insert_final_newlineGeneral - Line feed at end of file (C#)
csharp_instance_members_qualify_declared_inInstance members qualification - Qualify members declared in (C#)
csharp_instance_members_qualify_membersInstance members qualification - Use "this." qualifier for (C#)
csharp_int_alignAlign similar code in columns (generalized)
csharp_int_align_assignmentsAlign similar code in columns - Other assignments and initializers (C#)
csharp_int_align_binary_expressionsAlign similar code in columns - Binary expressions (C#)
csharp_int_align_commentsAlign similar code in columns - End comments (C#)
csharp_int_align_fieldsAlign similar code in columns - Fields and constants (C#)
csharp_int_align_fix_in_adjacentAlign similar code in columns - Fix column alignment in adjacent lines (C#)
csharp_int_align_invocationsAlign similar code in columns - Invocations of the same method (C#)
csharp_int_align_methodsAlign similar code in columns - Simple methods, operators, delegates (C#)
csharp_int_align_nested_ternaryAlign similar code in columns - Nested ternary operators (C#)
csharp_int_align_parametersAlign similar code in columns - Multiline method signature (C#)
csharp_int_align_propertiesAlign similar code in columns - Properties and events (C#)
csharp_int_align_property_patternsAlign similar code in columns - Property patterns (C#)
csharp_int_align_switch_expressionsAlign similar code in columns - Switch expressions (C#)
csharp_int_align_switch_sectionsAlign similar code in columns - Simple switch sections (C#)
csharp_int_align_variablesAlign similar code in columns - Variables and local constants (C#)
csharp_invocable_declaration_bracesBraces layout - Method declaration (C#)
csharp_keep_blank_lines_in_codeBlank lines in code - Keep max blank lines in code (C#)
csharp_keep_blank_lines_in_declarationsBlank lines in declarations - Keep max blank lines in declarations (C#)
csharp_keep_existing_arrangementKeep existing code arrangements (single line/multi line) (generalized)
csharp_keep_existing_attribute_arrangementArrangement of attributes - Keep existing arrangement of attributes (C#)
csharp_keep_existing_declaration_block_arrangementArrangement of declaration blocks - Keep existing arrangement of declaration blocks (C#)
csharp_keep_existing_declaration_parens_arrangementArrangement of method signatures - Keep existing arrangement of parenthesis in declaration (C#)
csharp_keep_existing_embedded_arrangementArrangement of embedded statements - Keep existing arrangement of embedded statements (C#)
csharp_keep_existing_embedded_block_arrangementArrangement of embedded blocks - Keep existing arrangement of embedded blocks (C#)
csharp_keep_existing_enum_arrangementArrangement of enumerations - Keep existing arrangement of enumeration (C#)
csharp_keep_existing_expr_member_arrangementArrangement of expression bodied members - Keep existing arrangement of expression bodied members (C#)
csharp_keep_existing_initializer_arrangementArrangement of initializers - Keep existing arrangement of initializers (C#)
csharp_keep_existing_invocation_parens_arrangementArrangement of invocations - Keep existing arrangement of parenthesis in invocation (C#)
csharp_keep_existing_linebreaksGeneral - Keep existing line breaks (C#)
csharp_keep_existing_property_patterns_arrangementArrangement of property patterns - Keep existing arrangement of property patterns (C#)
csharp_keep_existing_switch_expression_arrangementArrangement of switch expressions - Keep existing arrangement of switch expressions (C#)
csharp_keep_user_linebreaksGeneral - Keep existing line breaks (C#)
csharp_local_function_bodyCode body - Local functions (C#)
csharp_max_array_initializer_elements_on_lineArrangement of initializers - Max array initializer elements on a single line (C#)
csharp_max_attribute_length_for_same_lineArrangement of attributes - Place attribute section list on separate line if it is longer than (C#)
csharp_max_enum_members_on_lineArrangement of enumerations - Max enumeration members on a single line (C#)
csharp_max_formal_parameters_on_lineArrangement of method signatures - Max formal parameters on a single line (C#)
csharp_max_initializer_elements_on_lineArrangement of initializers - Max object and collection initializer elements on a single line (C#)
csharp_max_invocation_arguments_on_lineArrangement of invocations - Max invocation arguments on a single line (C#)
csharp_max_line_lengthGeneral - Hard wrap at (C#)
csharp_method_or_operator_bodyCode body - Methods and operators (C#)
csharp_modifiers_orderModifiers - Modifiers order (C#)
csharp_nested_ternary_styleArrangement of ternary expressions - Nested ternary expression style (C#)
csharp_new_line_before_catchArrangement of statements - (C#)
csharp_new_line_before_elseArrangement of statements - (C#)
csharp_new_line_before_finallyArrangement of statements - (C#)
csharp_new_line_before_whileArrangement of statements - Place "while" on new line (C#)
csharp_object_creation_when_type_evidentObject creation - When created type is evident from usage (C#)
csharp_object_creation_when_type_not_evidentObject creation - When created type is not evident from usage (C#)
csharp_old_engineOther - Revert to old formatting engine (C#)
csharp_other_bracesBraces layout - Other (C#)
csharp_outdent_binary_opsAlign multiline constructs - Outdent binary operators (C#)
csharp_outdent_commasAlign multiline constructs - Outdent commas (C#)
csharp_outdent_dotsAlign multiline constructs - Outdent dots in chained method calls (C#)
csharp_parentheses_group_non_obvious_operationsAdd parenthesis to avoid non-obvious precedence - When the operations from the following groups are nested (C#)
csharp_parentheses_non_obvious_operationsAdd parenthesis to avoid non-obvious precedence - Around operands of the following operations (C#)
csharp_parentheses_redundancy_styleParentheses - Remove redundant parentheses (C#)
csharp_place_abstract_accessorholder_on_single_lineArrangement of declaration blocks - Place abstract/auto property/indexer/event declaration on single line (C#)
csharp_place_accessor_attribute_on_same_lineArrangement of attributes - Place accessor attribute on the same line (C#)
csharp_place_accessor_with_attrs_holder_on_single_lineArrangement of declaration blocks - Place it on single line even when it has attributes on accessors (C#)
csharp_place_accessorholder_attribute_on_same_lineArrangement of attributes - Place property/indexer/event attribute on the same line (C#)
csharp_place_attribute_on_same_linePlace simple attribute on the same line with the owner (generalized)
csharp_place_comments_at_first_columnOther indents - Place comments at first column when commenting out code (C#)
csharp_place_constructor_initializer_on_same_lineArrangement of method signatures - Allow constructor initializer on the same line (C#)
csharp_place_expr_accessor_on_single_lineArrangement of expression bodied members - Place property accessor expression body on the same line (C#)
csharp_place_expr_method_on_single_lineArrangement of expression bodied members - Place method expression body on the same line (C#)
csharp_place_expr_property_on_single_lineArrangement of expression bodied members - Place property expression body on the same line (C#)
csharp_place_field_attribute_on_same_lineArrangement of attributes - Place field attribute on the same line (C#)
csharp_place_linq_into_on_new_lineArrangement of LINQ expressions - Place "into" on new line in LINQ expressions (C#)
csharp_place_method_attribute_on_same_lineArrangement of attributes - Place method attribute on the same line (C#)
csharp_place_simple_accessor_on_single_lineArrangement of declaration blocks - Place simple accessor on single line (C#)
csharp_place_simple_accessorholder_on_single_lineArrangement of declaration blocks - Place simple property/indexer/event declaration on single line (C#)
csharp_place_simple_anonymousmethod_on_single_lineArrangement of embedded blocks - Place simple anonymous method on single line (C#)
csharp_place_simple_blocks_on_single_linePlace simple blocks on single line (generalized)
csharp_place_simple_case_statement_on_same_lineArrangement of embedded statements - Place simple "case" statement on the same line (C#)
csharp_place_simple_declaration_blocks_on_single_linePlace blocks from simple type members on single line (generalized)
csharp_place_simple_embedded_block_on_same_lineArrangement of embedded blocks - Place a block with a single simple statement on the same line (C#)
csharp_place_simple_embedded_statement_on_same_lineArrangement of embedded statements - Place simple embedded statement on the same line (C#)
csharp_place_simple_enum_on_single_lineArrangement of enumerations - Place simple enumeration on single line (C#)
csharp_place_simple_initializer_on_single_lineArrangement of initializers - Place simple array, object and collection on single line (C#)
csharp_place_simple_method_on_single_lineArrangement of declaration blocks - Place simple method on single line (C#)
csharp_place_simple_property_pattern_on_single_lineArrangement of property patterns - Place simple property pattern on single line (C#)
csharp_place_simple_switch_expression_on_single_lineArrangement of switch expressions - Place simple switch expression on single line (C#)
csharp_place_type_attribute_on_same_lineArrangement of attributes - Place type attribute on the same line (C#)
csharp_place_type_constraints_on_same_lineArrangement of type parameters, constraints and base types - Allow type constraints on the same line (C#)
csharp_prefer_explicit_discard_declaration'var' usage in declarations - Use 'var' keyword for discards (C#)
csharp_prefer_qualified_referenceReference qualification and 'using' directives - Prefer fully qualified references (C#)
csharp_prefer_separate_deconstructed_variables_declaration'var' usage in declarations - Prefer separate declarations for deconstructed variables (C#)
csharp_qualified_using_at_nested_scopeReference qualification and 'using' directives - Prefer fully qualified using name at nested scope (C#)
csharp_remove_blank_lines_near_braces_in_codeBlank lines in code - Remove blank lines after "{" and before "}" in code (C#)
csharp_remove_blank_lines_near_braces_in_declarationsBlank lines in declarations - Remove blank lines after "{" and before "}" in declarations (C#)
csharp_sort_usings_with_system_firstReference qualification and 'using' directives - Place 'System.*' and 'Windows.*' namespaces first when sorting 'using' directives (C#)
csharp_space_after_ampersand_opAfter unary operators - Unsafe addressof operator (&) (C#)
csharp_space_after_asterik_opAfter unary operators - Unsafe asterisk operator (*) (C#)
csharp_space_after_attribute_colonAround colon - After other colons (C#)
csharp_space_after_attributesAttributes - After attributes (C#)
csharp_space_after_castOther - (C#)
csharp_space_after_colonAround colon - After other colons (C#)
csharp_space_after_colon_in_caseAround colon - After colon in "case" statement (C#)
csharp_space_after_colon_in_inheritance_clauseAround colon - After base types list colon (C#)
csharp_space_after_commaAround comma and semicolon - (C#)
csharp_space_after_keywords_in_control_flow_statementsSpace before parenthesis of control flow statements (generalized)
csharp_space_after_logical_not_opAfter unary operators - Logical not operator (!) (C#)
csharp_space_after_operator_keywordOther - After operator keyword (C#)
csharp_space_after_semicolon_in_for_statementAround comma and semicolon - (C#)
csharp_space_after_ternary_colonIn ternary operator - After ':' (C#)
csharp_space_after_ternary_questIn ternary operator - After '?' (C#)
csharp_space_after_type_parameter_constraint_colonAround colon - After type parameter constraint colon (C#)
csharp_space_after_unary_minus_opAfter unary operators - Unary minus operator (-) (C#)
csharp_space_after_unary_operatorSpace after unary operators (!, -, ~,...) (generalized)
csharp_space_after_unary_plus_opAfter unary operators - Unary plus operator (+) (C#)
csharp_space_around_additive_opAround binary operators - Additive operators (+,-) (C#)
csharp_space_around_alias_eqOther - Around '=' in namespace alias directive (C#)
csharp_space_around_arrow_opAround binary operators - Unsafe arrow operator (->) (C#)
csharp_space_around_assignment_opAround binary operators - Assignment operators (=,+=,...) (C#)
csharp_space_around_binary_operatorSpace around binary operators (+, ||, =, ...) (generalized)
csharp_space_around_bitwise_opAround binary operators - Bitwise operators (&,|,^) (C#)
csharp_space_around_dotOther - Around dot (C#)
csharp_space_around_equality_opAround binary operators - Equality operators (==,!=) (C#)
csharp_space_around_lambda_arrowOther - Around lambda arrow (C#)
csharp_space_around_logical_opAround binary operators - Logical operators (&&,||) (C#)
csharp_space_around_member_access_operatorSpace around member access operators (., ->, ...) (generalized)
csharp_space_around_multiplicative_opAround binary operators - Multiplicative operators (*,/,%) (C#)
csharp_space_around_nullcoalescing_opAround binary operators - Null coalescing operator (??) (C#)
csharp_space_around_relational_opAround binary operators - Relational operators (<,>,<=,>=) (C#)
csharp_space_around_shift_opAround binary operators - Shift operators (<<,>>) (C#)
csharp_space_around_ternary_operatorSpace around ternary operators (?, :) (generalized)
csharp_space_before_array_access_bracketsAround array brackets - Before array access brackets (C#)
csharp_space_before_array_rank_bracketsAround array brackets - Before array rank brackets (C#)
csharp_space_before_attribute_colonAround colon - Before other colons (C#)
csharp_space_before_catch_parenthesesBefore parentheses in statements - "catch" parentheses (C#)
csharp_space_before_checked_parenthesesBefore other parentheses - "checked" and "unchecked" parentheses (C#)
csharp_space_before_colonAround colon - Before other colons (C#)
csharp_space_before_colon_in_caseAround colon - Before colon in "case" statement (C#)
csharp_space_before_colon_in_inheritance_clauseAround colon - Before base types list colon (C#)
csharp_space_before_commaAround comma and semicolon - (C#)
csharp_space_before_default_parenthesesBefore other parentheses - "default" parentheses (C#)
csharp_space_before_empty_method_call_parenthesesBefore other parentheses - Method call empty parentheses (C#)
csharp_space_before_empty_method_parenthesesBefore other parentheses - Method declaration empty parentheses (C#)
csharp_space_before_fixed_parenthesesBefore parentheses in statements - "fixed" parentheses (C#)
csharp_space_before_for_parenthesesBefore parentheses in statements - "for" parentheses (C#)
csharp_space_before_foreach_parenthesesBefore parentheses in statements - "foreach" parentheses (C#)
csharp_space_before_if_parenthesesBefore parentheses in statements - "if" parentheses (C#)
csharp_space_before_lock_parenthesesBefore parentheses in statements - "lock" parentheses (C#)
csharp_space_before_method_call_parenthesesBefore other parentheses - Method call parentheses (C#)
csharp_space_before_method_parenthesesBefore other parentheses - Method declaration parentheses (C#)
csharp_space_before_nameof_parenthesesBefore other parentheses - "nameof" parentheses (C#)
csharp_space_before_nullable_markOther - Before nullable mark (C#)
csharp_space_before_open_square_bracketsSpace before brackets (generalized)
csharp_space_before_pointer_asterik_declarationOther - Before unsafe pointer declaration (C#)
csharp_space_before_semicolonAround comma and semicolon - Before semicolon (C#)
csharp_space_before_semicolon_in_for_statementAround comma and semicolon - (C#)
csharp_space_before_singleline_accessorholderAround braces - Before single line accessors block (C#)
csharp_space_before_sizeof_parenthesesBefore other parentheses - "sizeof" parentheses (C#)
csharp_space_before_switch_parenthesesBefore parentheses in statements - "switch" parentheses (C#)
csharp_space_before_ternary_colonIn ternary operator - Before ':' (C#)
csharp_space_before_ternary_questIn ternary operator - Before '?' (C#)
csharp_space_before_trailing_commentOther - Before end of line comment (C#)
csharp_space_before_type_argument_angleAround angle brackets - Before type argument list angle (C#)
csharp_space_before_type_parameter_angleAround angle brackets - Before type parameter list angle (C#)
csharp_space_before_type_parameter_constraint_colonAround colon - Before type parameter constraint colon (C#)
csharp_space_before_typeof_parenthesesBefore other parentheses - "typeof" parentheses (C#)
csharp_space_before_using_parenthesesBefore parentheses in statements - "using" parentheses (C#)
csharp_space_before_while_parenthesesBefore parentheses in statements - "while" parentheses (C#)
csharp_space_between_accessors_in_singleline_propertyAround braces - Between accessors in single line property/event (C#)
csharp_space_between_attribute_sectionsAttributes - Between attribute sections (C#)
csharp_space_between_empty_square_bracketsAround array brackets - Within array rank empty brackets (C#)
csharp_space_between_keyword_and_expressionBefore other parentheses - Between keyword and expression (C#)
csharp_space_between_keyword_and_typeBefore other parentheses - Between keyword and type (C#)
csharp_space_between_method_call_empty_parameter_list_parenthesesWithin other parentheses - (C#)
csharp_space_between_method_call_name_and_opening_parenthesisSpace before method call parenthesis (generalized)
csharp_space_between_method_call_parameter_list_parenthesesWithin other parentheses - (C#)
csharp_space_between_method_declaration_empty_parameter_list_parenthesesWithin other parentheses - (C#)
csharp_space_between_method_declaration_name_and_open_parenthesisSpace before method declaration parenthesis (generalized)
csharp_space_between_method_declaration_parameter_list_parenthesesWithin other parentheses - (C#)
csharp_space_between_parentheses_of_control_flow_statementsSpace within parenthesis of control flow statements (generalized)
csharp_space_between_square_bracketsSpace within brackets (generalized)
csharp_space_between_typecast_parenthesesWithin other parentheses - Type cast parentheses (C#)
csharp_space_in_singleline_accessorholderAround braces - Within single line accessor (C#)
csharp_space_in_singleline_anonymous_methodAround braces - Within single line anonymous method (C#)
csharp_space_in_singleline_methodAround braces - Within single line method (C#)
csharp_space_near_postfix_and_prefix_opAfter unary operators - Before/after ++ and -- (C#)
csharp_space_within_array_access_bracketsAround array brackets - Within array access brackets (C#)
csharp_space_within_array_rank_bracketsAround array brackets - Within array rank brackets (C#)
csharp_space_within_array_rank_empty_bracketsAround array brackets - Within array rank empty brackets (C#)
csharp_space_within_attribute_bracketsAttributes - Within attribute brackets (C#)
csharp_space_within_catch_parenthesesWithin parentheses in statements - "catch" parentheses (C#)
csharp_space_within_checked_parenthesesWithin other parentheses - "checked" and "unchecked" parentheses (C#)
csharp_space_within_default_parenthesesWithin other parentheses - "default" parentheses (C#)
csharp_space_within_empty_bracesAround braces - Space between empty braces (C#)
csharp_space_within_fixed_parenthesesWithin parentheses in statements - "fixed" parentheses (C#)
csharp_space_within_for_parenthesesWithin parentheses in statements - "for" parentheses (C#)
csharp_space_within_foreach_parenthesesWithin parentheses in statements - "foreach" parentheses (C#)
csharp_space_within_if_parenthesesWithin parentheses in statements - "if" parentheses (C#)
csharp_space_within_lock_parenthesesWithin parentheses in statements - "lock" parentheses (C#)
csharp_space_within_nameof_parenthesesWithin other parentheses - "nameof" parentheses (C#)
csharp_space_within_parenthesesWithin other parentheses - Parentheses (C#)
csharp_space_within_single_line_array_initializer_bracesAround braces - Within single-line expression braces (C#)
csharp_space_within_sizeof_parenthesesWithin other parentheses - "sizeof" parentheses (C#)
csharp_space_within_switch_parenthesesWithin parentheses in statements - "switch" parentheses (C#)
csharp_space_within_type_argument_anglesAround angle brackets - Type argument angles (C#)
csharp_space_within_type_parameter_anglesAround angle brackets - Type parameter angles (C#)
csharp_space_within_typeof_parenthesesWithin other parentheses - "typeof" parentheses (C#)
csharp_space_within_using_parenthesesWithin parentheses in statements - "using" parentheses (C#)
csharp_space_within_while_parenthesesWithin parentheses in statements - "while" parentheses (C#)
csharp_special_else_if_treatmentGeneral - Special "else if" treatment (C#)
csharp_static_members_qualify_membersStatic members qualification - Members to qualify (C#)
csharp_static_members_qualify_withStatic members qualification - Qualify with the name of (C#)
csharp_stick_commentOther indents - Don't indent comments started at first column (C#)
csharp_tab_widthGeneral - Tab width (C#)
csharp_trailing_comma_in_multiline_listsTrailing comma - Before a new line in multiline lists (C#)
csharp_trailing_comma_in_singleline_listsTrailing comma - When the last element is not followed by a new line (C#)
csharp_type_declaration_bracesBraces layout - Type and namespace declaration (C#)
csharp_use_continuous_indent_inside_initializer_bracesBraces layout - Use continuous line indent inside expression braces (C#)
csharp_use_continuous_indent_inside_parensParenthesis - Use continuous line indent inside parenthesis (C#)
csharp_use_heuristics_for_body_styleCode body - Apply style heuristics (C#)
csharp_use_indent_from_previous_elementOther indents - Use previous element's indent on partial format (C#)
csharp_use_roslyn_logic_for_evident_types'var' usage in declarations - Prefer Roslyn (Visual Studio) logic for type evidence (C#)
csharp_wrap_after_declaration_lparArrangement of method signatures - Prefer wrap after "(" in declaration (C#)
csharp_wrap_after_dot_in_method_callsArrangement of member access expressions - Prefer wrap after "." (C#)
csharp_wrap_after_invocation_lparArrangement of invocations - Prefer wrap after "(" in invocation (C#)
csharp_wrap_arguments_styleArrangement of invocations - Wrap invocation arguments (C#)
csharp_wrap_array_initializer_styleArrangement of initializers - Wrap array initializer (C#)
csharp_wrap_before_arrow_with_expressionsArrangement of expression bodied members - Prefer wrap before "=>" followed by expressions (C#)
csharp_wrap_before_binary_opsignArrangement of binary expressions - Prefer wrap before operator in binary expression (C#)
csharp_wrap_before_commaGeneral - Prefer wrap before "," (C#)
csharp_wrap_before_declaration_lparArrangement of method signatures - Prefer wrap before "(" in declaration (C#)
csharp_wrap_before_declaration_rparArrangement of method signatures - Prefer wrap before ")" in declaration (C#)
csharp_wrap_before_extends_colonArrangement of type parameters, constraints and base types - Prefer wrap before ":" (C#)
csharp_wrap_before_first_type_parameter_constraintArrangement of type parameters, constraints and base types - Prefer wrap before first constraint (C#)
csharp_wrap_before_invocation_lparArrangement of invocations - Prefer wrap before "(" in invocation (C#)
csharp_wrap_before_invocation_rparArrangement of invocations - Prefer wrap before ")" in invocation (C#)
csharp_wrap_before_linq_expressionArrangement of LINQ expressions - Prefer wrap before multiline LINQ expressions (C#)
csharp_wrap_before_ternary_opsignsArrangement of ternary expressions - Prefer wrap before "?" and ":" in ternary expressions (C#)
csharp_wrap_before_type_parameter_langleArrangement of type parameters, constraints and base types - Prefer wrap before type parameters opening angle (C#)
csharp_wrap_chained_binary_expressionsArrangement of binary expressions - Wrap chained binary expressions (C#)
csharp_wrap_chained_method_callsArrangement of member access expressions - Wrap chained method calls (C#)
csharp_wrap_enum_declarationArrangement of enumerations - Wrap enumeration declaration (C#)
csharp_wrap_extends_list_styleArrangement of type parameters, constraints and base types - Wrap extends/implements list (C#)
csharp_wrap_for_stmt_header_styleArrangement of statements - Wrap "for" statement header (C#)
csharp_wrap_linq_expressionsArrangement of LINQ expressions - Wrap LINQ expressions (C#)
csharp_wrap_multiple_declaration_styleArrangement of statements - Wrap multiple declaration (C#)
csharp_wrap_multiple_type_parameter_constraints_styleArrangement of type parameters, constraints and base types - Wrap multiple type parameter constraints (C#)
csharp_wrap_object_and_collection_initializer_styleArrangement of initializers - Wrap object and collection initializer (C#)
csharp_wrap_parameters_styleArrangement of method signatures - Wrap formal parameters (C#)
csharp_wrap_property_patternArrangement of property patterns - Wrap property pattern (C#)
csharp_wrap_switch_expressionArrangement of switch expressions - Wrap switch expression (C#)
csharp_wrap_ternary_expr_styleArrangement of ternary expressions - Wrap ternary expression (C#)
csharp_wrap_verbatim_interpolated_stringsArrangement of interpolated strings - Wrap verbatim interpolated strings (C#)
default_internal_modifierModifiers - Prefer explicit/implicit internal modifier for types (C#)
default_private_modifierModifiers - Prefer explicit/implicit private modifier for type members (C#)
default_value_when_type_evidentDefault value - When type is evident from usage (C#)
default_value_when_type_not_evidentDefault value - When type is not evident from usage (C#)
dotnet_sort_system_directives_firstReference qualification and 'using' directives - Place 'System.*' and 'Windows.*' namespaces first when sorting 'using' directives (C#)
empty_block_styleBraces layout - Empty braces formatting, available for: C#
extra_spacesPreserve existing formatting - Extra spaces inside, available for: C#
for_built_in_types'var' usage in declarations - For built-in types (C#)
for_other_types'var' usage in declarations - Elsewhere (C#)
for_simple_types'var' usage in declarations - For simple types (C#)
force_attribute_styleAttributes - Join or separate attributes in section (C#)
force_chop_compound_do_expressionArrangement of binary expressions - Force chop compound condition in "do" statement (C#)
force_chop_compound_if_expressionArrangement of binary expressions - Force chop compound condition in "if" statement (C#)
force_chop_compound_while_expressionArrangement of binary expressions - Force chop compound condition in "while" statement (C#)
html_blank_lines_around_razor_functionsBlank lines around Razor @functions block (Razor CSharp)
html_blank_lines_around_razor_helpersBlank lines around Razor helpers (Razor CSharp)
html_blank_lines_around_razor_sectionsBlank lines around Razor sections (Razor CSharp)
html_linebreaks_around_razor_statementsLine breaks around Razor statements (Razor CSharp)
indent_anonymous_method_blockAlign multiline constructs - Anonymous method body (C#)
indent_case_from_selectOther - Indent "case" from "select" (VB.NET)
indent_child_elementsTag content - Indent inside element that doesn't contain text, available for:
indent_inside_namespaceBraces layout - Indent inside namespace declaration (C#)
indent_invocation_parsParenthesis - Indent method calls' parenthesis, available for: C#
indent_method_decl_parsParenthesis - Indent method declarations' parenthesis, available for: C#
indent_nested_fixed_stmtNested statements - Indent nested "fixed" statements (C#)
indent_nested_for_stmtNested statements - Indent nested "for" statements (C#)
indent_nested_foreach_stmtNested statements - Indent nested "foreach" statements (C#)
indent_nested_lock_stmtNested statements - Indent nested "lock" statements (C#)
indent_nested_usings_stmtNested statements - Indent nested "using" statements (C#)
indent_nested_while_stmtNested statements - Indent nested "while" statements (C#)
indent_parsParenthesis - Indent other parenthesis and brackets, available for: C#
indent_preprocessor_ifPreprocessor directives - Indent #if, #else, #elif, #endif (C#)
indent_preprocessor_otherPreprocessor directives - Indent other preprocessor directives (C#)
indent_preprocessor_regionPreprocessor directives - Indent #region, #endregion (C#)
indent_sizeGeneral - Indent size, available for: C#, VB.NET
indent_statement_parsParenthesis - Indent statement (if, while, for, etc) parenthesis, available for: C#
indent_styleGeneral - Indent style, available for: C#, VB.NET
indent_switch_labelsOther indents - Indent "case" from "switch", available for: C#
indent_textTag content - Indent inside element that contain text, available for:
indent_type_constraintsOther indents - Indent type constraints, available for: C#
indent_typearg_anglesParenthesis - Indent type argument's angles (C#)
indent_typeparam_anglesParenthesis - Indent type parameter's angles (C#)
initializer_bracesBraces layout - Expressions (initializers, switch expressions, patterns) (C#)
insert_final_newlineGeneral - Line feed at end of file, available for: C#
instance_members_qualify_declared_inInstance members qualification - Qualify members declared in (C#)
instance_members_qualify_membersInstance members qualification - Use "this." qualifier for (C#)
int_alignAlign similar code in columns (generalized)
int_align_assignmentsAlign similar code in columns - Other assignments and initializers (C#)
int_align_binary_expressionsAlign similar code in columns - Binary expressions (C#)
int_align_commentsAlign similar code in columns - End comments, available for: C#
int_align_fieldsAlign similar code in columns - Fields and constants (C#)
int_align_fix_in_adjacentAlign similar code in columns - Fix column alignment in adjacent lines, available for: C#
int_align_invocationsAlign similar code in columns - Invocations of the same method (C#)
int_align_methodsAlign similar code in columns - Simple methods, operators, delegates (C#)
int_align_nested_ternaryAlign similar code in columns - Nested ternary operators (C#)
int_align_parametersAlign similar code in columns - Multiline method signature (C#)
int_align_propertiesAlign similar code in columns - Properties and events (C#)
int_align_property_patternsAlign similar code in columns - Property patterns (C#)
int_align_switch_expressionsAlign similar code in columns - Switch expressions (C#)
int_align_switch_sectionsAlign similar code in columns - Simple switch sections (C#)
int_align_variablesAlign similar code in columns - Variables and local constants (C#)
invocable_declaration_bracesBraces layout - Method declaration, available for: C#
js_brace_styleBraces layout style (generalized)
js_space_between_method_call_name_and_opening_parenthesisSpace before method call parenthesis (generalized)
js_space_between_method_declaration_name_and_open_parenthesisSpace before method declaration parenthesis (generalized)
js_space_between_square_bracketsSpace within brackets (generalized)
keep_blank_lines_between_declarationsBlank lines - Max blank lines between declarations, available for:
keep_blank_lines_in_codeBlank lines in code - Keep max blank lines in code, available for: C#, VB.NET
keep_blank_lines_in_declarationsBlank lines in declarations - Keep max blank lines in declarations, available for: C#, VB.NET
keep_existing_arrangementKeep existing code arrangements (single line/multi line) (generalized)
keep_existing_attribute_arrangementArrangement of attributes - Keep existing arrangement of attributes (C#)
keep_existing_declaration_block_arrangementArrangement of declaration blocks - Keep existing arrangement of declaration blocks (C#)
keep_existing_declaration_parens_arrangementArrangement of method signatures - Keep existing arrangement of parenthesis in declaration (C#)
keep_existing_embedded_arrangementArrangement of embedded statements - Keep existing arrangement of embedded statements (C#)
keep_existing_embedded_block_arrangementArrangement of embedded blocks - Keep existing arrangement of embedded blocks (C#)
keep_existing_enum_arrangementArrangement of enumerations - Keep existing arrangement of enumeration (C#)
keep_existing_expr_member_arrangementArrangement of expression bodied members - Keep existing arrangement of expression bodied members (C#)
keep_existing_initializer_arrangementArrangement of initializers - Keep existing arrangement of initializers (C#)
keep_existing_invocation_parens_arrangementArrangement of invocations - Keep existing arrangement of parenthesis in invocation (C#)
keep_existing_linebreaksGeneral - Keep existing line breaks (C#)
keep_existing_property_patterns_arrangementArrangement of property patterns - Keep existing arrangement of property patterns (C#)
keep_existing_switch_expression_arrangementArrangement of switch expressions - Keep existing arrangement of switch expressions (C#)
keep_user_linebreaksGeneral - Keep existing line breaks, available for: C#, VB.NET
linebreak_before_elementsAround tags - Place these elements on new line, available for:
linebreak_before_multiline_elementsAround tags - Place multiline elements on new line, available for:
linebreak_before_singleline_elementsAround tags - Place singleline elements on new line, available for:
linebreaks_around_razor_statementsLine breaks around Razor statements (Razor CSharp)
linebreaks_inside_tags_for_elements_longer_thanTag content - Line breaks after start-tag and before end-tag when element is longer than, available for:
linebreaks_inside_tags_for_elements_with_child_elementsAround tags - Line breaks after start-tag and before end-tag in elements that contain other elements and no text, available for:
linebreaks_inside_tags_for_multiline_elementsAround tags - Line breaks after start-tag and before end-tag in multiline elements, available for:
local_function_bodyCode body - Local functions (C#)
max_array_initializer_elements_on_lineArrangement of initializers - Max array initializer elements on a single line (C#)
max_attribute_length_for_same_lineArrangement of attributes - Place attribute section list on separate line if it is longer than (C#)
max_blank_lines_between_tagsAround tags - Maximum blank lines between tags, available for:
max_enum_members_on_lineArrangement of enumerations - Max enumeration members on a single line (C#)
max_formal_parameters_on_lineArrangement of method signatures - Max formal parameters on a single line (C#)
max_initializer_elements_on_lineArrangement of initializers - Max object and collection initializer elements on a single line (C#)
max_invocation_arguments_on_lineArrangement of invocations - Max invocation arguments on a single line (C#)
max_line_lengthGeneral - Hard wrap at, available for: C#, VB.NET
method_or_operator_bodyCode body - Methods and operators (C#)
modifiers_orderModifiers - Modifiers order (C#)
nested_ternary_styleArrangement of ternary expressions - Nested ternary expression style (C#)
new_line_before_catchArrangement of statements - , available for: C#
new_line_before_elseArrangement of statements - , available for: C#
new_line_before_finallyArrangement of statements - , available for: C#
new_line_before_whileArrangement of statements - Place "while" on new line, available for: C#
object_creation_when_type_evidentObject creation - When created type is evident from usage (C#)
object_creation_when_type_not_evidentObject creation - When created type is not evident from usage (C#)
old_engineOther - Revert to old formatting engine (C#)
other_bracesBraces layout - Other, available for: C#
outdent_binary_opsAlign multiline constructs - Outdent binary operators (C#)
outdent_commasAlign multiline constructs - Outdent commas, available for: C#
outdent_dotsAlign multiline constructs - Outdent dots in chained method calls, available for: C#
parentheses_group_non_obvious_operationsAdd parenthesis to avoid non-obvious precedence - When the operations from the following groups are nested (C#)
parentheses_non_obvious_operationsAdd parenthesis to avoid non-obvious precedence - Around operands of the following operations (C#)
parentheses_redundancy_styleParentheses - Remove redundant parentheses (C#)
pi_attribute_styleProcessing instructions - Attributes format, available for:
pi_attributes_indentProcessing instructions - Attributes indenting, available for:
place_abstract_accessorholder_on_single_lineArrangement of declaration blocks - Place abstract/auto property/indexer/event declaration on single line (C#)
place_accessor_attribute_on_same_lineArrangement of attributes - Place accessor attribute on the same line (C#)
place_accessor_with_attrs_holder_on_single_lineArrangement of declaration blocks - Place it on single line even when it has attributes on accessors (C#)
place_accessorholder_attribute_on_same_lineArrangement of attributes - Place property/indexer/event attribute on the same line (C#)
place_attribute_on_same_linePlace simple attribute on the same line with the owner (generalized)
place_comments_at_first_columnOther indents - Place comments at first column when commenting out code (C#)
place_constructor_initializer_on_same_lineArrangement of method signatures - Allow constructor initializer on the same line (C#)
place_event_attribute_on_same_lineAttributes - Place event attribute on the same line (VB.NET)
place_expr_accessor_on_single_lineArrangement of expression bodied members - Place property accessor expression body on the same line (C#)
place_expr_method_on_single_lineArrangement of expression bodied members - Place method expression body on the same line (C#)
place_expr_property_on_single_lineArrangement of expression bodied members - Place property expression body on the same line (C#)
place_field_attribute_on_same_lineArrangement of attributes - Place field attribute on the same line (C#)
place_linq_into_on_new_lineArrangement of LINQ expressions - Place "into" on new line in LINQ expressions (C#)
place_method_attribute_on_same_lineArrangement of attributes - Place method attribute on the same line (C#)
place_property_attribute_on_same_lineAttributes - Place property attribute on the same line (VB.NET)
place_simple_accessor_on_single_lineArrangement of declaration blocks - Place simple accessor on single line (C#)
place_simple_accessorholder_on_single_lineArrangement of declaration blocks - Place simple property/indexer/event declaration on single line (C#)
place_simple_anonymousmethod_on_single_lineArrangement of embedded blocks - Place simple anonymous method on single line (C#)
place_simple_blocks_on_single_linePlace simple blocks on single line (generalized)
place_simple_case_statement_on_same_lineArrangement of embedded statements - Place simple "case" statement on the same line (C#)
place_simple_declaration_blocks_on_single_linePlace blocks from simple type members on single line (generalized)
place_simple_embedded_block_on_same_lineArrangement of embedded blocks - Place a block with a single simple statement on the same line (C#)
place_simple_embedded_statement_on_same_lineArrangement of embedded statements - Place simple embedded statement on the same line (C#)
place_simple_enum_on_single_lineArrangement of enumerations - Place simple enumeration on single line (C#)
place_simple_initializer_on_single_lineArrangement of initializers - Place simple array, object and collection on single line (C#)
place_simple_method_on_single_lineArrangement of declaration blocks - Place simple method on single line (C#)
place_simple_property_pattern_on_single_lineArrangement of property patterns - Place simple property pattern on single line (C#)
place_simple_switch_expression_on_single_lineArrangement of switch expressions - Place simple switch expression on single line (C#)
place_type_attribute_on_same_lineArrangement of attributes - Place type attribute on the same line (C#)
place_type_constraints_on_same_lineArrangement of type parameters, constraints and base types - Allow type constraints on the same line, available for: C#
prefer_explicit_discard_declaration'var' usage in declarations - Use 'var' keyword for discards (C#)
prefer_qualified_referenceReference qualification and 'using' directives - Prefer fully qualified references, available for: C#, Razor CSharp, VB.NET
prefer_separate_deconstructed_variables_declaration'var' usage in declarations - Prefer separate declarations for deconstructed variables (C#)
protobuf_brace_styleBraces layout style (generalized)
qualified_using_at_nested_scopeReference qualification and 'using' directives - Prefer fully qualified using name at nested scope (C#)
quote_styleQuotes - Quote style, available for:
razor_always_use_end_of_line_brace_styleOverride brace style for C# to always use "At end of line (K&R style)" (Razor CSharp)
razor_prefer_qualified_referenceUse fully qualified names for @inherits and @model directives (Razor CSharp)
razor_remove_blank_lines_near_bracesRemove blank lines after "{" and before "}" in @functions (Razor CSharp)
razor_remove_this_qualifierAlways remove "this." qualifier (override corresponding C# setting) (Razor CSharp)
remove_blank_lines_near_bracesRemove blank lines after "{" and before "}" in @functions (Razor CSharp)
remove_blank_lines_near_braces_in_codeBlank lines in code - Remove blank lines after "{" and before "}" in code (C#)
remove_blank_lines_near_braces_in_declarationsBlank lines in declarations - Remove blank lines after "{" and before "}" in declarations (C#)
remove_this_qualifierAlways remove "this." qualifier (override corresponding C# setting) (Razor CSharp)
resharper_abstract_class_constructor_can_be_made_protected_highlightingCode Inspection: Constructor of an abstract class can be made protected
resharper_access_rights_in_text_highlightingCode Inspection: Cannot access symbol in text argument
resharper_access_to_disposed_closure_highlightingCode Inspection: Access to disposed captured variable
resharper_access_to_for_each_variable_in_closure_highlightingCode Inspection: Access to foreach variable in closure
resharper_access_to_modified_closure_highlightingCode Inspection: Access to modified captured variable
resharper_access_to_static_member_via_derived_type_highlightingCode Inspection: Access to a static member of a type via a derived type
resharper_accessor_declaration_bracesBraces layout - Accessor declaration (C#)
resharper_accessor_owner_bodyCode body - Properties, indexers and events (C#)
resharper_accessor_owner_declaration_bracesBraces layout - Property declaration (C#)
resharper_add_imports_to_deepest_scopeReference qualification and 'using' directives - Add 'using' directive to deepest scope (C#)
resharper_address_of_marshal_by_ref_object_highlightingCode Inspection: Captured field reference of a marshal-by-reference class may cause a runtime exception
resharper_align_first_arg_by_parenAlign multiline constructs - Call arguments by '(', available for: C#
resharper_align_linq_queryAlign multiline constructs - LINQ query (C#)
resharper_align_multiline_argumentAlign multiline constructs - Call arguments, available for: C#, VB.NET
resharper_align_multiline_array_and_object_initializerAlign multiline constructs - Array, object and collection initializer (C#)
resharper_align_multiline_array_initializerAlign multiline constructs - Array initializer (VB.NET)
resharper_align_multiline_binary_expressions_chainAlign multiline constructs - Chained binary expressions, available for: C#
resharper_align_multiline_calls_chainAlign multiline constructs - Chained method calls, available for: C#
resharper_align_multiline_expressionAlign multiline constructs - Other expressions, available for: C#, VB.NET
resharper_align_multiline_extends_listAlign multiline constructs - List of base classes and interfaces, available for: C#
resharper_align_multiline_for_stmtAlign multiline constructs - "for" statement header (C#)
resharper_align_multiline_implements_listAlign multiline constructs - Implements/handles list (VB.NET)
resharper_align_multiline_parameterAlign multiline constructs - Method parameters, available for: C#, VB.NET
resharper_align_multiline_property_patternAlign multiline constructs - Property patterns (C#)
resharper_align_multiline_switch_expressionAlign multiline constructs - Switch expressions (C#)
resharper_align_multiple_declarationAlign multiline constructs - Multiple declarations, available for: C#, VB.NET
resharper_align_multline_type_parameter_constrainsAlign multiline constructs - Type parameter constraints (C#)
resharper_align_multline_type_parameter_listAlign multiline constructs - Type parameters list (C#)
resharper_align_ternaryAlign multiline construct - ?: operator, available for:
resharper_align_tuple_componentsAlign multiline constructs - Tuple components (C#)
resharper_alignment_tab_fill_styleAlign multiline constructs - How to align when tabs are used for indents, available for: C#, VB.NET
resharper_allow_aliasReference qualification and 'using' directives - Use using alias directive to resolve conflicts, available for: C#, VB.NET
resharper_allow_comment_after_lbraceBraces layout - Allow comment after '{' (C#)
resharper_allow_far_alignmentAlign multiline constructs - Align even if the resulting indentation is too large, available for: C#
resharper_always_use_end_of_line_brace_styleOverride brace style for C# to always use "At end of line (K&R style)" (Razor CSharp)
resharper_amd_dependency_path_problem_highlightingCode Inspection: Check 'amd-dependency' the same way as require() argument
resharper_amd_external_module_highlightingCode Inspection: AMD module may be converted to external module
resharper_angular_html_banana_highlightingCode Inspection: 'Banana in a box' [()] violation in Angular 2 binding
resharper_annotate_can_be_null_parameter_highlightingCode Inspection: Declaration nullability inferred (parameter is inferred to be nullable)
resharper_annotate_can_be_null_type_member_highlightingCode Inspection: Declaration nullability inferred (type member is inferred to be nullable)
resharper_annotate_not_null_parameter_highlightingCode Inspection: Declaration nullability inferred (parameter is inferred to be not null)
resharper_annotate_not_null_type_member_highlightingCode Inspection: Declaration nullability inferred (type member is inferred to be not null)
resharper_annotation_conflict_in_hierarchy_highlightingCode Inspection: Annotation conflict in hierarchy
resharper_annotation_redundancy_at_value_type_highlightingCode Inspection: Nullability attribute usage with declaration of void or value type
resharper_annotation_redundancy_in_hierarchy_highlightingCode Inspection: Annotation duplicate in hierarchy
resharper_anonymous_method_declaration_bracesBraces layout - Lambda and delegate (anonymous method declaration), available for: C#
resharper_arguments_anonymous_functionArguments - Anonymous methods (delegates and lambdas) (C#)
resharper_arguments_literalArguments - Literal values (C#)
resharper_arguments_namedArguments - Named expressions (variables, properties, methods, etc.) (C#)
resharper_arguments_otherArguments - Other (C#)
resharper_arguments_skip_singleArguments - Skip single arguments (C#)
resharper_arguments_string_literalArguments - String literal values (C#)
resharper_arguments_style_anonymous_function_highlightingCode Inspection: Use preferred argument style for anonymous functions
resharper_arguments_style_literal_highlightingCode Inspection: Use preferred argument style for literal values
resharper_arguments_style_named_expression_highlightingCode Inspection: Use preferred argument style for named expressions
resharper_arguments_style_other_highlightingCode Inspection: Use preferred argument style
resharper_arguments_style_string_literal_highlightingCode Inspection: Use preferred argument style for string literal values
resharper_arrange_accessor_owner_body_highlightingCode Inspection: Use preferred body style (convert to property, indexer or event with preferred body style)
resharper_arrange_attributes_highlightingCode Inspection: Join or separate attributes is section
resharper_arrange_constructor_or_destructor_body_highlightingCode Inspection: Use preferred body style (convert to constructor or destructor with preferred body style)
resharper_arrange_default_value_when_type_evident_highlightingCode Inspection: Use preferred style of default value expression when type is evident
resharper_arrange_default_value_when_type_not_evident_highlightingCode Inspection: Use preferred style of default value expression when type is not evident
resharper_arrange_local_function_body_highlightingCode Inspection: Use preferred body style (convert to local function with preferred body style)
resharper_arrange_method_or_operator_body_highlightingCode Inspection: Use preferred body style (convert to method or operator with preferred body style)
resharper_arrange_missing_parentheses_highlightingCode Inspection: Add parentheses to avoid non-obvious precedence
resharper_arrange_modifiers_order_highlightingCode Inspection: Adjust modifiers declaration order
resharper_arrange_object_creation_when_type_evident_highlightingCode Inspection: Use preferred style of 'new' expression when created type is evident
resharper_arrange_object_creation_when_type_not_evident_highlightingCode Inspection: Use preferred style of 'new' expression when created type is not evident
resharper_arrange_redundant_parentheses_highlightingCode Inspection: Remove redundant parentheses
resharper_arrange_static_member_qualifier_highlightingCode Inspection: Add/remove qualifier for static members
resharper_arrange_this_qualifier_highlightingCode Inspection: Add/remove 'this.' qualifier
resharper_arrange_trailing_comma_in_multiline_lists_highlightingCode Inspection: Use preferred style for trailing comma before new line in multiline lists
resharper_arrange_trailing_comma_in_singleline_lists_highlightingCode Inspection: Use preferred style for trailing comma when the last element is not followed by a new line
resharper_arrange_type_member_modifiers_highlightingCode Inspection: Use explicit or implicit modifier definition for type members
resharper_arrange_type_modifiers_highlightingCode Inspection: Use explicit or implicit modifier definition for types
resharper_arrange_var_keywords_in_deconstructing_declaration_highlightingCode Inspection: Join or separate 'var' in deconstruction declarations
resharper_asp_content_placeholder_not_resolved_highlightingCode Inspection: Unknown content placeholder
resharper_asp_custom_page_parser_filter_type_highlightingCode Inspection: Unsupported pageParserFilterType
resharper_asp_dead_code_highlightingCode Inspection: ASP.NET Dead Code
resharper_asp_image_highlightingCode Inspection: Wrong image size
resharper_asp_invalid_control_type_highlightingCode Inspection: Invalid control type
resharper_asp_not_resolved_highlightingCode Inspection: Unknown symbol
resharper_asp_ods_method_reference_resolve_error_highlightingCode Inspection: Object data source method resolve problem
resharper_asp_resolve_warning_highlightingCode Inspection: ASP.NET Resolve Warning
resharper_asp_skin_not_resolved_highlightingCode Inspection: Unknown skin
resharper_asp_tag_attribute_with_optional_value_highlightingCode Inspection: Attribute with optional value problem
resharper_asp_theme_not_resolved_highlightingCode Inspection: Unknown theme
resharper_asp_unused_register_directive_highlighting_highlightingCode Inspection: Unused register directive
resharper_asp_warning_highlightingCode Inspection: ASP.NET Warning
resharper_assign_null_to_not_null_attribute_highlightingCode Inspection: Possible 'null' assignment to non-nullable entity
resharper_assign_to_constant_highlightingCode Inspection: Assignment to constant
resharper_assign_to_implicit_global_in_function_scope_highlightingCode Inspection: Assignment to an implicitly declared global variable
resharper_assigned_value_is_never_used_highlightingCode Inspection: Assigned value is never used
resharper_assigned_value_wont_be_assigned_to_corresponding_field_highlightingCode Inspection: Parameter-property value assigned inside constructor won't be assigned to class property
resharper_assignment_in_condition_expression_highlightingCode Inspection: Assignment to a variable inside a conditional statement
resharper_assignment_in_conditional_expression_highlightingCode Inspection: Assignment in conditional expression
resharper_assignment_is_fully_discarded_highlightingCode Inspection: Assignment results are fully discarded
resharper_asxx_path_error_highlightingCode Inspection: Path error
resharper_async_iterator_invocation_without_await_foreach_highlightingCode Inspection: Async iterator invocation without 'await foreach'
resharper_attribute_indentInside of tag header - Attributes indenting, available for:
resharper_attribute_styleInside of tag header - Attributes format, available for:
resharper_auto_property_can_be_made_get_only_global_highlightingCode Inspection: Auto-property can be made get-only (non-private accessibility)
resharper_auto_property_can_be_made_get_only_local_highlightingCode Inspection: Auto-property can be made get-only (private accessibility)
resharper_bad_attribute_brackets_spaces_highlightingCode Inspection: Incorrect spacing (around attributes)
resharper_bad_braces_spaces_highlightingCode Inspection: Incorrect spacing (around braces)
resharper_bad_child_statement_indent_highlightingCode Inspection: Incorrect indent (around child statement)
resharper_bad_colon_spaces_highlightingCode Inspection: Incorrect spacing (around colon)
resharper_bad_comma_spaces_highlightingCode Inspection: Incorrect spacing (around comma)
resharper_bad_control_braces_indent_highlightingCode Inspection: Incorrect indent (around statement braces)
resharper_bad_control_braces_line_breaks_highlightingCode Inspection: Incorrect line breaks (around statement braces)
resharper_bad_declaration_braces_indent_highlightingCode Inspection: Incorrect indent (around declaration braces)
resharper_bad_declaration_braces_line_breaks_highlightingCode Inspection: Incorrect line breaks (around declaration braces)
resharper_bad_empty_braces_line_breaks_highlightingCode Inspection: Incorrect line breaks (around empty braces)
resharper_bad_expression_braces_indent_highlightingCode Inspection: Incorrect indent (around expression braces)
resharper_bad_expression_braces_line_breaks_highlightingCode Inspection: Incorrect line breaks (around expression braces)
resharper_bad_generic_brackets_spaces_highlightingCode Inspection: Incorrect spacing (around generic brackets)
resharper_bad_indent_highlightingCode Inspection: Incorrect indent (line indent should not be changed relative to the previous line elsewhere)
resharper_bad_linq_line_breaks_highlightingCode Inspection: Incorrect line breaks (around LINQ queries)
resharper_bad_list_line_breaks_highlightingCode Inspection: Incorrect line breaks (around comma in lists)
resharper_bad_member_access_spaces_highlightingCode Inspection: Incorrect spacing (around member access symbols)
resharper_bad_namespace_braces_indent_highlightingCode Inspection: Incorrect indent (around namespace braces)
resharper_bad_parens_line_breaks_highlightingCode Inspection: Incorrect line breaks (around parenthesis)
resharper_bad_parens_spaces_highlightingCode Inspection: Incorrect spacing (around parenthesis)
resharper_bad_preprocessor_indent_highlightingCode Inspection: Incorrect indent (around preprocessor directive)
resharper_bad_semicolon_spaces_highlightingCode Inspection: Incorrect spacing (around semicolon)
resharper_bad_spaces_after_keyword_highlightingCode Inspection: Incorrect spacing (between keyword and parenthesis)
resharper_bad_square_brackets_spaces_highlightingCode Inspection: Incorrect spacing (around square brackets within a statement)
resharper_bad_switch_braces_indent_highlightingCode Inspection: Incorrect indent (around switch statement)
resharper_bad_symbol_spaces_highlightingCode Inspection: Incorrect spacing (around operator symbols)
resharper_base_member_has_params_highlightingCode Inspection: Base member has 'params' parameter, but overrider hasn't
resharper_base_method_call_with_default_parameter_highlightingCode Inspection: Call to base member with implicit default parameters
resharper_base_object_equals_is_object_equals_highlightingCode Inspection: Call to 'base.Equals(...)' is reference equality
resharper_base_object_get_hash_code_call_in_get_hash_code_highlightingCode Inspection: Overridden GetHashCode calls base 'Object.GetHashCode()'
resharper_bitwise_operator_on_enum_without_flags_highlightingCode Inspection: Bitwise operation on enum which is not marked by [Flags] attribute
resharper_blank_line_after_piProcessing instructions - Blank line after processing instructions, available for:
resharper_blank_lines_after_block_statementsBlank lines in code - After statements with child blocks (C#)
resharper_blank_lines_after_caseBlank lines in code - After "case" in switch statement (C#)
resharper_blank_lines_after_control_transfer_statementsBlank lines in code - After statements with control transfer (C#)
resharper_blank_lines_after_importsBlank lines - After imports section (VB.NET)
resharper_blank_lines_after_multiline_statementsBlank lines in code - After multiline statements (C#)
resharper_blank_lines_after_optionsBlank lines - After file options section (VB.NET)
resharper_blank_lines_after_start_commentBlank lines in declarations - After file header comment (C#)
resharper_blank_lines_after_using_listBlank lines in declarations - After "using" list (C#)
resharper_blank_lines_around_accessorBlank lines in declarations - Around property/event accessor (C#)
resharper_blank_lines_around_auto_propertyBlank lines in declarations - Around auto/abstract property/event (C#)
resharper_blank_lines_around_block_case_sectionBlank lines in code - Around "case" section with a block in switch statement (C#)
resharper_blank_lines_around_fieldBlank lines in declarations - Around field, available for: C#, VB.NET
resharper_blank_lines_around_global_attributeBlank lines - After global attribute (VB.NET)
resharper_blank_lines_around_invocableBlank lines in declarations - Around method, available for: C#, VB.NET
resharper_blank_lines_around_local_methodBlank lines in code - Around local function (C#)
resharper_blank_lines_around_multiline_case_sectionBlank lines in code - Around multiline "case" section in switch statement (C#)
resharper_blank_lines_around_namespaceBlank lines in declarations - Around namespace, available for: C#, VB.NET
resharper_blank_lines_around_propertyBlank lines in declarations - Around property/event (C#)
resharper_blank_lines_around_razor_functionsBlank lines around Razor @functions block (Razor CSharp)
resharper_blank_lines_around_razor_helpersBlank lines around Razor helpers (Razor CSharp)
resharper_blank_lines_around_razor_sectionsBlank lines around Razor sections (Razor CSharp)
resharper_blank_lines_around_regionGeneral - Around region, available for: C#, VB.NET
resharper_blank_lines_around_single_line_accessorBlank lines in declarations - Around single line property/event accessor (C#)
resharper_blank_lines_around_single_line_auto_propertyBlank lines in declarations - Around single line auto/abstract property/event (C#)
resharper_blank_lines_around_single_line_fieldBlank lines in declarations - Around single line field, available for: C#, VB.NET
resharper_blank_lines_around_single_line_invocableBlank lines in declarations - Around single line method, available for: C#, VB.NET
resharper_blank_lines_around_single_line_local_methodBlank lines in code - Around single line local function (C#)
resharper_blank_lines_around_single_line_propertyBlank lines in declarations - Around single line property/event (C#)
resharper_blank_lines_around_single_line_typeBlank lines in declarations - Around single-line type (C#)
resharper_blank_lines_around_typeBlank lines in declarations - Around type, available for: C#, VB.NET
resharper_blank_lines_before_block_statementsBlank lines in code - Before statements with child blocks (C#)
resharper_blank_lines_before_caseBlank lines in code - Before "case" in switch statement (C#)
resharper_blank_lines_before_control_transfer_statementsBlank lines in code - Before statements with control transfer (C#)
resharper_blank_lines_before_multiline_statementsBlank lines in code - Before multiline statements (C#)
resharper_blank_lines_before_single_line_commentGeneral - Before single-line comment (C#)
resharper_blank_lines_between_using_groupsBlank lines in declarations - Between different "using" groups (C#)
resharper_blank_lines_inside_namespaceBlank lines in declarations - Inside namespace (C#)
resharper_blank_lines_inside_regionGeneral - Inside region, available for: C#, VB.NET
resharper_blank_lines_inside_typeBlank lines in declarations - Inside type (C#)
resharper_block_scope_redeclaration_highlightingCode Inspection: Redeclaration of let/const
resharper_brace_styleBraces layout style (generalized)
resharper_braces_for_dowhileBraces - In "do-while" statement (C#)
resharper_braces_for_fixedBraces - In "fixed" statement (C#)
resharper_braces_for_forBraces - In "for" statement (C#)
resharper_braces_for_foreachBraces - In "foreach" statement (C#)
resharper_braces_for_ifelseBraces - In "if" statement (C#)
resharper_braces_for_lockBraces - In "lock" statement (C#)
resharper_braces_for_usingBraces - In "using" statement (C#)
resharper_braces_for_whileBraces - In "while" statement (C#)
resharper_braces_redundantBraces - Remove redundant (C#)
resharper_built_in_type_reference_style_for_member_access_highlightingCode Inspection: Replace built-in type reference with a CLR type name or a keyword in static member access expressions
resharper_built_in_type_reference_style_highlightingCode Inspection: Replace built-in type reference with a CLR type name or a keyword
resharper_builtin_type_reference_for_member_access_styleBuilt-in types - In member access expressions, prefer (C#)
resharper_builtin_type_reference_styleBuilt-in types - In locals, members and parameters, prefer (C#)
resharper_by_ref_argument_is_volatile_field_highlightingCode Inspection: Captured reference to 'volatile' field will not be treated as 'volatile'
resharper_c_sharp_warnings_cs0078_highlightingCode Inspection: The 'l' suffix is easily confused with the digit '1'
resharper_c_sharp_warnings_cs0108_cs0114_highlightingCode Inspection: Keyword 'new' is required
resharper_c_sharp_warnings_cs0109_highlightingCode Inspection: Keyword 'new' is redundant
resharper_c_sharp_warnings_cs0162_highlightingCode Inspection: Code is unreachable
resharper_c_sharp_warnings_cs0183_highlightingCode Inspection: Given expression is always of the provided type
resharper_c_sharp_warnings_cs0184_highlightingCode Inspection: Given expression is never of the provided type
resharper_c_sharp_warnings_cs0197_highlightingCode Inspection: Taking address of marshal-by-reference class field
resharper_c_sharp_warnings_cs0252_cs0253_highlightingCode Inspection: Possible unintended reference comparison
resharper_c_sharp_warnings_cs0420_highlightingCode Inspection: Reference to a volatile field will not be treated as volatile
resharper_c_sharp_warnings_cs0465_highlightingCode Inspection: Introducing a 'Finalize' method can interfere with destructor invocation
resharper_c_sharp_warnings_cs0469_highlightingCode Inspection: 'goto case' value is not implicitly convertible to required type
resharper_c_sharp_warnings_cs0612_highlightingCode Inspection: Use of obsolete symbol (without message)
resharper_c_sharp_warnings_cs0618_highlightingCode Inspection: Use of obsolete symbol
resharper_c_sharp_warnings_cs0628_highlightingCode Inspection: Declaring new protected member in sealed class is the same as declaring it as private
resharper_c_sharp_warnings_cs0642_highlightingCode Inspection: Possible mistaken empty statement
resharper_c_sharp_warnings_cs0657_highlightingCode Inspection: 'attribute modifier' is not a valid attribute location for this declaration. All attributes in this block will be ignored
resharper_c_sharp_warnings_cs0658_highlightingCode Inspection: 'attribute modifier' is not a recognized attribute location. All attributes in this block will be ignored
resharper_c_sharp_warnings_cs0659_highlightingCode Inspection: Class overrides Object.Equals(object o) but not Object.GetHashCode()
resharper_c_sharp_warnings_cs0660_cs0661_highlightingCode Inspection: Operator '==' or operator '!=' with 'Object.Equals(object o)' and 'Object.GetHashCode()' not overridden
resharper_c_sharp_warnings_cs0665_highlightingCode Inspection: Assignment in conditional expression
resharper_c_sharp_warnings_cs0672_highlightingCode Inspection: Member overrides obsolete member
resharper_c_sharp_warnings_cs0693_highlightingCode Inspection: Type parameter has the same name as a type parameter from the outer type
resharper_c_sharp_warnings_cs1030_highlightingCode Inspection: '#warning' directive
resharper_c_sharp_warnings_cs1058_highlightingCode Inspection: A previous catch clause already catches all exceptions
resharper_c_sharp_warnings_cs1066_highlightingCode Inspection: Default value specified for parameter will have no effect because it applies to a member that is used in contexts that do not allow optional arguments
resharper_c_sharp_warnings_cs1522_highlightingCode Inspection: Empty switch block
resharper_c_sharp_warnings_cs1570_highlightingCode Inspection: Invalid XML in XML comment
resharper_c_sharp_warnings_cs1571_highlightingCode Inspection: Duplicate param tag in XML comment
resharper_c_sharp_warnings_cs1572_highlightingCode Inspection: XML comment has a 'param' tag for 'Parameter', but there is no parameter by that name
resharper_c_sharp_warnings_cs1573_highlightingCode Inspection: Parameter has no matching param tag in the XML comment
resharper_c_sharp_warnings_cs1574_cs1584_cs1581_cs1580_highlightingCode Inspection: Cannot resolve reference in XML comment
resharper_c_sharp_warnings_cs1574_highlightingCode Inspection: Ambiguous reference in XML comment
resharper_c_sharp_warnings_cs1580_highlightingCode Inspection: Incorrect signature in XML comment
resharper_c_sharp_warnings_cs1584_highlightingCode Inspection: Syntax error in XML comment
resharper_c_sharp_warnings_cs1587_highlightingCode Inspection: XML comment is not placed on a valid language element
resharper_c_sharp_warnings_cs1589_highlightingCode Inspection: Unable to include XML fragment
resharper_c_sharp_warnings_cs1590_highlightingCode Inspection: Invalid XML include element
resharper_c_sharp_warnings_cs1591_highlightingCode Inspection: Missing XML comment for publicly visible type or member
resharper_c_sharp_warnings_cs1592_highlightingCode Inspection: Badly formed XML in included comments file
resharper_c_sharp_warnings_cs1710_highlightingCode Inspection: Duplicate typeparam tag in XML comment
resharper_c_sharp_warnings_cs1711_highlightingCode Inspection: XML comment has a 'typeparam' tag for 'TypeParameter', but there is no type parameter by that name
resharper_c_sharp_warnings_cs1712_highlightingCode Inspection: Type parameter has no matching typeparam tag in the XML comment
resharper_c_sharp_warnings_cs1717_highlightingCode Inspection: Assignment made to same variable
resharper_c_sharp_warnings_cs1723_highlightingCode Inspection: XML comment has cref attribute that refers to a type parameter
resharper_c_sharp_warnings_cs1911_highlightingCode Inspection: Access to a member through 'base' keyword from anonymous method, lambda expression, query expression or iterator results in unverifiable code
resharper_c_sharp_warnings_cs1957_highlightingCode Inspection: Multiple override candidates at run-time
resharper_c_sharp_warnings_cs1981_highlightingCode Inspection: Using 'is' to test compatibility with 'dynamic' is essentially identical to testing compatibility with 'Object' and will succeed for all non-null values
resharper_c_sharp_warnings_cs1998_highlightingCode Inspection: Async function without await expression
resharper_c_sharp_warnings_cs4014_highlightingCode Inspection: Async method invocation without await expression
resharper_c_sharp_warnings_cs7022_highlightingCode Inspection: The 'Main' method will not be used as an entry point because compilation unit with top-level statements was found.
resharper_c_sharp_warnings_cs7095_highlightingCode Inspection: Filter expression is a constant, consider removing the filter
resharper_c_sharp_warnings_cs8094_highlightingCode Inspection: Alignment value 'value' has a magnitude greater than 'magnitude limit' and may result in a large formatted string.
resharper_c_sharp_warnings_cs8123_highlightingCode Inspection: The tuple element name is ignored because a different name or no name is specified by the target type.
resharper_c_sharp_warnings_cs8383_highlightingCode Inspection: The tuple element name is ignored because a different name or no name is specified on the other side of the tuple == or != operator.
resharper_c_sharp_warnings_cs8416_highlightingCode Inspection: The given expression never matches the provided pattern.
resharper_c_sharp_warnings_cs8417_highlightingCode Inspection: The given expression always matches the provided constant.
resharper_c_sharp_warnings_cs8424_highlightingCode Inspection: The 'EnumeratorCancellation' attribute is only effective on a parameter of type 'CancellationToken' in an async-iterator method returning 'IAsyncEnumerable<>'.
resharper_c_sharp_warnings_cs8425_highlightingCode Inspection: Async-iterator has one or more parameters of type 'CancellationToken' but none of them is annotated with the 'EnumeratorCancellation' attribute.
resharper_c_sharp_warnings_cs8509_highlightingCode Inspection: The switch expression does not handle all possible inputs (it is not exhaustive).
resharper_c_sharp_warnings_cs8597_highlightingCode Inspection: Thrown value may be null.
resharper_c_sharp_warnings_cs8600_highlightingCode Inspection: Converting null literal or possible null value to non-nullable type.
resharper_c_sharp_warnings_cs8601_highlightingCode Inspection: Possible null reference assignment.
resharper_c_sharp_warnings_cs8602_highlightingCode Inspection: Dereference of a possibly null reference.
resharper_c_sharp_warnings_cs8603_highlightingCode Inspection: Possible null reference return.
resharper_c_sharp_warnings_cs8604_highlightingCode Inspection: Possible null reference argument for a parameter.
resharper_c_sharp_warnings_cs8605_highlightingCode Inspection: Unboxing a possibly null value.
resharper_c_sharp_warnings_cs8607_highlightingCode Inspection: A possible null value may not be used for a type marked with [NotNull] or [DisallowNull].
resharper_c_sharp_warnings_cs8608_highlightingCode Inspection: Nullability of reference types in type doesn't match overridden member.
resharper_c_sharp_warnings_cs8609_highlightingCode Inspection: Nullability of reference types in return type doesn't match overridden member.
resharper_c_sharp_warnings_cs8610_highlightingCode Inspection: Nullability of reference types in type of parameter doesn't match overridden member.
resharper_c_sharp_warnings_cs8611_highlightingCode Inspection: Nullability of reference types in type of parameter doesn't match partial method declaration.
resharper_c_sharp_warnings_cs8612_highlightingCode Inspection: Nullability of reference types in type doesn't match implicitly implemented member.
resharper_c_sharp_warnings_cs8613_highlightingCode Inspection: Nullability of reference types in return type doesn't match implicitly implemented member.
resharper_c_sharp_warnings_cs8614_highlightingCode Inspection: Nullability of reference types in type of parameter doesn't match implicitly implemented member.
resharper_c_sharp_warnings_cs8615_highlightingCode Inspection: Nullability of reference types in type doesn't match implemented member.
resharper_c_sharp_warnings_cs8616_highlightingCode Inspection: Nullability of reference types in return type doesn't match implemented member.
resharper_c_sharp_warnings_cs8617_highlightingCode Inspection: Nullability of reference types in type of parameter doesn't match implemented member.
resharper_c_sharp_warnings_cs8618_highlightingCode Inspection: Non-nullable member is uninitialized.
resharper_c_sharp_warnings_cs8619_highlightingCode Inspection: Nullability of reference types in source type doesn't match target type.
resharper_c_sharp_warnings_cs8620_highlightingCode Inspection: Argument cannot be used for corresponding parameter due to differences in the nullability of reference types.
resharper_c_sharp_warnings_cs8621_highlightingCode Inspection: Nullability of reference types in return type doesn't match the target delegate.
resharper_c_sharp_warnings_cs8622_highlightingCode Inspection: Nullability of reference types in type of a parameter doesn't match the target delegate.
resharper_c_sharp_warnings_cs8624_highlightingCode Inspection: Argument cannot be used as an output for parameter due to differences in the nullability of reference types.
resharper_c_sharp_warnings_cs8625_highlightingCode Inspection: Cannot convert null literal to non-nullable reference type.
resharper_c_sharp_warnings_cs8629_highlightingCode Inspection: Nullable value type may be null.
resharper_c_sharp_warnings_cs8631_highlightingCode Inspection: Nullability of type argument doesn't match constraint type.
resharper_c_sharp_warnings_cs8632_highlightingCode Inspection: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
resharper_c_sharp_warnings_cs8633_highlightingCode Inspection: Nullability mismatch in constraints for type parameter.
resharper_c_sharp_warnings_cs8634_highlightingCode Inspection: Nullability of type argument doesn't match 'class' constraint.
resharper_c_sharp_warnings_cs8643_highlightingCode Inspection: Nullability of reference types in explicit interface specifier doesn't match interface implemented by the type.
resharper_c_sharp_warnings_cs8644_highlightingCode Inspection: Nullability of reference types in interface implemented by the base type doesn't match.
resharper_c_sharp_warnings_cs8645_highlightingCode Inspection: Type is already listed in the interface list with different nullability of reference types.
resharper_c_sharp_warnings_cs8655_highlightingCode Inspection: The switch expression does not handle some null inputs (it is not exhaustive).
resharper_c_sharp_warnings_cs8656_highlightingCode Inspection: Call to a non-readonly member from a 'readonly' member results in an implicit copy of 'this'
resharper_c_sharp_warnings_cs8667_highlightingCode Inspection: Partial method declarations have inconsistent nullability for type parameter.
resharper_c_sharp_warnings_cs8669_highlightingCode Inspection: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
resharper_c_sharp_warnings_cs8670_highlightingCode Inspection: Object or collection initializer implicitly dereferences possibly null member.
resharper_c_sharp_warnings_cs8714_highlightingCode Inspection: Nullability of type argument doesn't match 'notnull' constraint.
resharper_c_sharp_warnings_cs8762_highlightingCode Inspection: Parameter must conditionally have a non-null value when exiting a function.
resharper_c_sharp_warnings_cs8763_highlightingCode Inspection: A method marked [DoesNotReturn] should not return.
resharper_c_sharp_warnings_cs8764_highlightingCode Inspection: Nullability of return type doesn't match overridden member (possibly because of nullability attributes).
resharper_c_sharp_warnings_cs8765_highlightingCode Inspection: Nullability of type of parameter doesn't match overridden member (possibly because of nullability attributes).
resharper_c_sharp_warnings_cs8766_highlightingCode Inspection: Nullability of return type doesn't match implicitly implemented member (possibly because of nullability attributes).
resharper_c_sharp_warnings_cs8767_highlightingCode Inspection: Nullability of type of parameter doesn't match implicitly implemented member (possibly because of nullability attributes).
resharper_c_sharp_warnings_cs8768_highlightingCode Inspection: Nullability of return type doesn't match implemented member (possibly because of nullability attributes).
resharper_c_sharp_warnings_cs8769_highlightingCode Inspection: Nullability of type of parameter doesn't match implemented member (possibly because of nullability attributes).
resharper_c_sharp_warnings_cs8770_highlightingCode Inspection: Method lacks '[DoesNotReturn]' annotation in order to match implemented or overridden member.
resharper_c_sharp_warnings_cs8774_highlightingCode Inspection: Member must have a non-null value when exiting.
resharper_c_sharp_warnings_cs8775_highlightingCode Inspection: Member must conditionally have a non-null value when exiting a function.
resharper_c_sharp_warnings_cs8776_highlightingCode Inspection: Member cannot be used in this attribute.
resharper_c_sharp_warnings_cs8777_highlightingCode Inspection: Parameter must have a non-null value when exiting.
resharper_c_sharp_warnings_cs8794_highlightingCode Inspection: Given expression always matches the provided pattern
resharper_c_sharp_warnings_cs8819_highlightingCode Inspection: Nullability of reference types in return type doesn't match partial method declaration.
resharper_c_sharp_warnings_cs8824_highlightingCode Inspection: Parameter must have a non-null value when exiting because parameter mentioned in [NotNullIfNotNull] annotation is non-null.
resharper_c_sharp_warnings_cs8825_highlightingCode Inspection: Return value must be non-null because parameter mentioned in [NotNullIfNotNull] annotation is non-null.
resharper_c_sharp_warnings_cs8851_highlightingCode Inspection: Record defined 'Equals' but not 'GetHashCode'
resharper_c_sharp_warnings_cs8860_highlightingCode Inspection: Types and aliases should not be named 'record'
resharper_c_sharp_warnings_cs8892_highlightingCode Inspection: Asynchronous 'Main' method will not be used as an entry point because a synchronous entry point was found.
resharper_c_sharp_warnings_wme006_highlightingCode Inspection: Namespace should be default namespace of this project
resharper_caller_callee_using_error_highlightingCode Inspection: Using of 'arguments.caller' and 'arguments.callee' in 'strict mode'
resharper_caller_callee_using_highlightingCode Inspection: Using of 'arguments.caller' and 'arguments.callee'
resharper_can_use_global_aliasReference qualification and 'using' directives - Allow 'global::' prefix use (C#)
resharper_cannot_apply_equality_operator_to_type_highlightingCode Inspection: Compare with '==' types marked by 'CannotApplyEqualityOperatorAttribute'
resharper_case_block_bracesBraces layout - Block under "case" label, available for: C#
resharper_check_for_reference_equality_instead_1_highlightingCode Inspection: Check for reference equality instead
resharper_check_for_reference_equality_instead_2_highlightingCode Inspection: Check for reference equality instead
resharper_check_for_reference_equality_instead_3_highlightingCode Inspection: Check for reference equality instead
resharper_check_for_reference_equality_instead_4_highlightingCode Inspection: Check for reference equality instead
resharper_check_namespace_highlightingCode Inspection: Namespace does not correspond to file location
resharper_class_can_be_sealed_global_highlightingCode Inspection: Class can be made sealed (non-inheritable) (non-private accessibility)
resharper_class_can_be_sealed_local_highlightingCode Inspection: Class can be made sealed (non-inheritable) (private accessibility)
resharper_class_cannot_be_instantiated_highlightingCode Inspection: Class cannot be instantiated
resharper_class_highlightingCode Inspection: Class emulation may be converted to class
resharper_class_never_instantiated_global_highlightingCode Inspection: Class is never instantiated (non-private accessibility)
resharper_class_never_instantiated_local_highlightingCode Inspection: Class is never instantiated (private accessibility)
resharper_class_with_virtual_members_never_inherited_global_highlightingCode Inspection: Class with virtual (overridable) members never inherited (non-private accessibility)
resharper_class_with_virtual_members_never_inherited_local_highlightingCode Inspection: Class with virtual (overridable) members never inherited (private accessibility)
resharper_closure_on_modified_variable_highlightingCode Inspection: Closure on a variable modified in loop of outer scope
resharper_co_variant_array_conversion_highlightingCode Inspection: Co-variant array conversion
resharper_coerced_equals_using_highlightingCode Inspection: Using of coerced equality (using of coerced equality operator)
resharper_coerced_equals_using_with_null_undefined_highlightingCode Inspection: Using of coerced equality (using of coerced equality operator with 'null' or 'undefined')
resharper_collection_never_queried_global_highlightingCode Inspection: Collection's content is never queried (non-private accessibility)
resharper_collection_never_queried_local_highlightingCode Inspection: Collection's content is never queried (private accessibility)
resharper_collection_never_updated_global_highlightingCode Inspection: Collection is never updated (non-private accessibility)
resharper_collection_never_updated_local_highlightingCode Inspection: Collection is never updated (private accessibility)
resharper_comma_not_valid_here_highlightingCode Inspection: Comma is not valid here
resharper_comment_typo_highlightingCode Inspection: Typo in comment
resharper_common_js_external_module_highlightingCode Inspection: CommonJs module may be converted to external module
resharper_compare_non_constrained_generic_with_null_highlightingCode Inspection: Possible comparison of value type with 'null'
resharper_compare_of_floats_by_equality_operator_highlightingCode Inspection: Equality comparison of floating point numbers
resharper_condition_is_always_const_highlightingCode Inspection: Condition is always constant
resharper_condition_is_always_true_or_false_highlightingCode Inspection: Expression is always 'true' or always 'false'
resharper_conditional_ternary_equal_branch_highlightingCode Inspection: '?:' expression has identical true and false branches
resharper_confusing_char_as_integer_in_constructor_highlightingCode Inspection: Char is possibly unintentionally used as integer
resharper_constant_conditional_access_qualifier_highlightingCode Inspection: Conditional access qualifier expression is known to be null or not null
resharper_constant_null_coalescing_condition_highlightingCode Inspection: '??' condition is known to be null or not null
resharper_constructor_call_not_used_highlightingCode Inspection: Constructor call is not used or possibly used for side-effects
resharper_constructor_initializer_loop_highlightingCode Inspection: Possible cyclic constructor call
resharper_constructor_or_destructor_bodyCode body - Constructors and destructors (C#)
resharper_container_annotation_redundancy_highlightingCode Inspection: Container nullability attribute usage with declaration of non-container type
resharper_continuous_indent_multiplierGeneral - Continuous line indent multiplier (C#)
resharper_contract_annotation_not_parsed_highlightingCode Inspection: Problem in contract annotation definition
resharper_convert_closure_to_method_group_highlightingCode Inspection: Convert lambda expression to method group
resharper_convert_conditional_ternary_expression_to_switch_expression_highlightingCode Inspection: Use switch expression
resharper_convert_if_do_to_while_highlightingCode Inspection: Convert 'if do while' to 'while
resharper_convert_if_statement_to_conditional_ternary_expression_highlightingCode Inspection: 'if' statement can be re-written as '?:' expression
resharper_convert_if_statement_to_null_coalescing_assignment_highlightingCode Inspection: 'if' statement can be re-written as '??=' assignment
resharper_convert_if_statement_to_null_coalescing_expression_highlightingCode Inspection: 'if' statement can be re-written as '??' expression
resharper_convert_if_statement_to_return_statement_highlightingCode Inspection: 'if-return' statement can be re-written as 'return' statement
resharper_convert_if_statement_to_switch_expression_highlightingCode Inspection: Convert 'if' statement to 'switch' expression
resharper_convert_if_statement_to_switch_statement_highlightingCode Inspection: Convert 'if' statement to 'switch' statement
resharper_convert_if_to_or_expression_highlightingCode Inspection: Convert 'if' to '||'
resharper_convert_nullable_to_short_form_highlightingCode Inspection: Convert 'Nullable<T>' to 'T?'
resharper_convert_switch_statement_to_switch_expression_highlightingCode Inspection: Use switch expression
resharper_convert_to_auto_property_highlightingCode Inspection: Convert property to auto-property
resharper_convert_to_auto_property_when_possible_highlightingCode Inspection: Convert property to auto-property (when possible)
resharper_convert_to_auto_property_with_private_setter_highlightingCode Inspection: Convert property to auto-property with private setter
resharper_convert_to_compound_assignment_highlightingCode Inspection: Use compound assignment
resharper_convert_to_constant_global_highlightingCode Inspection: Convert local variable or field to constant (non-private accessibility)
resharper_convert_to_constant_local_highlightingCode Inspection: Convert local variable or field to constant (private accessibility)
resharper_convert_to_lambda_expression_highlightingCode Inspection: Convert to lambda expression
resharper_convert_to_lambda_expression_when_possible_highlightingCode Inspection: Convert to lambda expression (when possible)
resharper_convert_to_local_function_highlightingCode Inspection: Convert delegate variable to local function
resharper_convert_to_null_coalescing_compound_assignment_highlightingCode Inspection: Use compound assignment
resharper_convert_to_static_class_highlightingCode Inspection: Convert to static class
resharper_convert_to_using_declaration_highlightingCode Inspection: Convert to 'using' declaration
resharper_convert_to_vb_auto_property_highlightingCode Inspection: Convert property to auto-property
resharper_convert_to_vb_auto_property_when_possible_highlightingCode Inspection: Convert property to auto-property when possible
resharper_convert_to_vb_auto_property_with_private_setter_highlightingCode Inspection: Convert property to auto-property with private setter
resharper_cpp_brace_styleBraces layout style (generalized)
resharper_cpp_space_after_commaSpace after comma (generalized)
resharper_cpp_space_before_commaSpace before comma (generalized)
resharper_cpp_space_between_method_call_name_and_opening_parenthesisSpace before method call parenthesis (generalized)
resharper_create_specialized_overload_highlightingCode Inspection: String literal usage allows creating specialized overload
resharper_csharp_accessor_declaration_bracesBraces layout - Accessor declaration (C#)
resharper_csharp_accessor_owner_bodyCode body - Properties, indexers and events (C#)
resharper_csharp_accessor_owner_declaration_bracesBraces layout - Property declaration (C#)
resharper_csharp_add_imports_to_deepest_scopeReference qualification and 'using' directives - Add 'using' directive to deepest scope (C#)
resharper_csharp_align_first_arg_by_parenAlign multiline constructs - Call arguments by '(' (C#)
resharper_csharp_align_linq_queryAlign multiline constructs - LINQ query (C#)
resharper_csharp_align_multiline_argumentAlign multiline constructs - Call arguments (C#)
resharper_csharp_align_multiline_array_and_object_initializerAlign multiline constructs - Array, object and collection initializer (C#)
resharper_csharp_align_multiline_binary_expressions_chainAlign multiline constructs - Chained binary expressions (C#)
resharper_csharp_align_multiline_calls_chainAlign multiline constructs - Chained method calls (C#)
resharper_csharp_align_multiline_expressionAlign multiline constructs - Other expressions (C#)
resharper_csharp_align_multiline_extends_listAlign multiline constructs - List of base classes and interfaces (C#)
resharper_csharp_align_multiline_for_stmtAlign multiline constructs - "for" statement header (C#)
resharper_csharp_align_multiline_parameterAlign multiline constructs - Method parameters (C#)
resharper_csharp_align_multiline_property_patternAlign multiline constructs - Property patterns (C#)
resharper_csharp_align_multiline_switch_expressionAlign multiline constructs - Switch expressions (C#)
resharper_csharp_align_multiple_declarationAlign multiline constructs - Multiple declarations (C#)
resharper_csharp_align_multline_type_parameter_constrainsAlign multiline constructs - Type parameter constraints (C#)
resharper_csharp_align_multline_type_parameter_listAlign multiline constructs - Type parameters list (C#)
resharper_csharp_align_tuple_componentsAlign multiline constructs - Tuple components (C#)
resharper_csharp_alignment_tab_fill_styleAlign multiline constructs - How to align when tabs are used for indents (C#)
resharper_csharp_allow_aliasReference qualification and 'using' directives - Use using alias directive to resolve conflicts (C#)
resharper_csharp_allow_comment_after_lbraceBraces layout - Allow comment after '{' (C#)
resharper_csharp_allow_far_alignmentAlign multiline constructs - Align even if the resulting indentation is too large (C#)
resharper_csharp_anonymous_method_declaration_bracesBraces layout - Lambda and delegate (anonymous method declaration) (C#)
resharper_csharp_arguments_anonymous_functionArguments - Anonymous methods (delegates and lambdas) (C#)
resharper_csharp_arguments_literalArguments - Literal values (C#)
resharper_csharp_arguments_namedArguments - Named expressions (variables, properties, methods, etc.) (C#)
resharper_csharp_arguments_otherArguments - Other (C#)
resharper_csharp_arguments_skip_singleArguments - Skip single arguments (C#)
resharper_csharp_arguments_string_literalArguments - String literal values (C#)
resharper_csharp_blank_lines_after_block_statementsBlank lines in code - After statements with child blocks (C#)
resharper_csharp_blank_lines_after_caseBlank lines in code - After "case" in switch statement (C#)
resharper_csharp_blank_lines_after_control_transfer_statementsBlank lines in code - After statements with control transfer (C#)
resharper_csharp_blank_lines_after_multiline_statementsBlank lines in code - After multiline statements (C#)
resharper_csharp_blank_lines_after_start_commentBlank lines in declarations - After file header comment (C#)
resharper_csharp_blank_lines_after_using_listBlank lines in declarations - After "using" list (C#)
resharper_csharp_blank_lines_around_accessorBlank lines in declarations - Around property/event accessor (C#)
resharper_csharp_blank_lines_around_auto_propertyBlank lines in declarations - Around auto/abstract property/event (C#)
resharper_csharp_blank_lines_around_block_case_sectionBlank lines in code - Around "case" section with a block in switch statement (C#)
resharper_csharp_blank_lines_around_fieldBlank lines in declarations - Around field (C#)
resharper_csharp_blank_lines_around_invocableBlank lines in declarations - Around method (C#)
resharper_csharp_blank_lines_around_local_methodBlank lines in code - Around local function (C#)
resharper_csharp_blank_lines_around_multiline_case_sectionBlank lines in code - Around multiline "case" section in switch statement (C#)
resharper_csharp_blank_lines_around_namespaceBlank lines in declarations - Around namespace (C#)
resharper_csharp_blank_lines_around_propertyBlank lines in declarations - Around property/event (C#)
resharper_csharp_blank_lines_around_regionGeneral - Around region (C#)
resharper_csharp_blank_lines_around_single_line_accessorBlank lines in declarations - Around single line property/event accessor (C#)
resharper_csharp_blank_lines_around_single_line_auto_propertyBlank lines in declarations - Around single line auto/abstract property/event (C#)
resharper_csharp_blank_lines_around_single_line_fieldBlank lines in declarations - Around single line field (C#)
resharper_csharp_blank_lines_around_single_line_invocableBlank lines in declarations - Around single line method (C#)
resharper_csharp_blank_lines_around_single_line_local_methodBlank lines in code - Around single line local function (C#)
resharper_csharp_blank_lines_around_single_line_propertyBlank lines in declarations - Around single line property/event (C#)
resharper_csharp_blank_lines_around_single_line_typeBlank lines in declarations - Around single-line type (C#)
resharper_csharp_blank_lines_around_typeBlank lines in declarations - Around type (C#)
resharper_csharp_blank_lines_before_block_statementsBlank lines in code - Before statements with child blocks (C#)
resharper_csharp_blank_lines_before_caseBlank lines in code - Before "case" in switch statement (C#)
resharper_csharp_blank_lines_before_control_transfer_statementsBlank lines in code - Before statements with control transfer (C#)
resharper_csharp_blank_lines_before_multiline_statementsBlank lines in code - Before multiline statements (C#)
resharper_csharp_blank_lines_before_single_line_commentGeneral - Before single-line comment (C#)
resharper_csharp_blank_lines_between_using_groupsBlank lines in declarations - Between different "using" groups (C#)
resharper_csharp_blank_lines_inside_namespaceBlank lines in declarations - Inside namespace (C#)
resharper_csharp_blank_lines_inside_regionGeneral - Inside region (C#)
resharper_csharp_blank_lines_inside_typeBlank lines in declarations - Inside type (C#)
resharper_csharp_brace_styleBraces layout style (generalized)
resharper_csharp_braces_for_dowhileBraces - In "do-while" statement (C#)
resharper_csharp_braces_for_fixedBraces - In "fixed" statement (C#)
resharper_csharp_braces_for_forBraces - In "for" statement (C#)
resharper_csharp_braces_for_foreachBraces - In "foreach" statement (C#)
resharper_csharp_braces_for_ifelseBraces - In "if" statement (C#)
resharper_csharp_braces_for_lockBraces - In "lock" statement (C#)
resharper_csharp_braces_for_usingBraces - In "using" statement (C#)
resharper_csharp_braces_for_whileBraces - In "while" statement (C#)
resharper_csharp_braces_redundantBraces - Remove redundant (C#)
resharper_csharp_builtin_type_reference_for_member_access_styleBuilt-in types - In member access expressions, prefer (C#)
resharper_csharp_builtin_type_reference_styleBuilt-in types - In locals, members and parameters, prefer (C#)
resharper_csharp_can_use_global_aliasReference qualification and 'using' directives - Allow 'global::' prefix use (C#)
resharper_csharp_case_block_bracesBraces layout - Block under "case" label (C#)
resharper_csharp_constructor_or_destructor_bodyCode body - Constructors and destructors (C#)
resharper_csharp_continuous_indent_multiplierGeneral - Continuous line indent multiplier (C#)
resharper_csharp_default_internal_modifierModifiers - Prefer explicit/implicit internal modifier for types (C#)
resharper_csharp_default_private_modifierModifiers - Prefer explicit/implicit private modifier for type members (C#)
resharper_csharp_default_value_when_type_evidentDefault value - When type is evident from usage (C#)
resharper_csharp_default_value_when_type_not_evidentDefault value - When type is not evident from usage (C#)
resharper_csharp_empty_block_styleBraces layout - Empty braces formatting (C#)
resharper_csharp_extra_spacesPreserve existing formatting - Extra spaces inside (C#)
resharper_csharp_for_built_in_types'var' usage in declarations - For built-in types (C#)
resharper_csharp_for_other_types'var' usage in declarations - Elsewhere (C#)
resharper_csharp_for_simple_types'var' usage in declarations - For simple types (C#)
resharper_csharp_force_attribute_styleAttributes - Join or separate attributes in section (C#)
resharper_csharp_force_chop_compound_do_expressionArrangement of binary expressions - Force chop compound condition in "do" statement (C#)
resharper_csharp_force_chop_compound_if_expressionArrangement of binary expressions - Force chop compound condition in "if" statement (C#)
resharper_csharp_force_chop_compound_while_expressionArrangement of binary expressions - Force chop compound condition in "while" statement (C#)
resharper_csharp_indent_anonymous_method_blockAlign multiline constructs - Anonymous method body (C#)
resharper_csharp_indent_inside_namespaceBraces layout - Indent inside namespace declaration (C#)
resharper_csharp_indent_invocation_parsParenthesis - Indent method calls' parenthesis (C#)
resharper_csharp_indent_method_decl_parsParenthesis - Indent method declarations' parenthesis (C#)
resharper_csharp_indent_nested_fixed_stmtNested statements - Indent nested "fixed" statements (C#)
resharper_csharp_indent_nested_for_stmtNested statements - Indent nested "for" statements (C#)
resharper_csharp_indent_nested_foreach_stmtNested statements - Indent nested "foreach" statements (C#)
resharper_csharp_indent_nested_lock_stmtNested statements - Indent nested "lock" statements (C#)
resharper_csharp_indent_nested_usings_stmtNested statements - Indent nested "using" statements (C#)
resharper_csharp_indent_nested_while_stmtNested statements - Indent nested "while" statements (C#)
resharper_csharp_indent_parsParenthesis - Indent other parenthesis and brackets (C#)
resharper_csharp_indent_preprocessor_ifPreprocessor directives - Indent #if, #else, #elif, #endif (C#)
resharper_csharp_indent_preprocessor_otherPreprocessor directives - Indent other preprocessor directives (C#)
resharper_csharp_indent_preprocessor_regionPreprocessor directives - Indent #region, #endregion (C#)
resharper_csharp_indent_sizeGeneral - Indent size (C#)
resharper_csharp_indent_statement_parsParenthesis - Indent statement (if, while, for, etc) parenthesis (C#)
resharper_csharp_indent_styleGeneral - Indent style (C#)
resharper_csharp_indent_type_constraintsOther indents - Indent type constraints (C#)
resharper_csharp_indent_typearg_anglesParenthesis - Indent type argument's angles (C#)
resharper_csharp_indent_typeparam_anglesParenthesis - Indent type parameter's angles (C#)
resharper_csharp_initializer_bracesBraces layout - Expressions (initializers, switch expressions, patterns) (C#)
resharper_csharp_insert_final_newlineGeneral - Line feed at end of file (C#)
resharper_csharp_instance_members_qualify_declared_inInstance members qualification - Qualify members declared in (C#)
resharper_csharp_instance_members_qualify_membersInstance members qualification - Use "this." qualifier for (C#)
resharper_csharp_int_alignAlign similar code in columns (generalized)
resharper_csharp_int_align_assignmentsAlign similar code in columns - Other assignments and initializers (C#)
resharper_csharp_int_align_binary_expressionsAlign similar code in columns - Binary expressions (C#)
resharper_csharp_int_align_commentsAlign similar code in columns - End comments (C#)
resharper_csharp_int_align_fieldsAlign similar code in columns - Fields and constants (C#)
resharper_csharp_int_align_fix_in_adjacentAlign similar code in columns - Fix column alignment in adjacent lines (C#)
resharper_csharp_int_align_invocationsAlign similar code in columns - Invocations of the same method (C#)
resharper_csharp_int_align_methodsAlign similar code in columns - Simple methods, operators, delegates (C#)
resharper_csharp_int_align_nested_ternaryAlign similar code in columns - Nested ternary operators (C#)
resharper_csharp_int_align_parametersAlign similar code in columns - Multiline method signature (C#)
resharper_csharp_int_align_propertiesAlign similar code in columns - Properties and events (C#)
resharper_csharp_int_align_property_patternsAlign similar code in columns - Property patterns (C#)
resharper_csharp_int_align_switch_expressionsAlign similar code in columns - Switch expressions (C#)
resharper_csharp_int_align_switch_sectionsAlign similar code in columns - Simple switch sections (C#)
resharper_csharp_int_align_variablesAlign similar code in columns - Variables and local constants (C#)
resharper_csharp_invocable_declaration_bracesBraces layout - Method declaration (C#)
resharper_csharp_keep_blank_lines_in_codeBlank lines in code - Keep max blank lines in code (C#)
resharper_csharp_keep_blank_lines_in_declarationsBlank lines in declarations - Keep max blank lines in declarations (C#)
resharper_csharp_keep_existing_arrangementKeep existing code arrangements (single line/multi line) (generalized)
resharper_csharp_keep_existing_attribute_arrangementArrangement of attributes - Keep existing arrangement of attributes (C#)
resharper_csharp_keep_existing_declaration_block_arrangementArrangement of declaration blocks - Keep existing arrangement of declaration blocks (C#)
resharper_csharp_keep_existing_declaration_parens_arrangementArrangement of method signatures - Keep existing arrangement of parenthesis in declaration (C#)
resharper_csharp_keep_existing_embedded_arrangementArrangement of embedded statements - Keep existing arrangement of embedded statements (C#)
resharper_csharp_keep_existing_embedded_block_arrangementArrangement of embedded blocks - Keep existing arrangement of embedded blocks (C#)
resharper_csharp_keep_existing_enum_arrangementArrangement of enumerations - Keep existing arrangement of enumeration (C#)
resharper_csharp_keep_existing_expr_member_arrangementArrangement of expression bodied members - Keep existing arrangement of expression bodied members (C#)
resharper_csharp_keep_existing_initializer_arrangementArrangement of initializers - Keep existing arrangement of initializers (C#)
resharper_csharp_keep_existing_invocation_parens_arrangementArrangement of invocations - Keep existing arrangement of parenthesis in invocation (C#)
resharper_csharp_keep_existing_linebreaksGeneral - Keep existing line breaks (C#)
resharper_csharp_keep_existing_property_patterns_arrangementArrangement of property patterns - Keep existing arrangement of property patterns (C#)
resharper_csharp_keep_existing_switch_expression_arrangementArrangement of switch expressions - Keep existing arrangement of switch expressions (C#)
resharper_csharp_keep_user_linebreaksGeneral - Keep existing line breaks (C#)
resharper_csharp_local_function_bodyCode body - Local functions (C#)
resharper_csharp_max_array_initializer_elements_on_lineArrangement of initializers - Max array initializer elements on a single line (C#)
resharper_csharp_max_attribute_length_for_same_lineArrangement of attributes - Place attribute section list on separate line if it is longer than (C#)
resharper_csharp_max_enum_members_on_lineArrangement of enumerations - Max enumeration members on a single line (C#)
resharper_csharp_max_formal_parameters_on_lineArrangement of method signatures - Max formal parameters on a single line (C#)
resharper_csharp_max_initializer_elements_on_lineArrangement of initializers - Max object and collection initializer elements on a single line (C#)
resharper_csharp_max_invocation_arguments_on_lineArrangement of invocations - Max invocation arguments on a single line (C#)
resharper_csharp_max_line_lengthGeneral - Hard wrap at (C#)
resharper_csharp_method_or_operator_bodyCode body - Methods and operators (C#)
resharper_csharp_modifiers_orderModifiers - Modifiers order (C#)
resharper_csharp_nested_ternary_styleArrangement of ternary expressions - Nested ternary expression style (C#)
resharper_csharp_new_line_before_whileArrangement of statements - Place "while" on new line (C#)
resharper_csharp_object_creation_when_type_evidentObject creation - When created type is evident from usage (C#)
resharper_csharp_object_creation_when_type_not_evidentObject creation - When created type is not evident from usage (C#)
resharper_csharp_old_engineOther - Revert to old formatting engine (C#)
resharper_csharp_other_bracesBraces layout - Other (C#)
resharper_csharp_outdent_binary_opsAlign multiline constructs - Outdent binary operators (C#)
resharper_csharp_outdent_commasAlign multiline constructs - Outdent commas (C#)
resharper_csharp_outdent_dotsAlign multiline constructs - Outdent dots in chained method calls (C#)
resharper_csharp_parentheses_group_non_obvious_operationsAdd parenthesis to avoid non-obvious precedence - When the operations from the following groups are nested (C#)
resharper_csharp_parentheses_non_obvious_operationsAdd parenthesis to avoid non-obvious precedence - Around operands of the following operations (C#)
resharper_csharp_parentheses_redundancy_styleParentheses - Remove redundant parentheses (C#)
resharper_csharp_place_abstract_accessorholder_on_single_lineArrangement of declaration blocks - Place abstract/auto property/indexer/event declaration on single line (C#)
resharper_csharp_place_accessor_attribute_on_same_lineArrangement of attributes - Place accessor attribute on the same line (C#)
resharper_csharp_place_accessor_with_attrs_holder_on_single_lineArrangement of declaration blocks - Place it on single line even when it has attributes on accessors (C#)
resharper_csharp_place_accessorholder_attribute_on_same_lineArrangement of attributes - Place property/indexer/event attribute on the same line (C#)
resharper_csharp_place_attribute_on_same_linePlace simple attribute on the same line with the owner (generalized)
resharper_csharp_place_comments_at_first_columnOther indents - Place comments at first column when commenting out code (C#)
resharper_csharp_place_constructor_initializer_on_same_lineArrangement of method signatures - Allow constructor initializer on the same line (C#)
resharper_csharp_place_expr_accessor_on_single_lineArrangement of expression bodied members - Place property accessor expression body on the same line (C#)
resharper_csharp_place_expr_method_on_single_lineArrangement of expression bodied members - Place method expression body on the same line (C#)
resharper_csharp_place_expr_property_on_single_lineArrangement of expression bodied members - Place property expression body on the same line (C#)
resharper_csharp_place_field_attribute_on_same_lineArrangement of attributes - Place field attribute on the same line (C#)
resharper_csharp_place_linq_into_on_new_lineArrangement of LINQ expressions - Place "into" on new line in LINQ expressions (C#)
resharper_csharp_place_method_attribute_on_same_lineArrangement of attributes - Place method attribute on the same line (C#)
resharper_csharp_place_simple_accessor_on_single_lineArrangement of declaration blocks - Place simple accessor on single line (C#)
resharper_csharp_place_simple_accessorholder_on_single_lineArrangement of declaration blocks - Place simple property/indexer/event declaration on single line (C#)
resharper_csharp_place_simple_anonymousmethod_on_single_lineArrangement of embedded blocks - Place simple anonymous method on single line (C#)
resharper_csharp_place_simple_blocks_on_single_linePlace simple blocks on single line (generalized)
resharper_csharp_place_simple_case_statement_on_same_lineArrangement of embedded statements - Place simple "case" statement on the same line (C#)
resharper_csharp_place_simple_declaration_blocks_on_single_linePlace blocks from simple type members on single line (generalized)
resharper_csharp_place_simple_embedded_block_on_same_lineArrangement of embedded blocks - Place a block with a single simple statement on the same line (C#)
resharper_csharp_place_simple_embedded_statement_on_same_lineArrangement of embedded statements - Place simple embedded statement on the same line (C#)
resharper_csharp_place_simple_enum_on_single_lineArrangement of enumerations - Place simple enumeration on single line (C#)
resharper_csharp_place_simple_initializer_on_single_lineArrangement of initializers - Place simple array, object and collection on single line (C#)
resharper_csharp_place_simple_method_on_single_lineArrangement of declaration blocks - Place simple method on single line (C#)
resharper_csharp_place_simple_property_pattern_on_single_lineArrangement of property patterns - Place simple property pattern on single line (C#)
resharper_csharp_place_simple_switch_expression_on_single_lineArrangement of switch expressions - Place simple switch expression on single line (C#)
resharper_csharp_place_type_attribute_on_same_lineArrangement of attributes - Place type attribute on the same line (C#)
resharper_csharp_place_type_constraints_on_same_lineArrangement of type parameters, constraints and base types - Allow type constraints on the same line (C#)
resharper_csharp_prefer_explicit_discard_declaration'var' usage in declarations - Use 'var' keyword for discards (C#)
resharper_csharp_prefer_qualified_referenceReference qualification and 'using' directives - Prefer fully qualified references (C#)
resharper_csharp_prefer_separate_deconstructed_variables_declaration'var' usage in declarations - Prefer separate declarations for deconstructed variables (C#)
resharper_csharp_qualified_using_at_nested_scopeReference qualification and 'using' directives - Prefer fully qualified using name at nested scope (C#)
resharper_csharp_remove_blank_lines_near_braces_in_codeBlank lines in code - Remove blank lines after "{" and before "}" in code (C#)
resharper_csharp_remove_blank_lines_near_braces_in_declarationsBlank lines in declarations - Remove blank lines after "{" and before "}" in declarations (C#)
resharper_csharp_sort_usings_with_system_firstReference qualification and 'using' directives - Place 'System.*' and 'Windows.*' namespaces first when sorting 'using' directives (C#)
resharper_csharp_space_after_ampersand_opAfter unary operators - Unsafe addressof operator (&) (C#)
resharper_csharp_space_after_asterik_opAfter unary operators - Unsafe asterisk operator (*) (C#)
resharper_csharp_space_after_attribute_colonAround colon - After other colons (C#)
resharper_csharp_space_after_attributesAttributes - After attributes (C#)
resharper_csharp_space_after_colonAround colon - After other colons (C#)
resharper_csharp_space_after_colon_in_caseAround colon - After colon in "case" statement (C#)
resharper_csharp_space_after_logical_not_opAfter unary operators - Logical not operator (!) (C#)
resharper_csharp_space_after_operator_keywordOther - After operator keyword (C#)
resharper_csharp_space_after_ternary_colonIn ternary operator - After ':' (C#)
resharper_csharp_space_after_ternary_questIn ternary operator - After '?' (C#)
resharper_csharp_space_after_type_parameter_constraint_colonAround colon - After type parameter constraint colon (C#)
resharper_csharp_space_after_unary_minus_opAfter unary operators - Unary minus operator (-) (C#)
resharper_csharp_space_after_unary_operatorSpace after unary operators (!, -, ~,...) (generalized)
resharper_csharp_space_after_unary_plus_opAfter unary operators - Unary plus operator (+) (C#)
resharper_csharp_space_around_additive_opAround binary operators - Additive operators (+,-) (C#)
resharper_csharp_space_around_alias_eqOther - Around '=' in namespace alias directive (C#)
resharper_csharp_space_around_arrow_opAround binary operators - Unsafe arrow operator (->) (C#)
resharper_csharp_space_around_assignment_opAround binary operators - Assignment operators (=,+=,...) (C#)
resharper_csharp_space_around_binary_operatorSpace around binary operators (+, ||, =, ...) (generalized)
resharper_csharp_space_around_bitwise_opAround binary operators - Bitwise operators (&,|,^) (C#)
resharper_csharp_space_around_dotOther - Around dot (C#)
resharper_csharp_space_around_equality_opAround binary operators - Equality operators (==,!=) (C#)
resharper_csharp_space_around_lambda_arrowOther - Around lambda arrow (C#)
resharper_csharp_space_around_logical_opAround binary operators - Logical operators (&&,||) (C#)
resharper_csharp_space_around_member_access_operatorSpace around member access operators (., ->, ...) (generalized)
resharper_csharp_space_around_multiplicative_opAround binary operators - Multiplicative operators (*,/,%) (C#)
resharper_csharp_space_around_nullcoalescing_opAround binary operators - Null coalescing operator (??) (C#)
resharper_csharp_space_around_relational_opAround binary operators - Relational operators (<,>,<=,>=) (C#)
resharper_csharp_space_around_shift_opAround binary operators - Shift operators (<<,>>) (C#)
resharper_csharp_space_around_ternary_operatorSpace around ternary operators (?, :) (generalized)
resharper_csharp_space_before_array_access_bracketsAround array brackets - Before array access brackets (C#)
resharper_csharp_space_before_array_rank_bracketsAround array brackets - Before array rank brackets (C#)
resharper_csharp_space_before_attribute_colonAround colon - Before other colons (C#)
resharper_csharp_space_before_catch_parenthesesBefore parentheses in statements - "catch" parentheses (C#)
resharper_csharp_space_before_checked_parenthesesBefore other parentheses - "checked" and "unchecked" parentheses (C#)
resharper_csharp_space_before_colonAround colon - Before other colons (C#)
resharper_csharp_space_before_colon_in_caseAround colon - Before colon in "case" statement (C#)
resharper_csharp_space_before_default_parenthesesBefore other parentheses - "default" parentheses (C#)
resharper_csharp_space_before_empty_method_call_parenthesesBefore other parentheses - Method call empty parentheses (C#)
resharper_csharp_space_before_empty_method_parenthesesBefore other parentheses - Method declaration empty parentheses (C#)
resharper_csharp_space_before_fixed_parenthesesBefore parentheses in statements - "fixed" parentheses (C#)
resharper_csharp_space_before_for_parenthesesBefore parentheses in statements - "for" parentheses (C#)
resharper_csharp_space_before_foreach_parenthesesBefore parentheses in statements - "foreach" parentheses (C#)
resharper_csharp_space_before_if_parenthesesBefore parentheses in statements - "if" parentheses (C#)
resharper_csharp_space_before_lock_parenthesesBefore parentheses in statements - "lock" parentheses (C#)
resharper_csharp_space_before_method_call_parenthesesBefore other parentheses - Method call parentheses (C#)
resharper_csharp_space_before_method_parenthesesBefore other parentheses - Method declaration parentheses (C#)
resharper_csharp_space_before_nameof_parenthesesBefore other parentheses - "nameof" parentheses (C#)
resharper_csharp_space_before_nullable_markOther - Before nullable mark (C#)
resharper_csharp_space_before_pointer_asterik_declarationOther - Before unsafe pointer declaration (C#)
resharper_csharp_space_before_semicolonAround comma and semicolon - Before semicolon (C#)
resharper_csharp_space_before_singleline_accessorholderAround braces - Before single line accessors block (C#)
resharper_csharp_space_before_sizeof_parenthesesBefore other parentheses - "sizeof" parentheses (C#)
resharper_csharp_space_before_switch_parenthesesBefore parentheses in statements - "switch" parentheses (C#)
resharper_csharp_space_before_ternary_colonIn ternary operator - Before ':' (C#)
resharper_csharp_space_before_ternary_questIn ternary operator - Before '?' (C#)
resharper_csharp_space_before_trailing_commentOther - Before end of line comment (C#)
resharper_csharp_space_before_type_argument_angleAround angle brackets - Before type argument list angle (C#)
resharper_csharp_space_before_type_parameter_angleAround angle brackets - Before type parameter list angle (C#)
resharper_csharp_space_before_type_parameter_constraint_colonAround colon - Before type parameter constraint colon (C#)
resharper_csharp_space_before_typeof_parenthesesBefore other parentheses - "typeof" parentheses (C#)
resharper_csharp_space_before_using_parenthesesBefore parentheses in statements - "using" parentheses (C#)
resharper_csharp_space_before_while_parenthesesBefore parentheses in statements - "while" parentheses (C#)
resharper_csharp_space_between_accessors_in_singleline_propertyAround braces - Between accessors in single line property/event (C#)
resharper_csharp_space_between_attribute_sectionsAttributes - Between attribute sections (C#)
resharper_csharp_space_between_keyword_and_expressionBefore other parentheses - Between keyword and expression (C#)
resharper_csharp_space_between_keyword_and_typeBefore other parentheses - Between keyword and type (C#)
resharper_csharp_space_between_parentheses_of_control_flow_statementsSpace within parenthesis of control flow statements (generalized)
resharper_csharp_space_between_typecast_parenthesesWithin other parentheses - Type cast parentheses (C#)
resharper_csharp_space_in_singleline_accessorholderAround braces - Within single line accessor (C#)
resharper_csharp_space_in_singleline_anonymous_methodAround braces - Within single line anonymous method (C#)
resharper_csharp_space_in_singleline_methodAround braces - Within single line method (C#)
resharper_csharp_space_near_postfix_and_prefix_opAfter unary operators - Before/after ++ and -- (C#)
resharper_csharp_space_within_array_access_bracketsAround array brackets - Within array access brackets (C#)
resharper_csharp_space_within_array_rank_bracketsAround array brackets - Within array rank brackets (C#)
resharper_csharp_space_within_array_rank_empty_bracketsAround array brackets - Within array rank empty brackets (C#)
resharper_csharp_space_within_attribute_bracketsAttributes - Within attribute brackets (C#)
resharper_csharp_space_within_catch_parenthesesWithin parentheses in statements - "catch" parentheses (C#)
resharper_csharp_space_within_checked_parenthesesWithin other parentheses - "checked" and "unchecked" parentheses (C#)
resharper_csharp_space_within_default_parenthesesWithin other parentheses - "default" parentheses (C#)
resharper_csharp_space_within_empty_bracesAround braces - Space between empty braces (C#)
resharper_csharp_space_within_fixed_parenthesesWithin parentheses in statements - "fixed" parentheses (C#)
resharper_csharp_space_within_for_parenthesesWithin parentheses in statements - "for" parentheses (C#)
resharper_csharp_space_within_foreach_parenthesesWithin parentheses in statements - "foreach" parentheses (C#)
resharper_csharp_space_within_if_parenthesesWithin parentheses in statements - "if" parentheses (C#)
resharper_csharp_space_within_lock_parenthesesWithin parentheses in statements - "lock" parentheses (C#)
resharper_csharp_space_within_nameof_parenthesesWithin other parentheses - "nameof" parentheses (C#)
resharper_csharp_space_within_parenthesesWithin other parentheses - Parentheses (C#)
resharper_csharp_space_within_single_line_array_initializer_bracesAround braces - Within single-line expression braces (C#)
resharper_csharp_space_within_sizeof_parenthesesWithin other parentheses - "sizeof" parentheses (C#)
resharper_csharp_space_within_switch_parenthesesWithin parentheses in statements - "switch" parentheses (C#)
resharper_csharp_space_within_type_argument_anglesAround angle brackets - Type argument angles (C#)
resharper_csharp_space_within_type_parameter_anglesAround angle brackets - Type parameter angles (C#)
resharper_csharp_space_within_typeof_parenthesesWithin other parentheses - "typeof" parentheses (C#)
resharper_csharp_space_within_using_parenthesesWithin parentheses in statements - "using" parentheses (C#)
resharper_csharp_space_within_while_parenthesesWithin parentheses in statements - "while" parentheses (C#)
resharper_csharp_special_else_if_treatmentGeneral - Special "else if" treatment (C#)
resharper_csharp_static_members_qualify_membersStatic members qualification - Members to qualify (C#)
resharper_csharp_static_members_qualify_withStatic members qualification - Qualify with the name of (C#)
resharper_csharp_stick_commentOther indents - Don't indent comments started at first column (C#)
resharper_csharp_tab_widthGeneral - Tab width (C#)
resharper_csharp_trailing_comma_in_multiline_listsTrailing comma - Before a new line in multiline lists (C#)
resharper_csharp_trailing_comma_in_singleline_listsTrailing comma - When the last element is not followed by a new line (C#)
resharper_csharp_type_declaration_bracesBraces layout - Type and namespace declaration (C#)
resharper_csharp_use_continuous_indent_inside_initializer_bracesBraces layout - Use continuous line indent inside expression braces (C#)
resharper_csharp_use_continuous_indent_inside_parensParenthesis - Use continuous line indent inside parenthesis (C#)
resharper_csharp_use_heuristics_for_body_styleCode body - Apply style heuristics (C#)
resharper_csharp_use_indent_from_previous_elementOther indents - Use previous element's indent on partial format (C#)
resharper_csharp_use_roslyn_logic_for_evident_types'var' usage in declarations - Prefer Roslyn (Visual Studio) logic for type evidence (C#)
resharper_csharp_wrap_after_declaration_lparArrangement of method signatures - Prefer wrap after "(" in declaration (C#)
resharper_csharp_wrap_after_dot_in_method_callsArrangement of member access expressions - Prefer wrap after "." (C#)
resharper_csharp_wrap_after_invocation_lparArrangement of invocations - Prefer wrap after "(" in invocation (C#)
resharper_csharp_wrap_arguments_styleArrangement of invocations - Wrap invocation arguments (C#)
resharper_csharp_wrap_array_initializer_styleArrangement of initializers - Wrap array initializer (C#)
resharper_csharp_wrap_before_arrow_with_expressionsArrangement of expression bodied members - Prefer wrap before "=>" followed by expressions (C#)
resharper_csharp_wrap_before_binary_opsignArrangement of binary expressions - Prefer wrap before operator in binary expression (C#)
resharper_csharp_wrap_before_commaGeneral - Prefer wrap before "," (C#)
resharper_csharp_wrap_before_declaration_lparArrangement of method signatures - Prefer wrap before "(" in declaration (C#)
resharper_csharp_wrap_before_declaration_rparArrangement of method signatures - Prefer wrap before ")" in declaration (C#)
resharper_csharp_wrap_before_extends_colonArrangement of type parameters, constraints and base types - Prefer wrap before ":" (C#)
resharper_csharp_wrap_before_first_type_parameter_constraintArrangement of type parameters, constraints and base types - Prefer wrap before first constraint (C#)
resharper_csharp_wrap_before_invocation_lparArrangement of invocations - Prefer wrap before "(" in invocation (C#)
resharper_csharp_wrap_before_invocation_rparArrangement of invocations - Prefer wrap before ")" in invocation (C#)
resharper_csharp_wrap_before_linq_expressionArrangement of LINQ expressions - Prefer wrap before multiline LINQ expressions (C#)
resharper_csharp_wrap_before_ternary_opsignsArrangement of ternary expressions - Prefer wrap before "?" and ":" in ternary expressions (C#)
resharper_csharp_wrap_before_type_parameter_langleArrangement of type parameters, constraints and base types - Prefer wrap before type parameters opening angle (C#)
resharper_csharp_wrap_chained_binary_expressionsArrangement of binary expressions - Wrap chained binary expressions (C#)
resharper_csharp_wrap_chained_method_callsArrangement of member access expressions - Wrap chained method calls (C#)
resharper_csharp_wrap_enum_declarationArrangement of enumerations - Wrap enumeration declaration (C#)
resharper_csharp_wrap_extends_list_styleArrangement of type parameters, constraints and base types - Wrap extends/implements list (C#)
resharper_csharp_wrap_for_stmt_header_styleArrangement of statements - Wrap "for" statement header (C#)
resharper_csharp_wrap_linq_expressionsArrangement of LINQ expressions - Wrap LINQ expressions (C#)
resharper_csharp_wrap_multiple_declaration_styleArrangement of statements - Wrap multiple declaration (C#)
resharper_csharp_wrap_multiple_type_parameter_constraints_styleArrangement of type parameters, constraints and base types - Wrap multiple type parameter constraints (C#)
resharper_csharp_wrap_object_and_collection_initializer_styleArrangement of initializers - Wrap object and collection initializer (C#)
resharper_csharp_wrap_parameters_styleArrangement of method signatures - Wrap formal parameters (C#)
resharper_csharp_wrap_property_patternArrangement of property patterns - Wrap property pattern (C#)
resharper_csharp_wrap_switch_expressionArrangement of switch expressions - Wrap switch expression (C#)
resharper_csharp_wrap_ternary_expr_styleArrangement of ternary expressions - Wrap ternary expression (C#)
resharper_csharp_wrap_verbatim_interpolated_stringsArrangement of interpolated strings - Wrap verbatim interpolated strings (C#)
resharper_cyclic_reference_comment_highlightingCode Inspection: Reference comment creates cyclic dependency
resharper_declaration_hides_highlightingCode Inspection: Declaration hides another declaration from an outer scope
resharper_declaration_visibility_error_highlightingCode Inspection: Exported entity uses a private entity
resharper_default_internal_modifierModifiers - Prefer explicit/implicit internal modifier for types (C#)
resharper_default_private_modifierModifiers - Prefer explicit/implicit private modifier for type members (C#)
resharper_default_value_attribute_for_optional_parameter_highlightingCode Inspection: Possibly misleading 'DefaultValueAttribute' usage to define optional parameter value
resharper_default_value_when_type_evidentDefault value - When type is evident from usage (C#)
resharper_default_value_when_type_not_evidentDefault value - When type is not evident from usage (C#)
resharper_deleting_non_qualified_reference_highlightingCode Inspection: Calling 'delete' on non-qualified identifier in 'strict mode'
resharper_double_negation_of_boolean_highlightingCode Inspection: Double negation of boolean is redundant
resharper_double_negation_operator_highlightingCode Inspection: Double negation operator
resharper_duplicate_identifier_error_highlightingCode Inspection: Duplicate identifier
resharper_duplicate_reference_comment_highlightingCode Inspection: Duplicate reference comment is redundant
resharper_duplicate_resource_highlightingCode Inspection: Duplicate resource name
resharper_duplicating_local_declaration_highlightingCode Inspection: Duplicate local declaration
resharper_duplicating_parameter_declaration_error_highlightingCode Inspection: Duplicate parameter declaration in 'strict mode'
resharper_duplicating_property_declaration_error_highlightingCode Inspection: Duplicate property declaration in 'strict mode'
resharper_duplicating_property_declaration_highlightingCode Inspection: Duplicate property declaration
resharper_duplicating_switch_label_highlightingCode Inspection: Duplicate switch label
resharper_dynamic_shift_right_op_is_not_int_highlightingCode Inspection: Right operand of dynamic shift operation should be convertible to 'int'
resharper_elided_trailing_element_highlightingCode Inspection: A trailing element of an array is elided
resharper_empty_block_styleBraces layout - Empty braces formatting, available for: C#
resharper_empty_constructor_highlightingCode Inspection: Empty constructor
resharper_empty_destructor_highlightingCode Inspection: Empty destructor
resharper_empty_embedded_statement_highlightingCode Inspection: Empty control statement body
resharper_empty_for_statement_highlightingCode Inspection: Empty 'for' loop is redundant
resharper_empty_general_catch_clause_highlightingCode Inspection: Empty general catch clause
resharper_empty_namespace_highlightingCode Inspection: Empty namespace declaration
resharper_empty_object_property_declaration_highlightingCode Inspection: Object property declaration is expected
resharper_empty_return_value_for_type_annotated_function_highlightingCode Inspection: Empty return value for type-annotated function
resharper_empty_statement_highlightingCode Inspection: Empty statement is redundant
resharper_enforce_do_while_statement_braces_highlightingCode Inspection: Use preferred braces style (enforce braces in 'do-while' statement)
resharper_enforce_fixed_statement_braces_highlightingCode Inspection: Use preferred braces style (enforce braces in 'fixed' statement)
resharper_enforce_for_statement_braces_highlightingCode Inspection: Use preferred braces style (enforce braces in 'for' statement)
resharper_enforce_foreach_statement_braces_highlightingCode Inspection: Use preferred braces style (enforce braces in 'foreach' statement)
resharper_enforce_if_statement_braces_highlightingCode Inspection: Use preferred braces style (enforce braces in 'if' statement)
resharper_enforce_lock_statement_braces_highlightingCode Inspection: Use preferred braces style (enforce braces in 'lock' statement)
resharper_enforce_using_statement_braces_highlightingCode Inspection: Use preferred braces style (enforce braces in 'using' statement)
resharper_enforce_while_statement_braces_highlightingCode Inspection: Use preferred braces style (enforce braces in 'while' statement)
resharper_entity_name_captured_only_global_highlightingCode Inspection: Entity is only used to capture its name (non-private accessibility)
resharper_entity_name_captured_only_local_highlightingCode Inspection: Entity is only used to capture its name (private accessibility)
resharper_enum_underlying_type_is_int_highlightingCode Inspection: Underlying type of enum is 'int'
resharper_enumerable_sum_in_explicit_unchecked_context_highlightingCode Inspection: 'Enumerable.Sum' invocation in explicit unchecked context
resharper_equal_expression_comparison_highlightingCode Inspection: Similar expressions comparison
resharper_error_in_xml_doc_reference_highlightingCode Inspection: Error in XML doc comment reference
resharper_es6_feature_highlightingCode Inspection: ECMAScript 2015 feature usage when in ES 5 or lower
resharper_es7_feature_highlightingCode Inspection: ECMAScript 2016 feature usage when in ES 2015 or lower
resharper_eval_arguments_name_error_highlightingCode Inspection: Using of 'eval'/'arguments' name in 'strict mode'
resharper_event_never_invoked_global_highlightingCode Inspection: Abstract or virtual (overridable) event is never invoked
resharper_event_never_invoked_highlightingCode Inspection: Event never invoked
resharper_event_never_subscribed_to_global_highlightingCode Inspection: Event is never subscribed to (non-private accessibility)
resharper_event_never_subscribed_to_local_highlightingCode Inspection: Event is never subscribed to (private accessibility)
resharper_event_unsubscription_via_anonymous_delegate_highlightingCode Inspection: Event unsubscription via anonymous delegate
resharper_experimental_feature_highlightingCode Inspection: Experimental feature usage when language level set to stable
resharper_explicit_caller_info_argument_highlightingCode Inspection: Explicit argument passed to parameter with caller info attribute
resharper_expression_is_always_const_highlightingCode Inspection: Expression is always constant
resharper_expression_is_always_null_highlightingCode Inspection: Expression is always 'null'
resharper_extra_spacesPreserve existing formatting - Extra spaces inside, available for: C#
resharper_field_can_be_made_read_only_global_highlightingCode Inspection: Field can be made readonly (non-private accessibility)
resharper_field_can_be_made_read_only_local_highlightingCode Inspection: Field can be made readonly (private accessibility)
resharper_for_built_in_types'var' usage in declarations - For built-in types (C#)
resharper_for_can_be_converted_to_foreach_highlightingCode Inspection: For-loop can be converted into foreach-loop
resharper_for_other_types'var' usage in declarations - Elsewhere (C#)
resharper_for_simple_types'var' usage in declarations - For simple types (C#)
resharper_for_statement_condition_is_true_highlightingCode Inspection: 'true' is redundant as 'for'-statement condition
resharper_force_attribute_styleAttributes - Join or separate attributes in section (C#)
resharper_force_chop_compound_do_expressionArrangement of binary expressions - Force chop compound condition in "do" statement (C#)
resharper_force_chop_compound_if_expressionArrangement of binary expressions - Force chop compound condition in "if" statement (C#)
resharper_force_chop_compound_while_expressionArrangement of binary expressions - Force chop compound condition in "while" statement (C#)
resharper_foreach_can_be_converted_to_query_using_another_get_enumerator_highlightingCode Inspection: Foreach loop can be converted into LINQ-expression but another 'GetEnumerator' method will be used
resharper_foreach_can_be_partly_converted_to_query_using_another_get_enumerator_highlightingCode Inspection: Part of foreach loop can be converted into LINQ-expression but another 'GetEnumerator' method will be used
resharper_format_string_placeholders_mismatch_highlightingCode Inspection: Format string placeholders mismatch
resharper_format_string_problem_highlightingCode Inspection: String formatting method problems
resharper_function_complexity_overflow_highlightingCode Inspection: Function body is too complex to analyze
resharper_function_never_returns_highlightingCode Inspection: Function never returns
resharper_function_parameter_named_arguments_highlightingCode Inspection: Parameter name 'arguments' clashes with pre-defined JS function-scope variable
resharper_function_recursive_on_all_paths_highlightingCode Inspection: Function is recursive on all execution paths
resharper_function_used_out_of_scope_highlightingCode Inspection: Function is used outside of scope which it is declared
resharper_functions_used_before_declared_highlightingCode Inspection: Function is used before it is declared
resharper_gc_suppress_finalize_for_type_without_destructor_highlightingCode Inspection: 'GC.SuppressFinalize' is invoked for type without destructor
resharper_generic_enumerator_not_disposed_highlightingCode Inspection: Instance of IEnumerator is never disposed
resharper_heuristic_unreachable_code_highlightingCode Inspection: Heuristically unreachable code
resharper_heuristically_unreachable_code_highlightingCode Inspection: Heuristically unreachable code
resharper_html_blank_lines_around_razor_functionsBlank lines around Razor @functions block (Razor CSharp)
resharper_html_blank_lines_around_razor_helpersBlank lines around Razor helpers (Razor CSharp)
resharper_html_blank_lines_around_razor_sectionsBlank lines around Razor sections (Razor CSharp)
resharper_html_linebreaks_around_razor_statementsLine breaks around Razor statements (Razor CSharp)
resharper_identifier_typo_highlightingCode Inspection: Typo in identifier
resharper_implicit_any_error_highlightingCode Inspection: 'Implicit any' inspection when NoImplicitAny is set
resharper_implicit_any_type_warning_highlightingCode Inspection: Element has implicit 'any' type
resharper_import_keyword_not_with_invocation_highlightingCode Inspection: 'import' keyword is not allowed here.
resharper_inactive_preprocessor_branch_highlightingCode Inspection: Inactive preprocessor branch
resharper_inconsistent_function_returns_highlightingCode Inspection: Inconsistent function returns
resharper_inconsistent_naming_highlightingCode Inspection: Inconsistent Naming
resharper_inconsistently_synchronized_field_highlightingCode Inspection: Inconsistent synchronization on field
resharper_incorrect_blank_lines_near_braces_highlightingCode Inspection: Incorrect blank lines (incorrect number of blank lines near braces)
resharper_incorrect_operand_in_type_of_comparison_highlightingCode Inspection: Comparison of 'typeof' expression with incorrect value
resharper_incorrect_triple_slash_location_highlightingCode Inspection: Triple-slash directives are only valid at the top of the file
resharper_indent_anonymous_method_blockAlign multiline constructs - Anonymous method body (C#)
resharper_indent_case_from_selectOther - Indent "case" from "select" (VB.NET)
resharper_indent_child_elementsTag content - Indent inside element that doesn't contain text, available for:
resharper_indent_inside_namespaceBraces layout - Indent inside namespace declaration (C#)
resharper_indent_invocation_parsParenthesis - Indent method calls' parenthesis, available for: C#
resharper_indent_method_decl_parsParenthesis - Indent method declarations' parenthesis, available for: C#
resharper_indent_nested_fixed_stmtNested statements - Indent nested "fixed" statements (C#)
resharper_indent_nested_for_stmtNested statements - Indent nested "for" statements (C#)
resharper_indent_nested_foreach_stmtNested statements - Indent nested "foreach" statements (C#)
resharper_indent_nested_lock_stmtNested statements - Indent nested "lock" statements (C#)
resharper_indent_nested_usings_stmtNested statements - Indent nested "using" statements (C#)
resharper_indent_nested_while_stmtNested statements - Indent nested "while" statements (C#)
resharper_indent_parsParenthesis - Indent other parenthesis and brackets, available for: C#
resharper_indent_preprocessor_ifPreprocessor directives - Indent #if, #else, #elif, #endif (C#)
resharper_indent_preprocessor_otherPreprocessor directives - Indent other preprocessor directives (C#)
resharper_indent_preprocessor_regionPreprocessor directives - Indent #region, #endregion (C#)
resharper_indent_statement_parsParenthesis - Indent statement (if, while, for, etc) parenthesis, available for: C#
resharper_indent_switch_labelsOther indents - Indent "case" from "switch", available for: C#
resharper_indent_textTag content - Indent inside element that contain text, available for:
resharper_indent_type_constraintsOther indents - Indent type constraints, available for: C#
resharper_indent_typearg_anglesParenthesis - Indent type argument's angles (C#)
resharper_indent_typeparam_anglesParenthesis - Indent type parameter's angles (C#)
resharper_indexing_by_invalid_range_highlightingCode Inspection: Possible 'System.ArgumentOutOfRangeException'. Start index should be less than or equal to end index
resharper_inheritdoc_consider_usage_highlightingCode Inspection: Use <inheritdoc /> on root level to inherit documentation from base candidate.
resharper_inheritdoc_invalid_usage_highlightingCode Inspection: Usage of <inheritdoc /> is invalid.
resharper_initializer_bracesBraces layout - Expressions (initializers, switch expressions, patterns) (C#)
resharper_inline_out_variable_declaration_highlightingCode Inspection: Inline 'out' variable declaration
resharper_instance_members_qualify_declared_inInstance members qualification - Qualify members declared in (C#)
resharper_instance_members_qualify_membersInstance members qualification - Use "this." qualifier for (C#)
resharper_int_alignAlign similar code in columns (generalized)
resharper_int_align_assignmentsAlign similar code in columns - Other assignments and initializers (C#)
resharper_int_align_binary_expressionsAlign similar code in columns - Binary expressions (C#)
resharper_int_align_commentsAlign similar code in columns - End comments, available for: C#
resharper_int_align_fieldsAlign similar code in columns - Fields and constants (C#)
resharper_int_align_fix_in_adjacentAlign similar code in columns - Fix column alignment in adjacent lines, available for: C#
resharper_int_align_invocationsAlign similar code in columns - Invocations of the same method (C#)
resharper_int_align_methodsAlign similar code in columns - Simple methods, operators, delegates (C#)
resharper_int_align_nested_ternaryAlign similar code in columns - Nested ternary operators (C#)
resharper_int_align_parametersAlign similar code in columns - Multiline method signature (C#)
resharper_int_align_propertiesAlign similar code in columns - Properties and events (C#)
resharper_int_align_property_patternsAlign similar code in columns - Property patterns (C#)
resharper_int_align_switch_expressionsAlign similar code in columns - Switch expressions (C#)
resharper_int_align_switch_sectionsAlign similar code in columns - Simple switch sections (C#)
resharper_int_align_variablesAlign similar code in columns - Variables and local constants (C#)
resharper_int_division_by_zero_highlightingCode Inspection: Division by zero in at least one execution path.
resharper_int_variable_overflow_highlightingCode Inspection: Possible overflow.
resharper_int_variable_overflow_in_checked_context_highlightingCode Inspection: Possible overflow in checked context.
resharper_int_variable_overflow_in_unchecked_context_highlightingCode Inspection: Possible overflow in unchecked context.
resharper_internal_module_highlightingCode Inspection: Immediately-invoked function expression may be converted to internal module
resharper_internal_or_private_member_not_documented_highlightingCode Inspection: Missing XML comment for private or internal type or member
resharper_interpolated_string_expression_is_not_i_formattable_highlightingCode Inspection: Formatting is specified, but interpolated string expression is not IFormattable
resharper_introduce_optional_parameters_global_highlightingCode Inspection: Introduce optional parameters (non-private accessibility)
resharper_introduce_optional_parameters_local_highlightingCode Inspection: Introduce optional parameters (private accessibility)
resharper_introduce_variable_to_apply_guard_highlightingCode Inspection: Introducing variable will allow to apply type guard
resharper_invalid_attribute_value_highlightingCode Inspection: Invalid attribute value
resharper_invalid_json_syntax_highlightingCode Inspection: Invalid JSON syntax
resharper_invalid_task_element_highlightingCode Inspection: Invalid task element
resharper_invalid_value_type_highlightingCode Inspection: Resource value type is invalid
resharper_invalid_xml_doc_comment_highlightingCode Inspection: Invalid XML documentation comment
resharper_invert_condition_1_highlightingCode Inspection: Invert condition
resharper_invert_if_highlightingCode Inspection: Invert 'if' statement to reduce nesting
resharper_invocable_declaration_bracesBraces layout - Method declaration, available for: C#
resharper_invocation_is_skipped_highlightingCode Inspection: Method invocation is skipped
resharper_invocation_of_non_function_highlightingCode Inspection: Invocation of non-function expression
resharper_invoke_as_extension_method_highlightingCode Inspection: Convert static method invocation to extension method call
resharper_invoked_expression_maybe_non_function_highlightingCode Inspection: Invoked expression is not a function value
resharper_is_expression_always_false_highlightingCode Inspection: The given expression of 'is' operator is never of the provided type
resharper_is_expression_always_true_highlightingCode Inspection: The given expression of 'is' operator is always of the provided type
resharper_iterator_method_result_is_ignored_highlightingCode Inspection: Return value of iterator is not used
resharper_iterator_never_returns_highlightingCode Inspection: Iterator never returns
resharper_join_declaration_and_initializer_highlightingCode Inspection: Join local variable declaration and assignment
resharper_join_declaration_and_initializer_js_highlightingCode Inspection: Join local variable declaration and assignment
resharper_join_null_check_with_usage_highlightingCode Inspection: Join null check with assignment
resharper_join_null_check_with_usage_when_possible_highlightingCode Inspection: Join null check with assignment (when possible)
resharper_js_brace_styleBraces layout style (generalized)
resharper_js_path_not_found_highlightingCode Inspection: Path for reference comment not found
resharper_js_space_between_method_call_name_and_opening_parenthesisSpace before method call parenthesis (generalized)
resharper_js_space_between_method_declaration_name_and_open_parenthesisSpace before method declaration parenthesis (generalized)
resharper_js_space_between_square_bracketsSpace within brackets (generalized)
resharper_js_unreachable_code_highlightingCode Inspection: Unreachable code
resharper_json_validation_failed_highlightingCode Inspection: JSON validation failed
resharper_jump_must_be_in_loop_highlightingCode Inspection: Use 'break' or 'continue' outside of loop body
resharper_keep_blank_lines_between_declarationsBlank lines - Max blank lines between declarations, available for:
resharper_keep_blank_lines_in_codeBlank lines in code - Keep max blank lines in code, available for: C#, VB.NET
resharper_keep_blank_lines_in_declarationsBlank lines in declarations - Keep max blank lines in declarations, available for: C#, VB.NET
resharper_keep_existing_arrangementKeep existing code arrangements (single line/multi line) (generalized)
resharper_keep_existing_attribute_arrangementArrangement of attributes - Keep existing arrangement of attributes (C#)
resharper_keep_existing_declaration_block_arrangementArrangement of declaration blocks - Keep existing arrangement of declaration blocks (C#)
resharper_keep_existing_declaration_parens_arrangementArrangement of method signatures - Keep existing arrangement of parenthesis in declaration (C#)
resharper_keep_existing_embedded_arrangementArrangement of embedded statements - Keep existing arrangement of embedded statements (C#)
resharper_keep_existing_embedded_block_arrangementArrangement of embedded blocks - Keep existing arrangement of embedded blocks (C#)
resharper_keep_existing_enum_arrangementArrangement of enumerations - Keep existing arrangement of enumeration (C#)
resharper_keep_existing_expr_member_arrangementArrangement of expression bodied members - Keep existing arrangement of expression bodied members (C#)
resharper_keep_existing_initializer_arrangementArrangement of initializers - Keep existing arrangement of initializers (C#)
resharper_keep_existing_invocation_parens_arrangementArrangement of invocations - Keep existing arrangement of parenthesis in invocation (C#)
resharper_keep_existing_linebreaksGeneral - Keep existing line breaks (C#)
resharper_keep_existing_property_patterns_arrangementArrangement of property patterns - Keep existing arrangement of property patterns (C#)
resharper_keep_existing_switch_expression_arrangementArrangement of switch expressions - Keep existing arrangement of switch expressions (C#)
resharper_keep_user_linebreaksGeneral - Keep existing line breaks, available for: C#, VB.NET
resharper_l_value_is_expected_highlightingCode Inspection: L-value expected error
resharper_label_or_semicolon_expected_highlightingCode Inspection: Use of expression after break or continue
resharper_lambda_highlightingCode Inspection: Function expression may be converted to lambda expression
resharper_less_specific_overload_than_main_signature_highlightingCode Inspection: Overload is less specific than the main signature
resharper_lexical_declaration_needs_block_highlightingCode Inspection: Lexical declaration can only be declared inside a block.
resharper_linebreak_before_elementsAround tags - Place these elements on new line, available for:
resharper_linebreak_before_multiline_elementsAround tags - Place multiline elements on new line, available for:
resharper_linebreak_before_singleline_elementsAround tags - Place singleline elements on new line, available for:
resharper_linebreaks_around_razor_statementsLine breaks around Razor statements (Razor CSharp)
resharper_linebreaks_inside_tags_for_elements_longer_thanTag content - Line breaks after start-tag and before end-tag when element is longer than, available for:
resharper_linebreaks_inside_tags_for_elements_with_child_elementsAround tags - Line breaks after start-tag and before end-tag in elements that contain other elements and no text, available for:
resharper_linebreaks_inside_tags_for_multiline_elementsAround tags - Line breaks after start-tag and before end-tag in multiline elements, available for:
resharper_local_function_bodyCode body - Local functions (C#)
resharper_local_function_can_be_made_static_highlightingCode Inspection: Local function can be made static
resharper_local_function_hides_method_highlightingCode Inspection: Local function hides method
resharper_local_function_redefined_later_highlightingCode Inspection: Local function is redefined later
resharper_local_variable_hides_member_highlightingCode Inspection: Local variable hides member
resharper_localizable_element_highlightingCode Inspection: Element is localizable
resharper_long_literal_ending_lower_l_highlightingCode Inspection: The 'l' suffix is easily confused with the digit '1'
resharper_loop_can_be_converted_to_query_highlightingCode Inspection: Loop can be converted into LINQ-expression
resharper_loop_can_be_partly_converted_to_query_highlightingCode Inspection: Part of loop's body can be converted into LINQ-expression
resharper_loop_variable_is_never_changed_inside_loop_highlightingCode Inspection: Loop control variable is never changed inside loop
resharper_math_abs_method_is_redundant_highlightingCode Inspection: Math.Abs() argument is always non-negative
resharper_math_clamp_min_greater_than_max_highlightingCode Inspection: Inconsistent arguments passed to 'Math.Clamp()' method.
resharper_max_array_initializer_elements_on_lineArrangement of initializers - Max array initializer elements on a single line (C#)
resharper_max_attribute_length_for_same_lineArrangement of attributes - Place attribute section list on separate line if it is longer than (C#)
resharper_max_blank_lines_between_tagsAround tags - Maximum blank lines between tags, available for:
resharper_max_enum_members_on_lineArrangement of enumerations - Max enumeration members on a single line (C#)
resharper_max_formal_parameters_on_lineArrangement of method signatures - Max formal parameters on a single line (C#)
resharper_max_initializer_elements_on_lineArrangement of initializers - Max object and collection initializer elements on a single line (C#)
resharper_max_invocation_arguments_on_lineArrangement of invocations - Max invocation arguments on a single line (C#)
resharper_meaningless_default_parameter_value_highlightingCode Inspection: 'DefaultParameterValueAttribute' should be used in conjunction with 'OptionalAttribute'
resharper_member_can_be_internal_highlightingCode Inspection: Member or type can be made internal(friend)
resharper_member_can_be_made_static_global_highlightingCode Inspection: Member can be made static (shared) (non-private accessibility)
resharper_member_can_be_made_static_local_highlightingCode Inspection: Member can be made static (shared) (private accessibility)
resharper_member_can_be_private_global_highlightingCode Inspection: Member can be made private (non-private accessibility)
resharper_member_can_be_private_local_highlightingCode Inspection: Member can be made private (private accessibility)
resharper_member_can_be_protected_global_highlightingCode Inspection: Member can be made protected (non-private accessibility)
resharper_member_can_be_protected_local_highlightingCode Inspection: Member can be made protected (private accessibility)
resharper_member_hides_static_from_outer_class_highlightingCode Inspection: Member hides static member from outer class
resharper_member_initializer_value_ignored_highlightingCode Inspection: Member initialized value ignored
resharper_merge_cast_with_type_check_highlightingCode Inspection: Type check and casts can be merged
resharper_merge_conditional_expression_highlightingCode Inspection: Merge conditional ?: expression into conditional access
resharper_merge_conditional_expression_when_possible_highlightingCode Inspection: Merge conditional ?: expression into conditional access (when possible)
resharper_merge_sequential_checks_highlightingCode Inspection: Merge sequential checks in && or || expressions
resharper_merge_sequential_checks_when_possible_highlightingCode Inspection: Merge sequential checks in && or || expressions (when possible)
resharper_merge_sequential_patterns_highlightingCode Inspection: Merge sequential pattern checks into complex pattern-matching
resharper_method_has_async_overload_highlightingCode Inspection: Method has async overload
resharper_method_has_async_overload_with_cancellation_highlightingCode Inspection: Method has async overload with cancellation support
resharper_method_or_operator_bodyCode body - Methods and operators (C#)
resharper_method_overload_with_optional_parameter_highlightingCode Inspection: Method with optional or 'params' parameter is hidden by overload
resharper_method_safe_this_highlightingCode Inspection: Member assigned by a function may be converted to function member
resharper_method_supports_cancellation_highlightingCode Inspection: Method supports cancellation
resharper_missing_attribute_highlightingCode Inspection: Missing required attribute
resharper_missing_blank_lines_highlightingCode Inspection: Incorrect blank lines (blank lines are missing elsewhere)
resharper_missing_has_own_property_in_foreach_highlightingCode Inspection: There is no .hasOwnProperty() check in a body of 'for in' loop. This will cause an enumeration of prototype properties
resharper_missing_indent_highlightingCode Inspection: Incorrect indent (line should be indented or outdented elsewhere)
resharper_missing_linebreak_highlightingCode Inspection: Incorrect line breaks (line break is missing elsewhere)
resharper_missing_space_highlightingCode Inspection: Incorrect spacing (space is missing elsewhere)
resharper_misuse_of_owner_function_this_highlightingCode Inspection: Misuse of 'this' qualifier in inner function
resharper_modifiers_orderModifiers - Modifiers order (C#)
resharper_more_specific_foreach_variable_type_available_highlightingCode Inspection: Iteration variable can be declared with a more specific type
resharper_more_specific_signature_after_less_specific_highlightingCode Inspection: More specific signature follows less specific
resharper_multiple_declarations_in_foreach_highlightingCode Inspection: Multiple declarations in 'for in' error
resharper_multiple_nullable_attributes_usage_highlightingCode Inspection: Multiple nullable attributes usage
resharper_multiple_order_by_highlightingCode Inspection: Multiple sequential 'OrderBy' invocation
resharper_multiple_output_tags_highlightingCode Inspection: Multiple output tags defined
resharper_multiple_resolve_candidates_in_text_highlightingCode Inspection: Ambiguous symbols in text argument
resharper_multiple_spaces_highlightingCode Inspection: Incorrect spacing (multiple spaces are prohibited)
resharper_multiple_statements_on_one_line_highlightingCode Inspection: Incorrect line breaks (multiple statements on one line)
resharper_multiple_type_members_on_one_line_highlightingCode Inspection: Incorrect line breaks (multiple type members on one line)
resharper_must_use_return_value_highlightingCode Inspection: Return value of [MustUseReturnValue] annotated method is not used
resharper_mvc_action_not_resolved_highlightingCode Inspection: MVC (unknown action)
resharper_mvc_area_not_resolved_highlightingCode Inspection: MVC (unknown area)
resharper_mvc_controller_not_resolved_highlightingCode Inspection: MVC (unknown controller)
resharper_mvc_invalid_model_type_highlightingCode Inspection: MVC (mismatch Model Type)
resharper_mvc_masterpage_not_resolved_highlightingCode Inspection: MVC (unknown masterpage)
resharper_mvc_partial_view_not_resolved_highlightingCode Inspection: MVC (unknown partial view)
resharper_mvc_template_not_resolved_highlightingCode Inspection: MVC (unknown template)
resharper_mvc_view_component_not_resolved_highlightingCode Inspection: MVC (unknown view component)
resharper_mvc_view_component_view_not_resolved_highlightingCode Inspection: MVC (unknown view component view)
resharper_mvc_view_not_resolved_highlightingCode Inspection: MVC (unknown view)
resharper_n_unit_async_method_must_be_task_highlightingCode Inspection: NUnit. Async test method must return Task or Task<T>
resharper_n_unit_attribute_produces_too_many_tests_highlightingCode Inspection: NUnit. Specified attribute values produce too many tests
resharper_n_unit_duplicate_values_highlightingCode Inspection: NUnit. Duplicate values
resharper_n_unit_ignored_parameter_attribute_highlightingCode Inspection: NUnit. Ignored parameter attribute
resharper_n_unit_implicit_unspecified_null_values_highlightingCode Inspection: NUnit. Implicitly unspecified null values
resharper_n_unit_incorrect_argument_type_highlightingCode Inspection: NUnit. Incompatible argument type or incorrect argument value
resharper_n_unit_incorrect_expected_result_type_highlightingCode Inspection: NUnit. Incompatible expected result type or incorrect value
resharper_n_unit_incorrect_range_bounds_highlightingCode Inspection: NUnit. Incorrect range bounds. 'to' must be greater than or equal to 'from'
resharper_n_unit_method_with_parameters_and_test_attribute_highlightingCode Inspection: NUnit. Values for test method parameters are not provided
resharper_n_unit_missing_arguments_in_test_case_attribute_highlightingCode Inspection: NUnit. Missing arguments in TestCase attribute
resharper_n_unit_no_values_provided_highlightingCode Inspection: NUnit. No values provided in the attributes
resharper_n_unit_non_public_method_with_test_attribute_highlightingCode Inspection: NUnit. Non-public test method
resharper_n_unit_parameter_type_is_not_compatible_with_attribute_highlightingCode Inspection: NUnit. Specified values are not compatible with the test parameter type
resharper_n_unit_range_attribute_bounds_are_out_of_range_highlightingCode Inspection: NUnit. Values in range do not fit the type of the test parameter
resharper_n_unit_range_step_sign_mismatch_highlightingCode Inspection: NUnit. Mismatch of the range step sign
resharper_n_unit_range_step_value_must_not_be_zero_highlightingCode Inspection: NUnit. Range 'step' parameter value must be non-zero
resharper_n_unit_range_to_value_is_not_reachable_highlightingCode Inspection: NUnit. The maximum range value is not reachable with the step value
resharper_n_unit_redundant_argument_in_test_case_attribute_highlightingCode Inspection: NUnit. Redundant argument in TestCase attribute
resharper_n_unit_redundant_argument_instead_of_expected_result_highlightingCode Inspection: NUnit. Redundant argument instead of ExpectedResult
resharper_n_unit_redundant_expected_result_in_test_case_attribute_highlightingCode Inspection: NUnit. Redundant expected result for void test method
resharper_n_unit_test_case_attribute_requires_expected_result_highlightingCode Inspection: NUnit. Missing expected result for non-void test method
resharper_n_unit_test_case_result_property_duplicates_expected_result_highlightingCode Inspection: NUnit. Test case Result property duplicates ExpectedResult
resharper_n_unit_test_case_result_property_is_obsolete_highlightingCode Inspection: NUnit. Test case Result property is obsolete
resharper_n_unit_test_case_source_cannot_be_resolved_highlightingCode Inspection: NUnit. Cannot resolve symbol in TestCaseSource or ValueSource attribute
resharper_n_unit_test_case_source_must_be_field_property_method_highlightingCode Inspection: NUnit. Test case source must be field, property, or method
resharper_n_unit_test_case_source_must_be_static_highlightingCode Inspection: NUnit. Test case source must be static
resharper_n_unit_test_case_source_should_implement_i_enumerable_highlightingCode Inspection: NUnit. Test case source must be non-abstract and implement IEnumerable
resharper_native_type_prototype_extending_highlightingCode Inspection: Extending prototype of native object
resharper_native_type_prototype_overwriting_highlightingCode Inspection: Overwriting prototype of native object
resharper_negative_equality_expression_highlightingCode Inspection: Simplify negative equality expression
resharper_negative_index_highlightingCode Inspection: Possible 'System.ArgumentOutOfRangeException'. Index must be a non-negative integer
resharper_nested_string_interpolation_highlightingCode Inspection: Nested string interpolation can be inlined
resharper_nested_ternary_styleArrangement of ternary expressions - Nested ternary expression style (C#)
resharper_new_line_before_catchArrangement of statements - , available for: C#
resharper_new_line_before_elseArrangement of statements - , available for: C#
resharper_new_line_before_finallyArrangement of statements - , available for: C#
resharper_new_line_before_whileArrangement of statements - Place "while" on new line, available for: C#
resharper_non_assigned_constant_highlightingCode Inspection: Non-assigned constant
resharper_non_atomic_compound_operator_highlightingCode Inspection: Suspicious 'volatile' field usage: compound operation is not atomic. 'Interlocked' class can be used instead
resharper_non_constant_equality_expression_has_constant_result_highlightingCode Inspection: According to values of the bit masks, expression result will always be the same.
resharper_non_parsable_element_highlightingCode Inspection: Part of the code cannot be parsed
resharper_non_readonly_member_in_get_hash_code_highlightingCode Inspection: Non-readonly type member referenced in 'GetHashCode()'
resharper_not_accessed_field_compiler_highlightingCode Inspection: Non-accessed field
resharper_not_accessed_field_global_highlightingCode Inspection: Non-accessed field (non-private accessibility)
resharper_not_accessed_field_local_highlightingCode Inspection: Non-accessed field (private accessibility)
resharper_not_accessed_variable_compiler_highlightingCode Inspection: Non-accessed local variable
resharper_not_accessed_variable_highlightingCode Inspection: Non-accessed local variable
resharper_not_all_paths_return_value_highlightingCode Inspection: Not all code paths return a value
resharper_not_assigned_out_parameter_highlightingCode Inspection: 'out' parameter is not assigned upon exit
resharper_not_declared_in_parent_culture_highlightingCode Inspection: Resource is not declared in base culture
resharper_not_null_member_is_not_initialized_highlightingCode Inspection: Non-nullable member is not initialized at constructor exit
resharper_not_observable_annotation_redundancy_highlightingCode Inspection: Nullability attribute used with declaration that cannot be directly referenced from other code
resharper_not_overridden_in_specific_culture_highlightingCode Inspection: Resource is not overridden in specific culture
resharper_not_resolved_highlightingCode Inspection: Cannot resolve symbol
resharper_not_resolved_in_text_highlightingCode Inspection: Cannot resolve symbol in text argument
resharper_object_creation_as_statement_highlightingCode Inspection: Possible unassigned object created by 'new' expression
resharper_object_creation_when_type_evidentObject creation - When created type is evident from usage (C#)
resharper_object_creation_when_type_not_evidentObject creation - When created type is not evident from usage (C#)
resharper_object_destructuring_without_parentheses_highlightingCode Inspection: Non-parenthesized object destructuring assignment cannot be used in an expression statement
resharper_object_literals_are_not_comma_free_highlightingCode Inspection: Comma is expected in object literal
resharper_obsolete_element_error_highlightingCode Inspection: Use of obsolete type or type member (error)
resharper_obsolete_element_highlightingCode Inspection: Use of obsolete type or type member
resharper_octal_literals_not_allowed_error_highlightingCode Inspection: Octal literals and escape sequences using in 'strict mode'
resharper_old_engineOther - Revert to old formatting engine (C#)
resharper_one_way_operation_contract_with_return_type_highlightingCode Inspection: One way operations must not return values
resharper_operation_contract_without_service_contract_highlightingCode Inspection: Method is marked as OperationContract but containing type isn't marked as ServiceContract
resharper_operator_is_can_be_used_highlightingCode Inspection: Operator 'is'/'Type Of ... Is ...' can be used
resharper_optional_parameter_hierarchy_mismatch_highlightingCode Inspection: Mismatch of optional parameter value in overridden method
resharper_optional_parameter_ref_out_highlightingCode Inspection: 'ref' or 'out' parameter with [Optional] attribute
resharper_other_bracesBraces layout - Other, available for: C#
resharper_outdent_binary_opsAlign multiline constructs - Outdent binary operators (C#)
resharper_outdent_commasAlign multiline constructs - Outdent commas, available for: C#
resharper_outdent_dotsAlign multiline constructs - Outdent dots in chained method calls, available for: C#
resharper_outdent_is_off_prev_level_highlightingCode Inspection: Incorrect indent (line indent should be restored to the previous level elsewhere)
resharper_output_tag_required_highlightingCode Inspection: Output tag required
resharper_overload_signature_inferring_highlightingCode Inspection: Possible overloads may be inferred by function body
resharper_overridden_with_empty_value_highlightingCode Inspection: Resource overrides base resource with empty value
resharper_overridden_with_same_value_highlightingCode Inspection: Resource is overridden with identical value
resharper_parameter_doesnt_make_any_sense_highlightingCode Inspection: Parameter doesn't participate in the main signature
resharper_parameter_hides_member_highlightingCode Inspection: Parameter hides member
resharper_parameter_only_used_for_precondition_check_global_highlightingCode Inspection: Parameter is only used for precondition check (non-private accessibility)
resharper_parameter_only_used_for_precondition_check_local_highlightingCode Inspection: Parameter is only used for precondition check (private accessibility)
resharper_parameter_type_can_be_enumerable_global_highlightingCode Inspection: Parameter type can be IEnumerable<T> (non-private accessibility)
resharper_parameter_type_can_be_enumerable_local_highlightingCode Inspection: Parameter type can be IEnumerable<T> (private accessibility)
resharper_parameter_value_is_not_used_highlightingCode Inspection: Parameter value is not used
resharper_parentheses_group_non_obvious_operationsAdd parenthesis to avoid non-obvious precedence - When the operations from the following groups are nested (C#)
resharper_parentheses_non_obvious_operationsAdd parenthesis to avoid non-obvious precedence - Around operands of the following operations (C#)
resharper_parentheses_redundancy_styleParentheses - Remove redundant parentheses (C#)
resharper_partial_method_parameter_name_mismatch_highlightingCode Inspection: Parameter name differs in partial method declaration
resharper_partial_method_with_single_part_highlightingCode Inspection: Redundant 'partial' modifier on method declaration
resharper_partial_type_with_single_part_highlightingCode Inspection: Redundant 'partial' modifier on type declaration
resharper_pattern_always_matches_highlightingCode Inspection: The source expression always matches the provided pattern
resharper_pattern_always_of_type_highlightingCode Inspection: The source expression is always of pattern's type
resharper_pattern_never_matches_highlightingCode Inspection: The source expression never matches the provided pattern
resharper_pi_attribute_styleProcessing instructions - Attributes format, available for:
resharper_pi_attributes_indentProcessing instructions - Attributes indenting, available for:
resharper_place_abstract_accessorholder_on_single_lineArrangement of declaration blocks - Place abstract/auto property/indexer/event declaration on single line (C#)
resharper_place_accessor_attribute_on_same_lineArrangement of attributes - Place accessor attribute on the same line (C#)
resharper_place_accessor_with_attrs_holder_on_single_lineArrangement of declaration blocks - Place it on single line even when it has attributes on accessors (C#)
resharper_place_accessorholder_attribute_on_same_lineArrangement of attributes - Place property/indexer/event attribute on the same line (C#)
resharper_place_attribute_on_same_linePlace simple attribute on the same line with the owner (generalized)
resharper_place_comments_at_first_columnOther indents - Place comments at first column when commenting out code (C#)
resharper_place_constructor_initializer_on_same_lineArrangement of method signatures - Allow constructor initializer on the same line (C#)
resharper_place_event_attribute_on_same_lineAttributes - Place event attribute on the same line (VB.NET)
resharper_place_expr_accessor_on_single_lineArrangement of expression bodied members - Place property accessor expression body on the same line (C#)
resharper_place_expr_method_on_single_lineArrangement of expression bodied members - Place method expression body on the same line (C#)
resharper_place_expr_property_on_single_lineArrangement of expression bodied members - Place property expression body on the same line (C#)
resharper_place_field_attribute_on_same_lineArrangement of attributes - Place field attribute on the same line (C#)
resharper_place_linq_into_on_new_lineArrangement of LINQ expressions - Place "into" on new line in LINQ expressions (C#)
resharper_place_method_attribute_on_same_lineArrangement of attributes - Place method attribute on the same line (C#)
resharper_place_property_attribute_on_same_lineAttributes - Place property attribute on the same line (VB.NET)
resharper_place_simple_accessor_on_single_lineArrangement of declaration blocks - Place simple accessor on single line (C#)
resharper_place_simple_accessorholder_on_single_lineArrangement of declaration blocks - Place simple property/indexer/event declaration on single line (C#)
resharper_place_simple_anonymousmethod_on_single_lineArrangement of embedded blocks - Place simple anonymous method on single line (C#)
resharper_place_simple_blocks_on_single_linePlace simple blocks on single line (generalized)
resharper_place_simple_case_statement_on_same_lineArrangement of embedded statements - Place simple "case" statement on the same line (C#)
resharper_place_simple_declaration_blocks_on_single_linePlace blocks from simple type members on single line (generalized)
resharper_place_simple_embedded_block_on_same_lineArrangement of embedded blocks - Place a block with a single simple statement on the same line (C#)
resharper_place_simple_embedded_statement_on_same_lineArrangement of embedded statements - Place simple embedded statement on the same line (C#)
resharper_place_simple_enum_on_single_lineArrangement of enumerations - Place simple enumeration on single line (C#)
resharper_place_simple_initializer_on_single_lineArrangement of initializers - Place simple array, object and collection on single line (C#)
resharper_place_simple_method_on_single_lineArrangement of declaration blocks - Place simple method on single line (C#)
resharper_place_simple_property_pattern_on_single_lineArrangement of property patterns - Place simple property pattern on single line (C#)
resharper_place_simple_switch_expression_on_single_lineArrangement of switch expressions - Place simple switch expression on single line (C#)
resharper_place_type_attribute_on_same_lineArrangement of attributes - Place type attribute on the same line (C#)
resharper_place_type_constraints_on_same_lineArrangement of type parameters, constraints and base types - Allow type constraints on the same line, available for: C#
resharper_polymorphic_field_like_event_invocation_highlightingCode Inspection: Invocation of polymorphic field-like event
resharper_possible_infinite_inheritance_highlightingCode Inspection: Possible infinite inheritance
resharper_possible_intended_rethrow_highlightingCode Inspection: Exception rethrow possibly intended
resharper_possible_interface_member_ambiguity_highlightingCode Inspection: Possible ambiguity while accessing member by interface
resharper_possible_invalid_cast_exception_highlightingCode Inspection: Possible 'System.InvalidCastException'
resharper_possible_invalid_cast_exception_in_foreach_loop_highlightingCode Inspection: Possible 'System.InvalidCastException' in foreach loop
resharper_possible_invalid_operation_exception_highlightingCode Inspection: Possible 'System.InvalidOperationException'
resharper_possible_loss_of_fraction_highlightingCode Inspection: Possible loss of fraction
resharper_possible_mistaken_argument_highlightingCode Inspection: Possible mistaken argument
resharper_possible_mistaken_call_to_get_type_1_highlightingCode Inspection: Possible mistaken call to GetType()
resharper_possible_mistaken_call_to_get_type_2_highlightingCode Inspection: Possible mistaken call to GetType()
resharper_possible_multiple_enumeration_highlightingCode Inspection: Possible multiple enumeration
resharper_possible_multiple_write_access_in_double_check_locking_highlightingCode Inspection: Possible incorrect implementation of Double-Check Locking pattern. Possible multiple write access to checked field
resharper_possible_null_reference_exception_highlightingCode Inspection: Possible 'System.NullReferenceException'
resharper_possible_struct_member_modification_of_non_variable_struct_highlightingCode Inspection: Value assigned to a property of non-variable qualifier expression can be lost
resharper_possible_unintended_linear_search_in_set_highlightingCode Inspection: Possibly unintended linear search in set
resharper_possible_unintended_queryable_as_enumerable_highlightingCode Inspection: IQueryable is possibly unintentionally used as IEnumerable
resharper_possible_unintended_reference_comparison_highlightingCode Inspection: Possible unintended reference comparison
resharper_possible_write_to_me_highlightingCode Inspection: Possible write to 'Me'
resharper_possibly_impure_method_call_on_readonly_variable_highlightingCode Inspection: Possibly impure struct method is called on readonly variable: struct value always copied before invocation
resharper_possibly_incorrectly_broken_statement_highlightingCode Inspection: Statement is possibly incorrectly broken by a newline
resharper_possibly_missing_indexer_initializer_comma_highlightingCode Inspection: Possibly missing comma before indexer initializer
resharper_possibly_mistaken_use_of_interpolated_string_insert_highlightingCode Inspection: Possibly unintended string interpolation instead of format string template.
resharper_possibly_mistaken_use_of_params_method_highlightingCode Inspection: Method with 'params' is invoked while more specific method is available
resharper_possibly_unassigned_property_highlightingCode Inspection: Use of possibly unassigned property or global variable
resharper_prefer_explicit_discard_declaration'var' usage in declarations - Use 'var' keyword for discards (C#)
resharper_prefer_qualified_referenceReference qualification and 'using' directives - Prefer fully qualified references, available for: C#, Razor CSharp, VB.NET
resharper_prefer_separate_deconstructed_variables_declaration'var' usage in declarations - Prefer separate declarations for deconstructed variables (C#)
resharper_private_field_can_be_converted_to_local_variable_highlightingCode Inspection: Private field can be converted to local variable
resharper_private_variable_can_be_made_readonly_highlightingCode Inspection: Private class field can be made readonly
resharper_property_can_be_made_init_only_global_highlightingCode Inspection: Property can be made init-only (non-private accessibility)
resharper_property_can_be_made_init_only_local_highlightingCode Inspection: Property can be made init-only (private accessibility)
resharper_property_getter_cannot_have_parameters_highlightingCode Inspection: Property getter cannot have parameters
resharper_property_not_resolved_highlightingCode Inspection: Cannot resolve property
resharper_property_setter_must_have_single_parameter_highlightingCode Inspection: Property setter must have a single parameter
resharper_protobuf_brace_styleBraces layout style (generalized)
resharper_public_constructor_in_abstract_class_highlightingCode Inspection: Make constructor in abstract class protected
resharper_pure_attribute_on_void_method_highlightingCode Inspection: 'void' method is annotated by [Pure] attribute
resharper_qualified_expression_is_null_highlightingCode Inspection: Qualifier is 'null' or 'undefined'
resharper_qualified_expression_maybe_null_highlightingCode Inspection: Qualifier can be 'null' or 'undefined'
resharper_qualified_using_at_nested_scopeReference qualification and 'using' directives - Prefer fully qualified using name at nested scope (C#)
resharper_quote_styleQuotes - Quote style, available for:
resharper_razor_always_use_end_of_line_brace_styleOverride brace style for C# to always use "At end of line (K&R style)" (Razor CSharp)
resharper_razor_layout_not_resolved_highlightingCode Inspection: Unknown Razor layout
resharper_razor_prefer_qualified_referenceUse fully qualified names for @inherits and @model directives (Razor CSharp)
resharper_razor_remove_blank_lines_near_bracesRemove blank lines after "{" and before "}" in @functions (Razor CSharp)
resharper_razor_remove_this_qualifierAlways remove "this." qualifier (override corresponding C# setting) (Razor CSharp)
resharper_razor_section_not_resolved_highlightingCode Inspection: Unknown Razor section
resharper_read_access_in_double_check_locking_highlightingCode Inspection: Possible incorrect implementation of Double-Check Locking pattern. Read access to checked field
resharper_redundant_abstract_modifier_highlightingCode Inspection: Redundant 'abstract' modifier
resharper_redundant_anonymous_type_property_name_highlightingCode Inspection: Redundant anonymous type property explicit name
resharper_redundant_argument_default_value_highlightingCode Inspection: Redundant argument with default value
resharper_redundant_array_creation_expression_highlightingCode Inspection: Array creation can be replaced with array initializer
resharper_redundant_array_lower_bound_specification_highlightingCode Inspection: Redundant array lower bound specification
resharper_redundant_assignment_highlightingCode Inspection: Assignment is not used
resharper_redundant_attribute_parentheses_highlightingCode Inspection: Parentheses are redundant if attribute has no arguments
resharper_redundant_attribute_usage_property_highlightingCode Inspection: Redundant [AttributeUsage] attribute property assignment
resharper_redundant_base_constructor_call_highlightingCode Inspection: Redundant base constructor call
resharper_redundant_base_qualifier_highlightingCode Inspection: Redundant 'base.' qualifier
resharper_redundant_blank_lines_highlightingCode Inspection: Incorrect blank lines (blank lines are redundant elsewhere)
resharper_redundant_block_highlightingCode Inspection: Redundant block
resharper_redundant_bool_compare_highlightingCode Inspection: Redundant boolean comparison
resharper_redundant_case_label_highlightingCode Inspection: Redundant 'case' label
resharper_redundant_cast_0_highlightingCode Inspection: Redundant cast to 'object'
resharper_redundant_cast_highlightingCode Inspection: Redundant cast
resharper_redundant_catch_clause_highlightingCode Inspection: Redundant catch clause
resharper_redundant_check_before_assignment_highlightingCode Inspection: Redundant condition check before assignments
resharper_redundant_collection_initializer_element_braces_highlightingCode Inspection: Redundant braces in collection initializer
resharper_redundant_comparison_with_boolean_highlightingCode Inspection: Comparison of boolean with boolean value is equivalent to value or negated value
resharper_redundant_declaration_semicolon_highlightingCode Inspection: Redundant semicolon after type or namespace declaration
resharper_redundant_default_member_initializer_highlightingCode Inspection: Redundant member initializer
resharper_redundant_delegate_creation_highlightingCode Inspection: Explicit delegate creation expression is redundant
resharper_redundant_discard_designation_highlightingCode Inspection: Redundant discard designation
resharper_redundant_discarded_pattern_highlightingCode Inspection: Redundant discarded property pattern
resharper_redundant_else_block_highlightingCode Inspection: Redundant 'else' block
resharper_redundant_empty_case_else_highlightingCode Inspection: Redundant empty 'Case Else' statement
resharper_redundant_empty_constructor_highlightingCode Inspection: Redundant empty constructor without parameters
resharper_redundant_empty_finally_block_highlightingCode Inspection: Redundant empty finally block
resharper_redundant_empty_object_creation_argument_list_highlightingCode Inspection: Redundant empty argument list on object creation expression
resharper_redundant_empty_object_or_collection_initializer_highlightingCode Inspection: Redundant empty object or collection initializer
resharper_redundant_empty_switch_section_highlightingCode Inspection: Redundant empty switch section
resharper_redundant_enumerable_cast_call_highlightingCode Inspection: Redundant 'IEnumerable.Cast<T>' or 'IEnumerable.OfType<T>' call
resharper_redundant_explicit_array_creation_highlightingCode Inspection: Redundant explicit type in array creation
resharper_redundant_explicit_array_size_highlightingCode Inspection: Redundant explicit size specification in array creation
resharper_redundant_explicit_nullable_creation_highlightingCode Inspection: Redundant explicit nullable type creation
resharper_redundant_explicit_params_array_creation_highlightingCode Inspection: Redundant explicit array creation in argument of 'params' parameter
resharper_redundant_explicit_tuple_component_name_highlightingCode Inspection: Redundant explicit tuple component name
resharper_redundant_extends_list_entry_highlightingCode Inspection: Redundant class or interface specification in base types list
resharper_redundant_fixed_pointer_declaration_highlightingCode Inspection: Redundant fixed pointer declaration
resharper_redundant_if_else_block_highlightingCode Inspection: Redundant 'else' keyword
resharper_redundant_if_statement_then_keyword_highlightingCode Inspection: Keyword 'Then' is redundant in multiline 'If' statement
resharper_redundant_immediate_delegate_invocation_highlightingCode Inspection: Immediate delegate invocation
resharper_redundant_intermediate_variable_highlightingCode Inspection: Intermediate local variable is redundant and can be safely inlined
resharper_redundant_iterator_keyword_highlightingCode Inspection: Iterator function without 'Yield' statements
resharper_redundant_jump_statement_highlightingCode Inspection: Redundant control flow jump statement
resharper_redundant_lambda_parameter_type_highlightingCode Inspection: Redundant lambda expression parameter type specification
resharper_redundant_lambda_signature_parentheses_highlightingCode Inspection: Redundant lambda signature parentheses
resharper_redundant_linebreak_highlightingCode Inspection: Incorrect line breaks (line break is redundant elsewhere)
resharper_redundant_local_class_name_highlightingCode Inspection: Redundant local class name
resharper_redundant_local_function_name_highlightingCode Inspection: Redundant local function name
resharper_redundant_logical_conditional_expression_operand_highlightingCode Inspection: Redundant operand in logical conditional expression
resharper_redundant_me_qualifier_highlightingCode Inspection: Redundant 'Me.' qualifier
resharper_redundant_my_base_qualifier_highlightingCode Inspection: Redundant 'MyBase.' qualifier
resharper_redundant_my_class_qualifier_highlightingCode Inspection: Redundant 'MyClass.' qualifier
resharper_redundant_name_qualifier_highlightingCode Inspection: Redundant name qualifier
resharper_redundant_not_null_constraint_highlightingCode Inspection: Redundant 'notnull' constraint on type parameter constrained by non-nullable base type.
resharper_redundant_nullable_annotation_on_reference_type_constraint_highlightingCode Inspection: Redundant nullable annotation on 'class?' constraint of type parameter constrained by non-nullable base type.
resharper_redundant_nullable_annotation_on_type_constraint_has_non_nullable_base_type_highlightingCode Inspection: Redundant nullable annotation on base type constraint of type parameter constrained by another non-nullable base type.
resharper_redundant_nullable_annotation_on_type_constraint_has_non_nullable_type_kind_highlightingCode Inspection: Redundant nullable annotation on base type constraint of type parameter having non-nullable type kind.
resharper_redundant_nullable_type_mark_highlightingCode Inspection: Type check for nullable type is equal to underlying type check
resharper_redundant_overflow_checking_context_highlightingCode Inspection: Redundant arithmetic overflow checking context
resharper_redundant_overload_global_highlightingCode Inspection: Redundant method overload (non-private accessibility)
resharper_redundant_overload_local_highlightingCode Inspection: Redundant method overload (private accessibility)
resharper_redundant_overridden_member_highlightingCode Inspection: Redundant member override
resharper_redundant_params_highlightingCode Inspection: 'params' modifier is always ignored on overrides
resharper_redundant_parent_type_declaration_highlightingCode Inspection: Redundant parent type specification in extends/implements
resharper_redundant_parentheses_highlightingCode Inspection: Remove redundant parentheses
resharper_redundant_property_parentheses_highlightingCode Inspection: Parameterless property parentheses are redundant
resharper_redundant_property_pattern_clause_highlightingCode Inspection: Redundant property pattern clause
resharper_redundant_qualifier_highlightingCode Inspection: Redundant qualifier
resharper_redundant_query_order_by_ascending_keyword_highlightingCode Inspection: Redundant 'orderby' clause 'ascending' keyword
resharper_redundant_range_bound_highlightingCode Inspection: Redundant range bound
resharper_redundant_readonly_modifier_highlightingCode Inspection: Redundant 'readonly' modifier
resharper_redundant_setter_value_parameter_declaration_highlightingCode Inspection: Explicit 'value' parameter declaration is redundant
resharper_redundant_space_highlightingCode Inspection: Incorrect spacing (space is redundant elsewhere)
resharper_redundant_string_format_call_highlightingCode Inspection: Redundant 'string.Format()' call
resharper_redundant_string_interpolation_highlightingCode Inspection: Redundant string interpolation
resharper_redundant_string_to_char_array_call_highlightingCode Inspection: Redundant 'string.ToCharArray()' call
resharper_redundant_string_type_highlightingCode Inspection: Redundant string type
resharper_redundant_ternary_expression_highlightingCode Inspection: Redundant conditional ternary expression usage
resharper_redundant_to_string_call_for_value_type_highlightingCode Inspection: Redundant 'object.ToString()' call for value types
resharper_redundant_to_string_call_highlightingCode Inspection: Redundant 'object.ToString()' call
resharper_redundant_type_arguments_of_method_highlightingCode Inspection: Redundant type arguments of method
resharper_redundant_type_cast_highlightingCode Inspection: Type cast is redundant: expression is always of provided type
resharper_redundant_type_cast_structural_highlightingCode Inspection: Type cast is redundant: expression is of a structurally compatible type
resharper_redundant_unsafe_context_highlightingCode Inspection: Unsafe context declaration is redundant
resharper_redundant_using_directive_highlightingCode Inspection: Redundant using directive
resharper_redundant_variable_type_specification_highlightingCode Inspection: Type specification is redundant, because variable type is contextually determined from the type of assigned value
resharper_redundant_verbatim_prefix_highlightingCode Inspection: Redundant verbatim prefix
resharper_redundant_verbatim_string_prefix_highlightingCode Inspection: Redundant verbatim string prefix
resharper_redundant_with_expression_highlightingCode Inspection: Empty 'with' expression is redundant
resharper_reference_equals_with_value_type_highlightingCode Inspection: 'Object.ReferenceEquals' is always false because it is called with value type
resharper_reg_exp_inspections_highlightingCode Inspection: Regular Expression Inspections
resharper_remove_blank_lines_near_bracesRemove blank lines after "{" and before "}" in @functions (Razor CSharp)
resharper_remove_blank_lines_near_braces_in_codeBlank lines in code - Remove blank lines after "{" and before "}" in code (C#)
resharper_remove_blank_lines_near_braces_in_declarationsBlank lines in declarations - Remove blank lines after "{" and before "}" in declarations (C#)
resharper_remove_constructor_invocation_highlightingCode Inspection: Remove constructor invocation
resharper_remove_redundant_braces_highlightingCode Inspection: Use preferred braces style (remove redundant braces)
resharper_remove_redundant_or_statement_false_highlightingCode Inspection: Remove redundant statement
resharper_remove_redundant_or_statement_true_highlightingCode Inspection: Remove redundant statement
resharper_remove_this_qualifierAlways remove "this." qualifier (override corresponding C# setting) (Razor CSharp)
resharper_remove_to_list_1_highlightingCode Inspection: Remove ToList()
resharper_remove_to_list_2_highlightingCode Inspection: Remove ToList()
resharper_replace_indicing_with_array_destructuring_highlightingCode Inspection: Subsequent indexers can be replaced by a destructuring declaration or assignment
resharper_replace_indicing_with_short_hand_properties_after_destructuring_highlightingCode Inspection: Subsequent indexers in object literal fields can be simplified with destructuring
resharper_replace_undefined_checking_series_with_object_destructuring_highlightingCode Inspection: A series of undefined-checks for properties can be replaced with destructuring
resharper_replace_with_destructuring_swap_highlightingCode Inspection: Intermediate local variable is redundant because it can be replaced with a destructuring swap expression
resharper_replace_with_first_or_default_1_highlightingCode Inspection: Replace with FirstOrDefault($args$)
resharper_replace_with_first_or_default_2_highlightingCode Inspection: Replace with FirstOrDefault($args$)
resharper_replace_with_first_or_default_3_highlightingCode Inspection: Replace with FirstOrDefault($args$)
resharper_replace_with_first_or_default_4_highlightingCode Inspection: Replace with FirstOrDefault($args$)
resharper_replace_with_last_or_default_1_highlightingCode Inspection: Replace with LastOrDefault($args$)
resharper_replace_with_last_or_default_2_highlightingCode Inspection: Replace with LastOrDefault($args$)
resharper_replace_with_last_or_default_3_highlightingCode Inspection: Replace with LastOrDefault($args$)
resharper_replace_with_last_or_default_4_highlightingCode Inspection: Replace with LastOrDefault($args$)
resharper_replace_with_of_type_1_highlightingCode Inspection: Replace with OfType<T>()
resharper_replace_with_of_type_2_highlightingCode Inspection: Replace with OfType<T>()
resharper_replace_with_of_type_3_highlightingCode Inspection: Replace with OfType<T>()
resharper_replace_with_of_type_any_1_highlightingCode Inspection: Replace with OfType<T>().Any()
resharper_replace_with_of_type_any_2_highlightingCode Inspection: Replace with OfType<T>().Any() (replace with OfType<T>().Any(..))
resharper_replace_with_of_type_count_1_highlightingCode Inspection: Replace with OfType<T>().Count()
resharper_replace_with_of_type_count_2_highlightingCode Inspection: Replace with OfType<T>().Count() (replace with OfType<T>().Count(..))
resharper_replace_with_of_type_first_1_highlightingCode Inspection: Replace with OfType<T>().First()
resharper_replace_with_of_type_first_2_highlightingCode Inspection: Replace with OfType<T>().First() (replace with OfType<T>().First(..))
resharper_replace_with_of_type_first_or_default_1_highlightingCode Inspection: Replace with OfType<T>().FirstOrDefault()
resharper_replace_with_of_type_first_or_default_2_highlightingCode Inspection: Replace with OfType<T>().FirstOrDefault() (replace with OfType<T>().FirstOrDefault(..))
resharper_replace_with_of_type_last_1_highlightingCode Inspection: Replace with OfType<T>().Last()
resharper_replace_with_of_type_last_2_highlightingCode Inspection: Replace with OfType<T>().Last() (replace with OfType<T>().Last(..))
resharper_replace_with_of_type_last_or_default_1_highlightingCode Inspection: Replace with OfType<T>().LastOrDefault()
resharper_replace_with_of_type_last_or_default_2_highlightingCode Inspection: Replace with OfType<T>().LastOrDefault() (replace with OfType<T>().LastOrDefault(..))
resharper_replace_with_of_type_long_count_highlightingCode Inspection: Replace with OfType<T>().LongCount()
resharper_replace_with_of_type_single_1_highlightingCode Inspection: Replace with OfType<T>().Single()
resharper_replace_with_of_type_single_2_highlightingCode Inspection: Replace with OfType<T>().Single() (replace with OfType<T>().Single(..))
resharper_replace_with_of_type_single_or_default_1_highlightingCode Inspection: Replace with OfType<T>().SingleOrDefault()
resharper_replace_with_of_type_single_or_default_2_highlightingCode Inspection: Replace with OfType<T>().SingleOrDefault() (replace with OfType<T>().SingleOrDefault(..))
resharper_replace_with_of_type_where_highlightingCode Inspection: Replace with OfType<T>().Where() (replace with OfType<T>().Where(..))
resharper_replace_with_simple_assignment_false_highlightingCode Inspection: Replace with simple assignment
resharper_replace_with_simple_assignment_true_highlightingCode Inspection: Replace with simple assignment
resharper_replace_with_single_assignment_false_highlightingCode Inspection: Replace with single assignment
resharper_replace_with_single_assignment_true_highlightingCode Inspection: Replace with single assignment
resharper_replace_with_single_call_to_any_highlightingCode Inspection: Replace with single call to Any(..)
resharper_replace_with_single_call_to_count_highlightingCode Inspection: Replace with single call to Count(..)
resharper_replace_with_single_call_to_first_highlightingCode Inspection: Replace with single call to First(..)
resharper_replace_with_single_call_to_first_or_default_highlightingCode Inspection: Replace with single call to FirstOrDefault(..)
resharper_replace_with_single_call_to_last_highlightingCode Inspection: Replace with single call to Last(..)
resharper_replace_with_single_call_to_last_or_default_highlightingCode Inspection: Replace with single call to LastOrDefault(..)
resharper_replace_with_single_call_to_single_highlightingCode Inspection: Replace with single call to Single(..)
resharper_replace_with_single_call_to_single_or_default_highlightingCode Inspection: Replace with single call to SingleOrDefault(..)
resharper_replace_with_single_or_default_1_highlightingCode Inspection: Replace with SingleOrDefault($args$)
resharper_replace_with_single_or_default_2_highlightingCode Inspection: Replace with SingleOrDefault($args$)
resharper_replace_with_single_or_default_3_highlightingCode Inspection: Replace with SingleOrDefault($args$)
resharper_replace_with_single_or_default_4_highlightingCode Inspection: Replace with SingleOrDefault($args$)
resharper_replace_with_string_is_null_or_empty_highlightingCode Inspection: Use 'String.IsNullOrEmpty'
resharper_required_base_types_conflict_highlightingCode Inspection: Required base type conflicting another type
resharper_required_base_types_direct_conflict_highlightingCode Inspection: Type specified in '[BaseTypeRequired]' attribute conflicts another type
resharper_required_base_types_is_not_inherited_highlightingCode Inspection: Base type is required
resharper_resource_item_not_resolved_highlightingCode Inspection: Cannot resolve resource item
resharper_resource_not_resolved_highlightingCode Inspection: Cannot resolve resource
resharper_resx_not_resolved_highlightingCode Inspection: Cannot resolve symbol
resharper_return_from_global_scopet_with_value_highlightingCode Inspection: Return statement with a value in the global scope
resharper_return_type_can_be_enumerable_global_highlightingCode Inspection: Return type can be IEnumerable<T> (non-private accessibility)
resharper_return_type_can_be_enumerable_local_highlightingCode Inspection: Return type can be IEnumerable<T> (private accessibility)
resharper_return_type_can_be_not_nullable_highlightingCode Inspection: Return type of a function can be non-nullable
resharper_return_value_of_pure_method_is_not_used_highlightingCode Inspection: Return value of pure method is not used
resharper_safe_cast_is_used_as_type_check_highlightingCode Inspection: Try cast and check for null can be replaced with a type check
resharper_same_imports_with_different_name_highlightingCode Inspection: Same item is imported twice with different names
resharper_same_variable_assignment_highlightingCode Inspection: Assignment of a local variable to itself is redundant
resharper_sealed_member_in_sealed_class_highlightingCode Inspection: Sealed member in sealed class
resharper_separate_control_transfer_statement_highlightingCode Inspection: Separate control transfer statement with blank line
resharper_service_contract_without_operations_highlightingCode Inspection: Interfaces marked as ServiceContract should declare at least one OperationContract
resharper_shift_expression_real_shift_count_is_zero_highlightingCode Inspection: Actual shift count equals zero.
resharper_shift_expression_result_equals_zero_highlightingCode Inspection: Constant shift expression with non-zero operands results in zero value.
resharper_shift_expression_right_operand_not_equal_real_count_highlightingCode Inspection: Suspicious shift count for this type of left operand.
resharper_shift_expression_zero_left_operand_highlightingCode Inspection: Shift expression with zero left operand equals zero.
resharper_similar_anonymous_type_nearby_highlightingCode Inspection: Similar anonymous type detected nearby
resharper_similar_expressions_comparison_highlightingCode Inspection: Similar expressions comparison
resharper_simple_embedded_statement_stylePlace on new line - Break line in single embedded statement, available for:
resharper_simplify_conditional_operator_highlightingCode Inspection: Simplify conditional operator
resharper_simplify_conditional_ternary_expression_highlightingCode Inspection: Simplify conditional ternary expression
resharper_simplify_i_if_highlightingCode Inspection: Simplify 'IIf'
resharper_simplify_linq_expression_use_all_highlightingCode Inspection: Simplify LINQ expression (use 'All')
resharper_simplify_linq_expression_use_any_highlightingCode Inspection: Simplify LINQ expression (use 'Any')
resharper_sort_usings_with_system_firstReference qualification and 'using' directives - Place 'System.*' and 'Windows.*' namespaces first when sorting 'using' directives (C#)
resharper_space_after_ampersand_opAfter unary operators - Unsafe addressof operator (&) (C#)
resharper_space_after_asterik_opAfter unary operators - Unsafe asterisk operator (*) (C#)
resharper_space_after_attribute_colonAround colon - After other colons (C#)
resharper_space_after_attribute_target_colonAttributes - After attribute target colon (VB.NET)
resharper_space_after_attributesAttributes - After attributes (C#)
resharper_space_after_castOther - , available for: C#
resharper_space_after_colonAround colon - After other colons (C#)
resharper_space_after_colon_in_caseAround colon - After colon in "case" statement, available for: C#
resharper_space_after_colon_in_inheritance_clauseAround colon - After base types list colon, available for: C#
resharper_space_after_commaSpace after comma (generalized)
resharper_space_after_keywords_in_control_flow_statementsSpace before parenthesis of control flow statements (generalized)
resharper_space_after_last_attributeInside of tag header - Space after last attribute, available for:
resharper_space_after_last_pi_attributeProcessing instructions - Space after last attribute, available for:
resharper_space_after_logical_not_opAfter unary operators - Logical not operator (!) (C#)
resharper_space_after_operator_keywordOther - After operator keyword (C#)
resharper_space_after_property_colonProperty - After colon, available for:
resharper_space_after_semicolon_in_for_statementAround comma and semicolon - , available for: C#
resharper_space_after_ternary_colonIn ternary operator - After ':', available for: C#
resharper_space_after_ternary_questIn ternary operator - After '?', available for: C#
resharper_space_after_type_parameter_constraint_colonAround colon - After type parameter constraint colon, available for: C#
resharper_space_after_unary_minus_opAfter unary operators - Unary minus operator (-) (C#)
resharper_space_after_unary_opAround operations - After unary operators (VB.NET)
resharper_space_after_unary_operatorSpace after unary operators (!, -, ~,...) (generalized)
resharper_space_after_unary_plus_opAfter unary operators - Unary plus operator (+) (C#)
resharper_space_around_additive_opAround binary operators - Additive operators (+,-), available for: C#, VB.NET
resharper_space_around_alias_eqOther - Around '=' in namespace alias directive, available for: C#
resharper_space_around_arrow_opAround binary operators - Unsafe arrow operator (->) (C#)
resharper_space_around_assignment_opAround binary operators - Assignment operators (=,+=,...), available for: C#, VB.NET
resharper_space_around_assignment_operatorIn expressions - Around assignment operator, available for:
resharper_space_around_binary_operatorSpace around binary operators (+, ||, =, ...) (generalized)
resharper_space_around_bitwise_opAround binary operators - Bitwise operators (&,|,^) (C#)
resharper_space_around_dotOther - Around dot, available for: C#, VB.NET
resharper_space_around_equality_opAround binary operators - Equality operators (==,!=) (C#)
resharper_space_around_lambda_arrowOther - Around lambda arrow (C#)
resharper_space_around_logical_opAround binary operators - Logical operators (&&,||) (C#)
resharper_space_around_member_access_operatorSpace around member access operators (., ->, ...) (generalized)
resharper_space_around_multiplicative_opAround binary operators - Multiplicative operators (*,/,%), available for: C#, VB.NET
resharper_space_around_nullcoalescing_opAround binary operators - Null coalescing operator (??) (C#)
resharper_space_around_relational_opAround binary operators - Relational operators (<,>,<=,>=), available for: C#, VB.NET
resharper_space_around_shift_opAround binary operators - Shift operators (<<,>>), available for: C#, VB.NET
resharper_space_around_stmt_colonOther - Around statement ':' (VB.NET)
resharper_space_around_ternary_operatorSpace around ternary operators (?, :) (generalized)
resharper_space_before_array_access_bracketsAround array brackets - Before array access brackets, available for: C#
resharper_space_before_array_rank_bracketsAround array brackets - Before array rank brackets (C#)
resharper_space_before_array_rank_parenthesesArrays - Before array rank parentheses (VB.NET)
resharper_space_before_attribute_colonAround colon - Before other colons (C#)
resharper_space_before_attribute_target_colonAttributes - Before attribute target colon (VB.NET)
resharper_space_before_catch_parenthesesBefore parentheses in statements - "catch" parentheses (C#)
resharper_space_before_checked_parenthesesBefore other parentheses - "checked" and "unchecked" parentheses (C#)
resharper_space_before_colonAround colon - Before other colons (C#)
resharper_space_before_colon_in_caseAround colon - Before colon in "case" statement, available for: C#
resharper_space_before_colon_in_inheritance_clauseAround colon - Before base types list colon, available for: C#
resharper_space_before_commaSpace before comma (generalized)
resharper_space_before_default_parenthesesBefore other parentheses - "default" parentheses (C#)
resharper_space_before_empty_invocation_parenthesesNearby parentheses - Before empty invocation parentheses (VB.NET)
resharper_space_before_empty_method_call_parenthesesBefore other parentheses - Method call empty parentheses, available for: C#
resharper_space_before_empty_method_parenthesesBefore other parentheses - Method declaration empty parentheses, available for: C#, VB.NET
resharper_space_before_fixed_parenthesesBefore parentheses in statements - "fixed" parentheses (C#)
resharper_space_before_for_parenthesesBefore parentheses in statements - "for" parentheses (C#)
resharper_space_before_foreach_parenthesesBefore parentheses in statements - "foreach" parentheses (C#)
resharper_space_before_if_parenthesesBefore parentheses in statements - "if" parentheses (C#)
resharper_space_before_invocation_parenthesesNearby parentheses - Before invocation parentheses (VB.NET)
resharper_space_before_label_colonOther - Before ':' in label (VB.NET)
resharper_space_before_lock_parenthesesBefore parentheses in statements - "lock" parentheses (C#)
resharper_space_before_method_call_parenthesesBefore other parentheses - Method call parentheses, available for: C#
resharper_space_before_method_parenthesesBefore other parentheses - Method declaration parentheses, available for: C#, VB.NET
resharper_space_before_nameof_parenthesesBefore other parentheses - "nameof" parentheses (C#)
resharper_space_before_nullable_markOther - Before nullable mark (C#)
resharper_space_before_open_square_bracketsSpace before brackets (generalized)
resharper_space_before_pointer_asterik_declarationOther - Before unsafe pointer declaration (C#)
resharper_space_before_property_colonProperty - Before colon, available for:
resharper_space_before_self_closingInside of tag header - Space before '/>', available for:
resharper_space_before_semicolonAround comma and semicolon - Before semicolon, available for: C#
resharper_space_before_semicolon_in_for_statementAround comma and semicolon - , available for: C#
resharper_space_before_singleline_accessorholderAround braces - Before single line accessors block (C#)
resharper_space_before_sizeof_parenthesesBefore other parentheses - "sizeof" parentheses (C#)
resharper_space_before_switch_parenthesesBefore parentheses in statements - "switch" parentheses (C#)
resharper_space_before_ternary_colonIn ternary operator - Before ':', available for: C#
resharper_space_before_ternary_questIn ternary operator - Before '?', available for: C#
resharper_space_before_trailing_commentOther - Before end of line comment, available for: C#
resharper_space_before_type_argument_angleAround angle brackets - Before type argument list angle (C#)
resharper_space_before_type_parameter_angleAround angle brackets - Before type parameter list angle (C#)
resharper_space_before_type_parameter_constraint_colonAround colon - Before type parameter constraint colon, available for: C#
resharper_space_before_type_parameter_parenthesesNearby parentheses - Before type parameter parentheses (VB.NET)
resharper_space_before_typeof_parenthesesBefore other parentheses - "typeof" parentheses (C#)
resharper_space_before_using_parenthesesBefore parentheses in statements - "using" parentheses (C#)
resharper_space_before_while_parenthesesBefore parentheses in statements - "while" parentheses (C#)
resharper_space_between_accessors_in_singleline_propertyAround braces - Between accessors in single line property/event (C#)
resharper_space_between_attribute_sectionsAttributes - Between attribute sections (C#)
resharper_space_between_empty_square_bracketsAround array brackets - Within array rank empty brackets, available for: C#
resharper_space_between_keyword_and_expressionBefore other parentheses - Between keyword and expression (C#)
resharper_space_between_keyword_and_typeBefore other parentheses - Between keyword and type (C#)
resharper_space_between_method_call_empty_parameter_list_parenthesesWithin other parentheses - , available for: C#
resharper_space_between_method_call_name_and_opening_parenthesisSpace before method call parenthesis (generalized)
resharper_space_between_method_call_parameter_list_parenthesesWithin other parentheses - , available for: C#
resharper_space_between_method_declaration_empty_parameter_list_parenthesesWithin other parentheses - , available for: C#
resharper_space_between_method_declaration_name_and_open_parenthesisSpace before method declaration parenthesis (generalized)
resharper_space_between_method_declaration_parameter_list_parenthesesWithin other parentheses - , available for: C#
resharper_space_between_parentheses_of_control_flow_statementsSpace within parenthesis of control flow statements (generalized)
resharper_space_between_square_bracketsSpace within brackets (generalized)
resharper_space_between_typecast_parenthesesWithin other parentheses - Type cast parentheses, available for: C#
resharper_space_in_singleline_accessorholderAround braces - Within single line accessor (C#)
resharper_space_in_singleline_anonymous_methodAround braces - Within single line anonymous method (C#)
resharper_space_in_singleline_methodAround braces - Within single line method (C#)
resharper_space_near_postfix_and_prefix_opAfter unary operators - Before/after ++ and -- (C#)
resharper_space_within_array_access_bracketsAround array brackets - Within array access brackets, available for: C#
resharper_space_within_array_initialization_bracesArrays - Within array initialization braces (VB.NET)
resharper_space_within_array_rank_bracketsAround array brackets - Within array rank brackets (C#)
resharper_space_within_array_rank_empty_bracketsAround array brackets - Within array rank empty brackets (C#)
resharper_space_within_array_rank_empty_parenthesesArrays - Within empty array rank parentheses (VB.NET)
resharper_space_within_array_rank_parenthesesArrays - Within array rank parentheses (VB.NET)
resharper_space_within_attribute_anglesAttributes - Within attribute angles (VB.NET)
resharper_space_within_attribute_bracketsAttributes - Within attribute brackets (C#)
resharper_space_within_catch_parenthesesWithin parentheses in statements - "catch" parentheses (C#)
resharper_space_within_checked_parenthesesWithin other parentheses - "checked" and "unchecked" parentheses (C#)
resharper_space_within_default_parenthesesWithin other parentheses - "default" parentheses (C#)
resharper_space_within_empty_bracesAround braces - Space between empty braces (C#)
resharper_space_within_empty_invocation_parenthesesNearby parentheses - Within empty invocation parentheses (VB.NET)
resharper_space_within_empty_method_parenthesesNearby parentheses - Within empty method declaration parentheses (VB.NET)
resharper_space_within_expression_parenthesesExpression - Within parentheses, available for:, VB.NET
resharper_space_within_fixed_parenthesesWithin parentheses in statements - "fixed" parentheses (C#)
resharper_space_within_for_parenthesesWithin parentheses in statements - "for" parentheses (C#)
resharper_space_within_foreach_parenthesesWithin parentheses in statements - "foreach" parentheses (C#)
resharper_space_within_if_parenthesesWithin parentheses in statements - "if" parentheses (C#)
resharper_space_within_invocation_parenthesesNearby parentheses - Within invocation parentheses (VB.NET)
resharper_space_within_lock_parenthesesWithin parentheses in statements - "lock" parentheses (C#)
resharper_space_within_method_parenthesesNearby parentheses - Within method declaration parentheses (VB.NET)
resharper_space_within_nameof_parenthesesWithin other parentheses - "nameof" parentheses (C#)
resharper_space_within_parenthesesWithin other parentheses - Parentheses, available for: C#
resharper_space_within_single_line_array_initializer_bracesAround braces - Within single-line expression braces (C#)
resharper_space_within_sizeof_parenthesesWithin other parentheses - "sizeof" parentheses (C#)
resharper_space_within_switch_parenthesesWithin parentheses in statements - "switch" parentheses (C#)
resharper_space_within_tuple_parenthesesNearby parentheses - Within tuple parentheses (VB.NET)
resharper_space_within_type_argument_anglesAround angle brackets - Type argument angles (C#)
resharper_space_within_type_parameter_anglesAround angle brackets - Type parameter angles (C#)
resharper_space_within_type_parameter_parenthesesNearby parentheses - Within type parameter parentheses (VB.NET)
resharper_space_within_typeof_parenthesesWithin other parentheses - "typeof" parentheses (C#)
resharper_space_within_using_parenthesesWithin parentheses in statements - "using" parentheses (C#)
resharper_space_within_while_parenthesesWithin parentheses in statements - "while" parentheses (C#)
resharper_spaces_around_eq_in_attributeInside of tag header - Spaces around '=' in attribute, available for:
resharper_spaces_around_eq_in_pi_attributeProcessing instructions - Spaces around '=' in attribute, available for:
resharper_spaces_inside_tagsTag content - Spaces after start-tag and before end-tag otherwise, available for:
resharper_special_else_if_treatmentGeneral - Special "else if" treatment, available for: C#
resharper_specify_a_culture_in_string_conversion_explicitly_highlightingCode Inspection: Specify string culture explicitly
resharper_specify_string_comparison_highlightingCode Inspection: Specify string comparison explicitly
resharper_specify_variable_type_explicitly_highlightingCode Inspection: Type of variable may be specified explicitly
resharper_stack_alloc_inside_loop_highlightingCode Inspection: Using stackalloc inside loop
resharper_statement_termination_highlightingCode Inspection: Statement termination doesn't match code style
resharper_static_member_in_generic_type_highlightingCode Inspection: Static field or auto-property in generic type
resharper_static_member_initializer_referes_to_member_below_highlightingCode Inspection: Static member initializer refers to static member below or in other part
resharper_static_members_qualify_membersStatic members qualification - Members to qualify (C#)
resharper_static_members_qualify_withStatic members qualification - Qualify with the name of (C#)
resharper_static_problem_in_text_highlightingCode Inspection: Cannot access static symbol in text argument
resharper_stick_commentOther indents - Don't indent comments started at first column, available for: C#, VB.NET
resharper_string_compare_is_culture_specific_1_highlightingCode Inspection: String.Compare is culture-specific (string.Compare(string, string) is culture-specific)
resharper_string_compare_is_culture_specific_2_highlightingCode Inspection: String.Compare is culture-specific (string.Compare(string, string, bool) is culture-specific)
resharper_string_compare_is_culture_specific_3_highlightingCode Inspection: String.Compare is culture-specific (string.Compare(string, string, bool) is culture-specific)
resharper_string_compare_is_culture_specific_4_highlightingCode Inspection: String.Compare is culture-specific (string.Compare(string, int, string, int) is culture-specific)
resharper_string_compare_is_culture_specific_5_highlightingCode Inspection: String.Compare is culture-specific (string.Compare(string, int, string, int, bool) is culture-specific)
resharper_string_compare_is_culture_specific_6_highlightingCode Inspection: String.Compare is culture-specific (string.Compare(string, int, string, int, bool) is culture-specific)
resharper_string_compare_to_is_culture_specific_highlightingCode Inspection: String.CompareTo is culture-specific
resharper_string_concatenation_to_template_string_highlightingCode Inspection: String concatenation can be converted to a template string
resharper_string_ends_with_is_culture_specific_highlightingCode Inspection: String.EndsWith is culture-specific (string.EndsWith(string) is culture-specific)
resharper_string_index_of_is_culture_specific_1_highlightingCode Inspection: String.IndexOf is culture-specific (string.IndexOf(string) is culture-specific)
resharper_string_index_of_is_culture_specific_2_highlightingCode Inspection: String.IndexOf is culture-specific (string.IndexOf(string, int) is culture-specific)
resharper_string_index_of_is_culture_specific_3_highlightingCode Inspection: String.IndexOf is culture-specific (string.IndexOf(string, int) is culture-specific)
resharper_string_last_index_of_is_culture_specific_1_highlightingCode Inspection: String.LastIndexOf is culture-specific (string.LastIndexOf(string) is culture-specific)
resharper_string_last_index_of_is_culture_specific_2_highlightingCode Inspection: String.LastIndexOf is culture-specific (string.LastIndexOf(string, int) is culture-specific)
resharper_string_last_index_of_is_culture_specific_3_highlightingCode Inspection: String.LastIndexOf is culture-specific (string.LastIndexOf(string, int) is culture-specific)
resharper_string_literal_as_interpolation_argument_highlightingCode Inspection: String literal can be inlined
resharper_string_literal_typo_highlightingCode Inspection: Typo in string literal
resharper_string_literal_wrong_quotes_highlightingCode Inspection: Non-compliant quotes around string literal
resharper_string_starts_with_is_culture_specific_highlightingCode Inspection: String.StartsWith is culture-specific (string.StartsWith(string) is culture-specific)
resharper_struct_can_be_made_read_only_highlightingCode Inspection: Struct can be made readonly
resharper_struct_member_can_be_made_read_only_highlightingCode Inspection: Struct member can be made readonly
resharper_suggest_base_type_for_parameter_highlightingCode Inspection: Parameter can be declared with base type
resharper_suggest_discard_declaration_var_style_highlightingCode Inspection: Use preferred style for discard declaration
resharper_suggest_var_or_type_built_in_types_highlightingCode Inspection: Use preferred 'var' style (for built-in types)
resharper_suggest_var_or_type_deconstruction_declarations_highlightingCode Inspection: Use preferred 'var' style (in deconstruction declarations)
resharper_suggest_var_or_type_elsewhere_highlightingCode Inspection: Use preferred 'var' style (elsewhere)
resharper_suggest_var_or_type_simple_types_highlightingCode Inspection: Use preferred 'var' style (when type is simple)
resharper_super_call_highlightingCode Inspection: Invocation of parent class may be converted to super call
resharper_super_call_prohibits_this_highlightingCode Inspection: 'super' must be called before accessing 'this' in the constructor of a derived class.
resharper_suppress_nullable_warning_expression_as_inverted_is_expression_highlightingCode Inspection: Nullable warning suppression operator might be confused with inverted 'is' expression
resharper_suspicious_instanceof_check_highlightingCode Inspection: Suspicious 'instanceof' check
resharper_suspicious_lambda_block_highlightingCode Inspection: Possible mistake: ambiguous lambda block and object literal
resharper_suspicious_math_sign_method_highlightingCode Inspection: Math.Sign() method always gives the same result
resharper_suspicious_this_usage_highlightingCode Inspection: Suspicious 'this' usage in context of local function inside class member
resharper_suspicious_type_conversion_global_highlightingCode Inspection: Suspicious type conversion or check
resharper_suspicious_typeof_check_highlightingCode Inspection: Suspicious 'typeof' check
resharper_switch_expression_handles_some_known_enum_values_with_exception_in_default_highlightingCode Inspection: Some values of the enum are not processed inside switch expression and are handled via exception in default arm
resharper_switch_statement_handles_some_known_enum_values_with_default_highlightingCode Inspection: Some values of the enum are not processed inside switch statement and are handled via default section
resharper_switch_statement_missing_some_enum_cases_no_default_highlightingCode Inspection: Some values of the enum are not processed inside switch statement
resharper_symbol_from_not_copied_locally_reference_used_warning_highlightingCode Inspection: Symbol from module that might be missing at runtime
resharper_tabs_and_spaces_mismatch_highlightingCode Inspection: Incorrect indent (tabs/spaces mismatch)
resharper_tabs_are_disallowed_highlightingCode Inspection: Usage of tabulation character for indentation is prohibited
resharper_tabs_outside_indent_highlightingCode Inspection: Incorrect spacing (tabs are prohibited here)
resharper_tail_recursive_call_highlightingCode Inspection: Tail recursive call can be replaced with loop
resharper_tasks_not_loaded_highlightingCode Inspection: Unknown tasks assembly
resharper_ternary_can_be_replaced_by_its_condition_highlightingCode Inspection: Ternary operator may be replaced by it's condition
resharper_this_in_global_context_highlightingCode Inspection: Use of 'this' in global context
resharper_thread_static_at_instance_field_highlightingCode Inspection: [ThreadStatic] doesn't work with instance fields
resharper_thread_static_field_has_initializer_highlightingCode Inspection: Thread static field has initializer
resharper_throw_must_be_followed_by_expression_highlightingCode Inspection: Expression is expected after 'throw' statement
resharper_too_wide_local_variable_scope_highlightingCode Inspection: Local variable has too wide declaration scope
resharper_trailing_comma_in_multiline_listsTrailing comma - Before a new line in multiline lists (C#)
resharper_trailing_comma_in_singleline_listsTrailing comma - When the last element is not followed by a new line (C#)
resharper_try_cast_always_succeeds_highlightingCode Inspection: Safe cast expression always succeeds
resharper_try_statements_can_be_merged_highlightingCode Inspection: try-catch and try-finally statements can be merged
resharper_ts_not_resolved_highlightingCode Inspection: Use of undeclared variable
resharper_ts_resolved_from_inaccessible_module_highlightingCode Inspection: Cannot resolve, probably symbol is located in inaccessible module
resharper_type_declaration_bracesBraces layout - Type and namespace declaration, available for: C#
resharper_type_guard_doesnt_affect_anything_highlightingCode Inspection: Type guard doesn't affect variable's type in any way
resharper_type_guard_produces_never_type_highlightingCode Inspection: Type guard definitely produces 'never' type for the variable
resharper_type_parameter_can_be_variant_highlightingCode Inspection: Type parameter could be declared as covariant or contravariant
resharper_type_parameter_hides_type_param_from_outer_scope_highlightingCode Inspection: Type parameter hides type parameter declared in outer scope
resharper_unassigned_field_compiler_highlightingCode Inspection: Unassigned field
resharper_unassigned_field_global_highlightingCode Inspection: Unassigned field (non-private accessibility)
resharper_unassigned_field_local_highlightingCode Inspection: Unassigned field (private accessibility)
resharper_unassigned_get_only_auto_property_highlightingCode Inspection: Get-only auto-property is never assigned
resharper_unassigned_readonly_field_compiler_highlightingCode Inspection: Unassigned readonly field
resharper_unassigned_readonly_field_highlightingCode Inspection: Unassigned readonly field
resharper_undeclared_global_variable_using_highlightingCode Inspection: Using of undeclared global variable
resharper_unknown_item_group_highlightingCode Inspection: Unknown item group
resharper_unknown_metadata_highlightingCode Inspection: Unknown metadata
resharper_unknown_output_parameter_highlightingCode Inspection: Unknown output parameter
resharper_unknown_property_highlightingCode Inspection: Unknown property
resharper_unknown_target_highlightingCode Inspection: Unknown target
resharper_unknown_task_attribute_highlightingCode Inspection: Unknown task attribute
resharper_unknown_task_highlightingCode Inspection: Unknown task
resharper_unnecessary_whitespace_highlightingCode Inspection: Unnecessary whitespace at the end of line
resharper_unreachable_code_highlightingCode Inspection: Unreachable code detected
resharper_unreachable_switch_arm_due_to_integer_analysis_highlightingCode Inspection: Heuristically unreachable switch arm due to integer analysis.
resharper_unreachable_switch_case_due_to_integer_analysis_highlightingCode Inspection: Heuristically unreachable case due to integer analysis.
resharper_unsafe_comma_in_object_properties_list_highlightingCode Inspection: Trailing redundant comma in object properties list may be error
resharper_unsupported_required_base_type_highlightingCode Inspection: BaseTypeRequired attribute supports only classes and interfaces
resharper_unused_anonymous_method_signature_highlightingCode Inspection: Anonymous method signature is not necessary
resharper_unused_auto_property_accessor_global_highlightingCode Inspection: Auto-property accessor is never used (non-private accessibility)
resharper_unused_auto_property_accessor_local_highlightingCode Inspection: Auto-property accessor is never used (private accessibility)
resharper_unused_field_compiler_highlightingCode Inspection: Field is never used
resharper_unused_import_clause_highlightingCode Inspection: Unused import clause
resharper_unused_inherited_parameter_highlightingCode Inspection: Unused parameter of inherited member
resharper_unused_label_highlightingCode Inspection: Unused label
resharper_unused_local_function_compiler_highlightingCode Inspection: Local function is never used
resharper_unused_local_function_highlightingCode Inspection: Local function is never used
resharper_unused_local_function_return_value_highlightingCode Inspection: Local function return value is never used
resharper_unused_local_import_highlightingCode Inspection: Unused local import
resharper_unused_locals_highlightingCode Inspection: Unused local variable / function / class
resharper_unused_member_global_highlightingCode Inspection: Type member is never used (non-private accessibility)
resharper_unused_member_hierarchy_global_highlightingCode Inspection: Type member is only used in overrides (non-private accessibility)
resharper_unused_member_hierarchy_local_highlightingCode Inspection: Type member is only used in overrides (private accessibility)
resharper_unused_member_in_super_global_highlightingCode Inspection: Type member is never accessed via base type (non-private accessibility)
resharper_unused_member_in_super_local_highlightingCode Inspection: Type member is never accessed via base type (private accessibility)
resharper_unused_member_local_highlightingCode Inspection: Type member is never used (private accessibility)
resharper_unused_method_return_value_global_highlightingCode Inspection: Method return value is never used (non-private accessibility)
resharper_unused_method_return_value_local_highlightingCode Inspection: Method return value is never used (private accessibility)
resharper_unused_parameter_global_highlightingCode Inspection: Unused parameter (non-private accessibility)
resharper_unused_parameter_highlightingCode Inspection: Unused parameter
resharper_unused_parameter_in_partial_method_highlightingCode Inspection: Unused parameter in partial method
resharper_unused_parameter_local_highlightingCode Inspection: Unused parameter (private accessibility)
resharper_unused_positional_parameter_compiler_highlightingCode Inspection: Unused positional parameter
resharper_unused_property_highlightingCode Inspection: Unused property or function
resharper_unused_tuple_component_in_return_value_highlightingCode Inspection: Component of the tuple is never used
resharper_unused_type_global_highlightingCode Inspection: Type is never used (non-private accessibility)
resharper_unused_type_local_highlightingCode Inspection: Type is never used (private accessibility)
resharper_unused_type_parameter_highlightingCode Inspection: Unused type parameter
resharper_unused_variable_compiler_highlightingCode Inspection: Unused local variable
resharper_unused_variable_highlightingCode Inspection: Unused local variable
resharper_usage_of_definitely_unassigned_value_highlightingCode Inspection: Usage of unassigned local variable
resharper_usage_of_possibly_unassigned_value_highlightingCode Inspection: Usage of possibly unassigned local variable
resharper_use_array_creation_expression_1_highlightingCode Inspection: Use array creation expression
resharper_use_array_creation_expression_2_highlightingCode Inspection: Use array creation expression
resharper_use_as_instead_of_type_cast_highlightingCode Inspection: Use 'as' operator instead of type assertion
resharper_use_await_using_highlightingCode Inspection: Convert to 'await using' statement or declaration
resharper_use_cancellation_token_for_i_async_enumerable_highlightingCode Inspection: Use cancellation token
resharper_use_collection_count_property_highlightingCode Inspection: Use collection's count property
resharper_use_continuous_indent_inside_initializer_bracesBraces layout - Use continuous line indent inside expression braces (C#)
resharper_use_continuous_indent_inside_parensParenthesis - Use continuous line indent inside parenthesis (C#)
resharper_use_deconstruction_highlightingCode Inspection: Use deconstruction
resharper_use_deconstruction_on_parameter_highlightingCode Inspection: Use deconstruction (on parameter declaration)
resharper_use_format_specifier_in_format_string_highlightingCode Inspection: Use format specifier in format strings
resharper_use_format_specifier_in_interpolation_highlightingCode Inspection: Use format specifier in interpolated strings
resharper_use_heuristics_for_body_styleCode body - Apply style heuristics (C#)
resharper_use_implicit_by_val_modifier_highlightingCode Inspection: Use implicit 'ByVal' modifier
resharper_use_implicitly_typed_variable_evident_highlightingCode Inspection: Use implicitly typed variable declaration (evident)
resharper_use_implicitly_typed_variable_highlightingCode Inspection: Use implicitly typed variable declaration
resharper_use_indent_from_previous_elementOther indents - Use previous element's indent on partial format (C#)
resharper_use_index_from_end_expression_highlightingCode Inspection: Use index from end expression
resharper_use_indexed_property_highlightingCode Inspection: Use indexed property
resharper_use_is_operator_1_highlightingCode Inspection: Use 'is' operator
resharper_use_is_operator_2_highlightingCode Inspection: Use 'is' operator
resharper_use_method_any_0_highlightingCode Inspection: Use method Any()
resharper_use_method_any_1_highlightingCode Inspection: Use method Any()
resharper_use_method_any_2_highlightingCode Inspection: Use method Any()
resharper_use_method_any_3_highlightingCode Inspection: Use method Any()
resharper_use_method_any_4_highlightingCode Inspection: Use method Any()
resharper_use_method_is_instance_of_type_highlightingCode Inspection: Use method IsInstanceOfType(..)
resharper_use_name_of_instead_of_type_of_highlightingCode Inspection: Use 'nameof' expression to reference type's name
resharper_use_nameof_expression_highlightingCode Inspection: Use 'nameof' expression to reference name
resharper_use_negated_pattern_matching_highlightingCode Inspection: Convert 'as' expression type check and the following null check into negated pattern matching
resharper_use_null_propagation_highlightingCode Inspection: Replace if statement with null-propagating code
resharper_use_null_propagation_when_possible_highlightingCode Inspection: Replace if statement with null-propagating code (when possible)
resharper_use_object_or_collection_initializer_highlightingCode Inspection: Use object or collection initializer when possible
resharper_use_of_implicit_global_in_function_scope_highlightingCode Inspection: Use of implicitly declared global variable
resharper_use_of_possibly_unassigned_property_highlightingCode Inspection: Use of possibly unassigned property in a static initializer
resharper_use_pattern_matching_highlightingCode Inspection: Convert 'as' expression type check and the following null check into pattern matching
resharper_use_roslyn_logic_for_evident_types'var' usage in declarations - Prefer Roslyn (Visual Studio) logic for type evidence (C#)
resharper_use_string_interpolation_highlightingCode Inspection: Use string interpolation expression
resharper_use_switch_case_pattern_variable_highlightingCode Inspection: Type pattern and casts can be merged
resharper_use_verbatim_string_highlightingCode Inspection: Literal's length can be reduced by using verbatim string
resharper_useless_binary_operation_highlightingCode Inspection: Useless arithmetical operation.
resharper_using_of_reserved_word_error_highlightingCode Inspection: Using of future reserved keywords in 'strict mode'
resharper_using_of_reserved_word_highlightingCode Inspection: Use of future reserved word
resharper_value_parameter_not_used_highlightingCode Inspection: 'value' parameter is not used
resharper_variable_can_be_made_const_highlightingCode Inspection: Variable can be made constant
resharper_variable_can_be_made_let_highlightingCode Inspection: 'var' variable can be made 'let' variable
resharper_variable_can_be_moved_to_inner_block_highlightingCode Inspection: Local variable can be safely moved to inner block
resharper_variable_can_be_not_nullable_highlightingCode Inspection: Variable can be declared as non-nullable
resharper_variable_hides_outer_variable_highlightingCode Inspection: Variable in local function hides variable from outer scope
resharper_variable_used_before_declared_highlightingCode Inspection: Variable is used before it is declared
resharper_variable_used_in_inner_scope_before_declared_highlightingCode Inspection: Variable is used in inner scope before it is declared
resharper_variable_used_out_of_scope_highlightingCode Inspection: Variable is used outside of scope which it is declared
resharper_vb_align_multiline_argumentAlign multiline constructs - Invocation arguments (VB.NET)
resharper_vb_align_multiline_array_initializerAlign multiline constructs - Array initializer (VB.NET)
resharper_vb_align_multiline_expressionAlign multiline constructs - Expression (VB.NET)
resharper_vb_align_multiline_implements_listAlign multiline constructs - Implements/handles list (VB.NET)
resharper_vb_align_multiline_parameterAlign multiline constructs - Method parameters (VB.NET)
resharper_vb_align_multiple_declarationAlign multiline constructs - Multiple declaration list (VB.NET)
resharper_vb_alignment_tab_fill_styleTabs and indents - How to align when tabs are used for indents (VB.NET)
resharper_vb_allow_aliasReference qualification - Allow 'Imports' alias directive (VB.NET)
resharper_vb_blank_lines_after_importsBlank lines - After imports section (VB.NET)
resharper_vb_blank_lines_after_optionsBlank lines - After file options section (VB.NET)
resharper_vb_blank_lines_around_fieldBlank lines - Around multiline field (VB.NET)
resharper_vb_blank_lines_around_global_attributeBlank lines - After global attribute (VB.NET)
resharper_vb_blank_lines_around_invocableBlank lines - Around multiline method (VB.NET)
resharper_vb_blank_lines_around_namespaceBlank lines - Around namespace (VB.NET)
resharper_vb_blank_lines_around_regionBlank lines - Around region (VB.NET)
resharper_vb_blank_lines_around_single_line_fieldBlank lines - Around single line field (VB.NET)
resharper_vb_blank_lines_around_single_line_invocableBlank lines - Around single line method (VB.NET)
resharper_vb_blank_lines_around_typeBlank lines - Around type (VB.NET)
resharper_vb_blank_lines_inside_regionBlank lines - Inside region (VB.NET)
resharper_vb_check_for_reference_equality_instead_1_highlightingCode Inspection: Check for reference equality instead
resharper_vb_check_for_reference_equality_instead_2_highlightingCode Inspection: Check for reference equality instead
resharper_vb_indent_case_from_selectOther - Indent "case" from "select" (VB.NET)
resharper_vb_indent_sizeTabs and indents - Indent size (VB.NET)
resharper_vb_indent_styleTabs and indents - Indent style (VB.NET)
resharper_vb_keep_blank_lines_in_codePreserve existing formatting - Keep max blank lines in code (VB.NET)
resharper_vb_keep_blank_lines_in_declarationsPreserve existing formatting - Keep max blank lines in declarations (VB.NET)
resharper_vb_keep_user_linebreaksPreserve existing formatting - Keep existing line breaks (VB.NET)
resharper_vb_max_line_lengthLine wrapping - Hard wrap at (VB.NET)
resharper_vb_place_event_attribute_on_same_lineAttributes - Place event attribute on the same line (VB.NET)
resharper_vb_place_field_attribute_on_same_lineAttributes - Place field attribute on the same line (VB.NET)
resharper_vb_place_method_attribute_on_same_lineAttributes - Place method attribute on the same line (VB.NET)
resharper_vb_place_property_attribute_on_same_lineAttributes - Place property attribute on the same line (VB.NET)
resharper_vb_place_type_attribute_on_same_lineAttributes - Place type attribute on the same line (VB.NET)
resharper_vb_possible_mistaken_argument_highlightingCode Inspection: Possible mistaken argument
resharper_vb_possible_mistaken_call_to_get_type_1_highlightingCode Inspection: Possible mistaken call to GetType()
resharper_vb_possible_mistaken_call_to_get_type_2_highlightingCode Inspection: Possible mistaken call to GetType()
resharper_vb_prefer_qualified_referenceReference qualification - Prefer fully qualified references (VB.NET)
resharper_vb_remove_to_list_1_highlightingCode Inspection: Remove ToList()
resharper_vb_remove_to_list_2_highlightingCode Inspection: Remove ToList()
resharper_vb_replace_with_first_or_default_highlightingCode Inspection: Replace with FirstOrDefault($args$)
resharper_vb_replace_with_last_or_default_highlightingCode Inspection: Replace with LastOrDefault($args$)
resharper_vb_replace_with_of_type_1_highlightingCode Inspection: Replace with OfType<T>() (replace with OfType(Of ..)())
resharper_vb_replace_with_of_type_2_highlightingCode Inspection: Replace with OfType<T>() (replace with OfType(Of ..)())
resharper_vb_replace_with_of_type_any_1_highlightingCode Inspection: Replace with OfType<T>().Any() (replace with OfType(Of ..)().Any())
resharper_vb_replace_with_of_type_any_2_highlightingCode Inspection: Replace with OfType<T>().Any() (replace with OfType(Of ..)().Any(..))
resharper_vb_replace_with_of_type_count_1_highlightingCode Inspection: Replace with OfType<T>().Count() (replace with OfType(Of ..)().Count())
resharper_vb_replace_with_of_type_count_2_highlightingCode Inspection: Replace with OfType<T>().Count() (replace with OfType(Of ..)().Count(..))
resharper_vb_replace_with_of_type_first_1_highlightingCode Inspection: Replace with OfType<T>().First() (replace with OfType(Of ..)().First())
resharper_vb_replace_with_of_type_first_2_highlightingCode Inspection: Replace with OfType<T>().First() (replace with OfType(Of ..)().First(..))
resharper_vb_replace_with_of_type_first_or_default_1_highlightingCode Inspection: Replace with OfType<T>().FirstOrDefault() (replace with OfType(Of ..)().FirstOrDefault())
resharper_vb_replace_with_of_type_first_or_default_2_highlightingCode Inspection: Replace with OfType<T>().FirstOrDefault() (replace with OfType(Of ..)().FirstOrDefault(..))
resharper_vb_replace_with_of_type_last_1_highlightingCode Inspection: Replace with OfType<T>().Last() (replace with OfType(Of ..)().Last())
resharper_vb_replace_with_of_type_last_2_highlightingCode Inspection: Replace with OfType<T>().Last() (replace with OfType(Of ..)().Last(..))
resharper_vb_replace_with_of_type_last_or_default_1_highlightingCode Inspection: Replace with OfType<T>().LastOrDefault() (replace with OfType(Of ..)().LastOrDefault())
resharper_vb_replace_with_of_type_last_or_default_2_highlightingCode Inspection: Replace with OfType<T>().LastOrDefault() (replace with OfType(Of ..)().LastOrDefault(..))
resharper_vb_replace_with_of_type_single_1_highlightingCode Inspection: Replace with OfType<T>().Single() (replace with OfType(Of ..)().Single())
resharper_vb_replace_with_of_type_single_2_highlightingCode Inspection: Replace with OfType<T>().Single() (replace with OfType(Of ..)().Single(..))
resharper_vb_replace_with_of_type_single_or_default_1_highlightingCode Inspection: Replace with OfType<T>().SingleOrDefault() (replace with OfType(Of ..)().SingleOrDefault())
resharper_vb_replace_with_of_type_single_or_default_2_highlightingCode Inspection: Replace with OfType<T>().SingleOrDefault() (replace with OfType(Of ..)().SingleOrDefault(..))
resharper_vb_replace_with_of_type_where_highlightingCode Inspection: Replace with OfType<T>().Where() (replace with OfType(Of ..)().Where(..))
resharper_vb_replace_with_single_assignment_1_highlightingCode Inspection: Replace with single assignment
resharper_vb_replace_with_single_assignment_2_highlightingCode Inspection: Replace with single assignment
resharper_vb_replace_with_single_call_to_any_highlightingCode Inspection: Replace with single call to Any(..)
resharper_vb_replace_with_single_call_to_count_highlightingCode Inspection: Replace with single call to Count(..)
resharper_vb_replace_with_single_call_to_first_highlightingCode Inspection: Replace with single call to First(..)
resharper_vb_replace_with_single_call_to_first_or_default_highlightingCode Inspection: Replace with single call to FirstOrDefault(..)
resharper_vb_replace_with_single_call_to_last_highlightingCode Inspection: Replace with single call to Last(..)
resharper_vb_replace_with_single_call_to_last_or_default_highlightingCode Inspection: Replace with single call to LastOrDefault(..)
resharper_vb_replace_with_single_call_to_single_highlightingCode Inspection: Replace with single call to Single(..)
resharper_vb_replace_with_single_call_to_single_or_default_highlightingCode Inspection: Replace with single call to SingleOrDefault(..)
resharper_vb_replace_with_single_or_default_highlightingCode Inspection: Replace with SingleOrDefault($args$)
resharper_vb_simplify_linq_expression_1_highlightingCode Inspection: Simplify expression
resharper_vb_simplify_linq_expression_10_highlightingCode Inspection: Simplify expression
resharper_vb_simplify_linq_expression_2_highlightingCode Inspection: Simplify expression
resharper_vb_simplify_linq_expression_3_highlightingCode Inspection: Simplify expression
resharper_vb_simplify_linq_expression_4_highlightingCode Inspection: Simplify expression
resharper_vb_simplify_linq_expression_5_highlightingCode Inspection: Simplify expression
resharper_vb_simplify_linq_expression_6_highlightingCode Inspection: Simplify expression
resharper_vb_simplify_linq_expression_7_highlightingCode Inspection: Simplify expression
resharper_vb_simplify_linq_expression_8_highlightingCode Inspection: Simplify expression
resharper_vb_simplify_linq_expression_9_highlightingCode Inspection: Simplify expression
resharper_vb_space_after_attribute_target_colonAttributes - After attribute target colon (VB.NET)
resharper_vb_space_after_commaOther - After ',' (VB.NET)
resharper_vb_space_after_unary_opAround operations - After unary operators (VB.NET)
resharper_vb_space_after_unary_operatorAround operations - After unary operators (VB.NET)
resharper_vb_space_around_additive_opAround operations - Additive operators (+,-) (VB.NET)
resharper_vb_space_around_assignment_opAround operations - Assignment operators (=,+=,...) (VB.NET)
resharper_vb_space_around_binary_operatorSpace around binary operators (+, ||, =, ...) (generalized)
resharper_vb_space_around_dotOther - Around '.' (VB.NET)
resharper_vb_space_around_member_access_operatorOther - Around '.' (VB.NET)
resharper_vb_space_around_multiplicative_opAround operations - Multiplicative operators (*,/,...) (VB.NET)
resharper_vb_space_around_relational_opAround operations - Relational operators (<,>,<=,>=) (VB.NET)
resharper_vb_space_around_shift_opAround operations - Shift operators (<<,>>) (VB.NET)
resharper_vb_space_around_stmt_colonOther - Around statement ':' (VB.NET)
resharper_vb_space_before_array_rank_parenthesesArrays - Before array rank parentheses (VB.NET)
resharper_vb_space_before_attribute_target_colonAttributes - Before attribute target colon (VB.NET)
resharper_vb_space_before_commaOther - Before ',' (VB.NET)
resharper_vb_space_before_empty_invocation_parenthesesNearby parentheses - Before empty invocation parentheses (VB.NET)
resharper_vb_space_before_empty_method_parenthesesNearby parentheses - Before empty method declaration parentheses (VB.NET)
resharper_vb_space_before_invocation_parenthesesNearby parentheses - Before invocation parentheses (VB.NET)
resharper_vb_space_before_label_colonOther - Before ':' in label (VB.NET)
resharper_vb_space_before_method_parenthesesNearby parentheses - Before method declaration parentheses (VB.NET)
resharper_vb_space_before_type_parameter_parenthesesNearby parentheses - Before type parameter parentheses (VB.NET)
resharper_vb_space_within_array_initialization_bracesArrays - Within array initialization braces (VB.NET)
resharper_vb_space_within_array_rank_empty_parenthesesArrays - Within empty array rank parentheses (VB.NET)
resharper_vb_space_within_array_rank_parenthesesArrays - Within array rank parentheses (VB.NET)
resharper_vb_space_within_attribute_anglesAttributes - Within attribute angles (VB.NET)
resharper_vb_space_within_empty_invocation_parenthesesNearby parentheses - Within empty invocation parentheses (VB.NET)
resharper_vb_space_within_empty_method_parenthesesNearby parentheses - Within empty method declaration parentheses (VB.NET)
resharper_vb_space_within_expression_parenthesesNearby parentheses - Within expression parentheses (VB.NET)
resharper_vb_space_within_invocation_parenthesesNearby parentheses - Within invocation parentheses (VB.NET)
resharper_vb_space_within_method_parenthesesNearby parentheses - Within method declaration parentheses (VB.NET)
resharper_vb_space_within_tuple_parenthesesNearby parentheses - Within tuple parentheses (VB.NET)
resharper_vb_space_within_type_parameter_parenthesesNearby parentheses - Within type parameter parentheses (VB.NET)
resharper_vb_stick_commentOther - Don't indent comments started at first column (VB.NET)
resharper_vb_string_compare_is_culture_specific_1_highlightingCode Inspection: String.Compare is culture-specific (string.Compare(string, string) is culture-specific)
resharper_vb_string_compare_is_culture_specific_2_highlightingCode Inspection: String.Compare is culture-specific (string.Compare(string, string, bool) is culture-specific)
resharper_vb_string_compare_is_culture_specific_3_highlightingCode Inspection: String.Compare is culture-specific (string.Compare(string, string, bool) is culture-specific)
resharper_vb_string_compare_is_culture_specific_4_highlightingCode Inspection: String.Compare is culture-specific (string.Compare(string, int, string, int) is culture-specific)
resharper_vb_string_compare_is_culture_specific_5_highlightingCode Inspection: String.Compare is culture-specific (string.Compare(string, int, string, int, bool) is culture-specific)
resharper_vb_string_compare_is_culture_specific_6_highlightingCode Inspection: String.Compare is culture-specific (string.Compare(string, int, string, int, bool) is culture-specific)
resharper_vb_string_compare_to_is_culture_specific_highlightingCode Inspection: String.CompareTo is culture-specific
resharper_vb_string_ends_with_is_culture_specific_highlightingCode Inspection: String.EndsWith is culture-specific (string.EndsWith(string) is culture-specific)
resharper_vb_string_index_of_is_culture_specific_1_highlightingCode Inspection: String.IndexOf is culture-specific (string.IndexOf(string) is culture-specific)
resharper_vb_string_index_of_is_culture_specific_2_highlightingCode Inspection: String.IndexOf is culture-specific (string.IndexOf(string, int) is culture-specific)
resharper_vb_string_index_of_is_culture_specific_3_highlightingCode Inspection: String.IndexOf is culture-specific (string.IndexOf(string, int) is culture-specific)
resharper_vb_string_last_index_of_is_culture_specific_1_highlightingCode Inspection: String.LastIndexOf is culture-specific (string.LastIndexOf(string) is culture-specific)
resharper_vb_string_last_index_of_is_culture_specific_2_highlightingCode Inspection: String.LastIndexOf is culture-specific (string.LastIndexOf(string, int) is culture-specific)
resharper_vb_string_last_index_of_is_culture_specific_3_highlightingCode Inspection: String.LastIndexOf is culture-specific (string.LastIndexOf(string, int) is culture-specific)
resharper_vb_string_starts_with_is_culture_specific_highlightingCode Inspection: String.StartsWith is culture-specific (string.StartsWith(string) is culture-specific)
resharper_vb_tab_widthTabs and indents - Tab width (VB.NET)
resharper_vb_unreachable_code_highlightingCode Inspection: Unreachable code
resharper_vb_use_array_creation_expression_1_highlightingCode Inspection: Use array creation expression
resharper_vb_use_array_creation_expression_2_highlightingCode Inspection: Use array creation expression
resharper_vb_use_first_instead_highlightingCode Inspection: Use First() instead
resharper_vb_use_method_any_1_highlightingCode Inspection: Use method Any()
resharper_vb_use_method_any_2_highlightingCode Inspection: Use method Any()
resharper_vb_use_method_any_3_highlightingCode Inspection: Use method Any()
resharper_vb_use_method_any_4_highlightingCode Inspection: Use method Any()
resharper_vb_use_method_any_5_highlightingCode Inspection: Use method Any()
resharper_vb_use_method_is_instance_of_type_highlightingCode Inspection: Use method IsInstanceOfType(..)
resharper_vb_use_type_of_is_operator_1_highlightingCode Inspection: Use 'TypeOf .. Is ..' operator
resharper_vb_use_type_of_is_operator_2_highlightingCode Inspection: Use 'TypeOf .. Is ..' operator
resharper_vb_warnings_bc40000_highlightingCode Inspection: Use obsolete member
resharper_vb_warnings_bc400005_highlightingCode Inspection: Member shadows an overriable member
resharper_vb_warnings_bc40008_highlightingCode Inspection: Use obsolete member (without message)
resharper_vb_warnings_bc40056_highlightingCode Inspection: Namespace or type specified in the Imports 'name' doesn't contain any public member or cannot be found
resharper_vb_warnings_bc42016_highlightingCode Inspection: Runtime errors might occur when converting X to Y
resharper_vb_warnings_bc42025_highlightingCode Inspection: Access of shared member through an instance
resharper_vb_warnings_bc42104_highlightingCode Inspection: Variable is used before it has been assigned a value
resharper_vb_warnings_bc42105_bc42106_bc42107_highlightingCode Inspection: Function doesn't return a reference type value on all code paths
resharper_vb_warnings_bc42304_highlightingCode Inspection: Syntax error in XML comment
resharper_vb_warnings_bc42309_highlightingCode Inspection: XML comment has a tag with a 'cref' attribute that could not be resolved
resharper_vb_warnings_bc42322_highlightingCode Inspection: Runtime errors are likely to occur when converting X to Y
resharper_vb_warnings_bc42349_highlightingCode Inspection: Redundant DirectCast to the equals value type
resharper_vb_warnings_bc42353_bc42354_bc42355_highlightingCode Inspection: Function doesn't return a struct value on all code paths
resharper_vb_warnings_bc42356_highlightingCode Inspection: Async method lacks 'Await' operators
resharper_vb_warnings_bc42358_highlightingCode Inspection: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'Await' operator to the result of the call.
resharper_vb_warnings_wme006_highlightingCode Inspection: Namespace should be default namespace of this project
resharper_vb_wrap_arguments_styleLine wrapping - Wrap invocation arguments (VB.NET)
resharper_vb_wrap_before_binary_opsignLine wrapping - Prefer wrap before operator in binary expression (VB.NET)
resharper_vb_wrap_before_declaration_lparLine wrapping - Prefer wrap before "(" in method declaration (VB.NET)
resharper_vb_wrap_before_invocation_lparLine wrapping - Prefer wrap before "(" in invocation (VB.NET)
resharper_vb_wrap_extends_list_styleLine wrapping - Wrap extends/implements/handles list (VB.NET)
resharper_vb_wrap_multiple_declaration_styleLine wrapping - Wrap multiple declarations list (VB.NET)
resharper_vb_wrap_parameters_styleLine wrapping - Wrap formal parameters (VB.NET)
resharper_virtual_member_call_in_constructor_highlightingCode Inspection: Virtual member call in constructor
resharper_virtual_member_never_overridden_global_highlightingCode Inspection: Virtual (overridable) member is never overridden (non-private accessibility)
resharper_virtual_member_never_overridden_local_highlightingCode Inspection: Virtual (overridable) member is never overridden (private accessibility)
resharper_void_method_with_must_use_return_value_attribute_highlightingCode Inspection: 'void' method is annotated by [MustUseReturnValue] attribute
resharper_web_config_module_not_resolved_highlightingCode Inspection: Cannot resolve module
resharper_web_config_module_qualification_resolve_highlightingCode Inspection: Module qualification required
resharper_web_config_redundant_add_namespace_tag_highlightingCode Inspection: Redundant add namespace element
resharper_web_config_redundant_location_tag_highlightingCode Inspection: Redundant location element
resharper_web_config_tag_prefix_redundand_highlightingCode Inspection: Redundant tagPrefix declaration
resharper_web_config_type_not_resolved_highlightingCode Inspection: Cannot resolve symbol
resharper_web_config_unused_add_tag_highlightingCode Inspection: Redundant add element
resharper_web_config_unused_element_due_to_config_source_attribute_highlightingCode Inspection: Redundant element or attribute because of 'configSource' attribute
resharper_web_config_unused_remove_or_clear_tag_highlightingCode Inspection: Redundant remove or clear element
resharper_web_config_web_config_path_warning_highlightingCode Inspection: Referenced path cannot be found in the website
resharper_web_config_wrong_module_highlightingCode Inspection: Wrong module
resharper_web_ignored_path_highlightingCode Inspection: Ignored path
resharper_web_mapped_path_highlightingCode Inspection: Mapped path
resharper_with_expression_instead_of_initializer_highlightingCode Inspection: 'with' expression is used instead of object initializer
resharper_with_statement_using_error_highlightingCode Inspection: Using of 'with' statements in 'strict mode'
resharper_wrap_after_declaration_lparArrangement of method signatures - Prefer wrap after "(" in declaration, available for: C#
resharper_wrap_after_dot_in_method_callsArrangement of member access expressions - Prefer wrap after "." (C#)
resharper_wrap_after_invocation_lparArrangement of invocations - Prefer wrap after "(" in invocation, available for: C#
resharper_wrap_arguments_styleArrangement of invocations - Wrap invocation arguments, available for: C#, VB.NET
resharper_wrap_around_elementsTag content - Wrap before and after elements, available for:
resharper_wrap_array_initializer_styleArrangement of initializers - Wrap array initializer (C#)
resharper_wrap_before_arrow_with_expressionsArrangement of expression bodied members - Prefer wrap before "=>" followed by expressions (C#)
resharper_wrap_before_binary_opsignArrangement of binary expressions - Prefer wrap before operator in binary expression, available for: C#, VB.NET
resharper_wrap_before_commaGeneral - Prefer wrap before ",", available for: C#
resharper_wrap_before_declaration_lparArrangement of method signatures - Prefer wrap before "(" in declaration, available for: C#, VB.NET
resharper_wrap_before_declaration_rparArrangement of method signatures - Prefer wrap before ")" in declaration, available for: C#
resharper_wrap_before_extends_colonArrangement of type parameters, constraints and base types - Prefer wrap before ":" (C#)
resharper_wrap_before_first_type_parameter_constraintArrangement of type parameters, constraints and base types - Prefer wrap before first constraint, available for: C#
resharper_wrap_before_invocation_lparArrangement of invocations - Prefer wrap before "(" in invocation, available for: C#, VB.NET
resharper_wrap_before_invocation_rparArrangement of invocations - Prefer wrap before ")" in invocation, available for: C#
resharper_wrap_before_linq_expressionArrangement of LINQ expressions - Prefer wrap before multiline LINQ expressions (C#)
resharper_wrap_before_ternary_opsignsArrangement of ternary expressions - Prefer wrap before "?" and ":" in ternary expressions, available for: C#
resharper_wrap_before_type_parameter_langleArrangement of type parameters, constraints and base types - Prefer wrap before type parameters opening angle (C#)
resharper_wrap_chained_binary_expressionsArrangement of binary expressions - Wrap chained binary expressions, available for: C#
resharper_wrap_chained_method_callsArrangement of member access expressions - Wrap chained method calls, available for: C#
resharper_wrap_enum_declarationArrangement of enumerations - Wrap enumeration declaration (C#)
resharper_wrap_extends_list_styleArrangement of type parameters, constraints and base types - Wrap extends/implements list, available for: C#, VB.NET
resharper_wrap_for_stmt_header_styleArrangement of statements - Wrap "for" statement header, available for: C#
resharper_wrap_linq_expressionsArrangement of LINQ expressions - Wrap LINQ expressions (C#)
resharper_wrap_multiple_declaration_styleArrangement of statements - Wrap multiple declaration, available for: C#, VB.NET
resharper_wrap_multiple_type_parameter_constraints_styleArrangement of type parameters, constraints and base types - Wrap multiple type parameter constraints, available for: C#
resharper_wrap_object_and_collection_initializer_styleArrangement of initializers - Wrap object and collection initializer (C#)
resharper_wrap_parameters_styleArrangement of method signatures - Wrap formal parameters, available for: C#, VB.NET
resharper_wrap_property_patternArrangement of property patterns - Wrap property pattern (C#)
resharper_wrap_switch_expressionArrangement of switch expressions - Wrap switch expression (C#)
resharper_wrap_tags_and_piLine wrapping - Wrap tags and processing instructions, available for:
resharper_wrap_ternary_expr_styleArrangement of ternary expressions - Wrap ternary expression, available for: C#
resharper_wrap_textTag content - Wrap inside text, available for:
resharper_wrap_verbatim_interpolated_stringsArrangement of interpolated strings - Wrap verbatim interpolated strings (C#)
resharper_wrong_expression_statement_highlightingCode Inspection: Suspicious expression statement
resharper_wrong_indent_size_highlightingCode Inspection: Incorrect indent (incorrect indent size)
resharper_wrong_metadata_use_highlightingCode Inspection: Wrong metadata use
resharper_wrong_public_modifier_specification_highlightingCode Inspection: Non-compliant 'public' modifier or its absence
resharper_wrong_require_relative_path_highlightingCode Inspection: Non-compliant path style inside 'require'
resharper_xaml_assign_null_to_not_null_attribute_highlightingCode Inspection: Possible 'null' assignment to non-nullable entity
resharper_xaml_avalonia_wrong_binding_mode_for_stream_binding_operator_highlightingCode Inspection: Using stream binding operator in TwoWay or OneWayToSource binding modes
resharper_xaml_binding_with_context_not_resolved_highlightingCode Inspection: Unresolved binding path when DataContext is known
resharper_xaml_binding_without_context_not_resolved_highlightingCode Inspection: Unresolved binding path when DataContext is unknown
resharper_xaml_compiled_binding_missing_data_type_error_highlighting_highlightingCode Inspection: x:DataType not specified for CompiledBinding
resharper_xaml_constructor_warning_highlightingCode Inspection: Constructor not resolved
resharper_xaml_decimal_parsing_is_culture_dependent_highlightingCode Inspection: Decimal numbers parsed depending on current machine culture
resharper_xaml_dependency_property_resolve_error_highlightingCode Inspection: Dependency property descriptor field missing
resharper_xaml_duplicate_style_setter_highlightingCode Inspection: Duplicate style property/event setter
resharper_xaml_dynamic_resource_error_highlightingCode Inspection: {DynamicResource} can only be used with dependency property
resharper_xaml_element_name_reference_not_resolved_highlightingCode Inspection: Element name reference not resolved
resharper_xaml_empty_grid_length_definition_highlightingCode Inspection: Grid length definition should not be empty
resharper_xaml_grid_definitions_can_be_converted_to_attribute_highlightingCode Inspection: Grid columns/rows definitions can be converted to attribute
resharper_xaml_ignored_path_highlighting_highlightingCode Inspection: Ignored path
resharper_xaml_index_out_of_grid_definition_highlightingCode Inspection: Grid element column/row index is out of grid definition range
resharper_xaml_invalid_member_type_highlightingCode Inspection: Member of invalid type
resharper_xaml_invalid_resource_target_type_highlightingCode Inspection: XAML style of invalid target type
resharper_xaml_invalid_resource_type_highlightingCode Inspection: XAML resource of invalid type
resharper_xaml_invalid_type_highlightingCode Inspection: Object/markup extension of invalid type
resharper_xaml_language_level_highlightingCode Inspection: XAML language level error
resharper_xaml_mapped_path_highlighting_highlightingCode Inspection: Mapped path
resharper_xaml_method_arguments_will_be_ignored_highlightingCode Inspection: Method arguments will be replaced by event's arguments in generated code
resharper_xaml_missing_grid_index_highlightingCode Inspection: Missing grid column/row setter for non-first child
resharper_xaml_overloads_collision_highlightingCode Inspection: Multiple overloads with same arguments count found
resharper_xaml_parent_is_out_of_current_component_tree_highlightingCode Inspection: Parent is outside the current component tree
resharper_xaml_path_error_highlightingCode Inspection: Path error
resharper_xaml_possible_null_reference_exception_highlightingCode Inspection: Possible 'null' value in the path of binding without fallback value
resharper_xaml_redundant_attached_property_highlightingCode Inspection: Remove redundant attached property setter
resharper_xaml_redundant_binding_mode_attribute_highlightingCode Inspection: Binding mode is equal to default
resharper_xaml_redundant_collection_property_highlightingCode Inspection: Redundant empty collection property setter
resharper_xaml_redundant_freeze_attribute_highlightingCode Inspection: Redundant 'Freeze' attribute
resharper_xaml_redundant_grid_definitions_highlightingCode Inspection: Single grid row/column definition is redundant
resharper_xaml_redundant_grid_span_highlightingCode Inspection: Single-cell grid column/row span is redundant
resharper_xaml_redundant_modifiers_attribute_highlightingCode Inspection: Redundant modifiers attribute
resharper_xaml_redundant_name_attribute_highlightingCode Inspection: Redundant name attribute
resharper_xaml_redundant_namespace_alias_highlightingCode Inspection: Redundant namespace alias
resharper_xaml_redundant_property_type_qualifier_highlightingCode Inspection: Redundant property type qualifier
resharper_xaml_redundant_resource_highlightingCode Inspection: Redundant resource
resharper_xaml_redundant_styled_value_highlightingCode Inspection: Property value is equal to style-provided
resharper_xaml_redundant_update_source_trigger_attribute_highlightingCode Inspection: UpdateSourceTrigger=Default is redundant
resharper_xaml_redundant_xamarin_forms_class_declaration_highlightingCode Inspection: Resource cannot be accessed by class name because of x:Key attribute
resharper_xaml_resource_file_path_case_mismatch_highlightingCode Inspection: Path to resource is case-sensitive
resharper_xaml_routed_event_resolve_error_highlightingCode Inspection: Routed event descriptor field missing
resharper_xaml_static_resource_not_resolved_highlightingCode Inspection: Static resource not resolved
resharper_xaml_style_class_not_found_highlightingCode Inspection: Style class not found
resharper_xaml_style_invalid_target_type_highlightingCode Inspection: Style target type is not convertible to base type
resharper_xaml_unexpected_text_token_highlightingCode Inspection: Unexpected text token error
resharper_xaml_x_key_attribute_disallowed_highlightingCode Inspection: x:Key is allowed for resources and dictionary elements only
resharper_xaml_xaml_duplicate_device_family_type_view_highlighting_highlightingCode Inspection: Duplicate device family view
resharper_xaml_xaml_mismatched_device_family_view_clr_name_highlighting_highlightingCode Inspection: DeviceFamily-specific view type name does not match generic type name
resharper_xaml_xaml_relative_source_default_mode_warning_highlighting_highlightingCode Inspection: RelativeSourceMode is not set explicitly
resharper_xaml_xaml_unknown_device_family_type_highlighting_highlightingCode Inspection: Unknown DeviceFamily
resharper_xaml_xaml_xamarin_forms_data_type_and_binding_context_type_mismatched_highlighting_highlightingCode Inspection: Types in x:DataType and BindingContext mismatch
resharper_xml_doc_comment_syntax_problem_highlightingCode Inspection: Illegal syntax in XML code comment
resharper_xunit_xunit_test_with_console_output_highlightingCode Inspection: Console output in Xunit tests
simple_embedded_statement_stylePlace on new line - Break line in single embedded statement, available for:
sort_usings_with_system_firstReference qualification and 'using' directives - Place 'System.*' and 'Windows.*' namespaces first when sorting 'using' directives (C#)
space_after_ampersand_opAfter unary operators - Unsafe addressof operator (&) (C#)
space_after_asterik_opAfter unary operators - Unsafe asterisk operator (*) (C#)
space_after_attribute_colonAround colon - After other colons (C#)
space_after_attribute_target_colonAttributes - After attribute target colon (VB.NET)
space_after_attributesAttributes - After attributes (C#)
space_after_castOther - , available for: C#
space_after_colonAround colon - After other colons (C#)
space_after_colon_in_caseAround colon - After colon in "case" statement, available for: C#
space_after_colon_in_inheritance_clauseAround colon - After base types list colon, available for: C#
space_after_commaSpace after comma (generalized)
space_after_keywords_in_control_flow_statementsSpace before parenthesis of control flow statements (generalized)
space_after_last_attributeInside of tag header - Space after last attribute, available for:
space_after_last_pi_attributeProcessing instructions - Space after last attribute, available for:
space_after_logical_not_opAfter unary operators - Logical not operator (!) (C#)
space_after_operator_keywordOther - After operator keyword (C#)
space_after_property_colonProperty - After colon, available for:
space_after_semicolon_in_for_statementAround comma and semicolon - , available for: C#
space_after_ternary_colonIn ternary operator - After ':', available for: C#
space_after_ternary_questIn ternary operator - After '?', available for: C#
space_after_type_parameter_constraint_colonAround colon - After type parameter constraint colon, available for: C#
space_after_unary_minus_opAfter unary operators - Unary minus operator (-) (C#)
space_after_unary_opAround operations - After unary operators (VB.NET)
space_after_unary_operatorSpace after unary operators (!, -, ~,...) (generalized)
space_after_unary_plus_opAfter unary operators - Unary plus operator (+) (C#)
space_around_additive_opAround binary operators - Additive operators (+,-), available for: C#, VB.NET
space_around_alias_eqOther - Around '=' in namespace alias directive, available for: C#
space_around_arrow_opAround binary operators - Unsafe arrow operator (->) (C#)
space_around_assignment_opAround binary operators - Assignment operators (=,+=,...), available for: C#, VB.NET
space_around_assignment_operatorIn expressions - Around assignment operator, available for:
space_around_binary_operatorSpace around binary operators (+, ||, =, ...) (generalized)
space_around_bitwise_opAround binary operators - Bitwise operators (&,|,^) (C#)
space_around_dotOther - Around dot, available for: C#, VB.NET
space_around_equality_opAround binary operators - Equality operators (==,!=) (C#)
space_around_lambda_arrowOther - Around lambda arrow (C#)
space_around_logical_opAround binary operators - Logical operators (&&,||) (C#)
space_around_member_access_operatorSpace around member access operators (., ->, ...) (generalized)
space_around_multiplicative_opAround binary operators - Multiplicative operators (*,/,%), available for: C#, VB.NET
space_around_nullcoalescing_opAround binary operators - Null coalescing operator (??) (C#)
space_around_relational_opAround binary operators - Relational operators (<,>,<=,>=), available for: C#, VB.NET
space_around_shift_opAround binary operators - Shift operators (<<,>>), available for: C#, VB.NET
space_around_stmt_colonOther - Around statement ':' (VB.NET)
space_around_ternary_operatorSpace around ternary operators (?, :) (generalized)
space_before_array_access_bracketsAround array brackets - Before array access brackets, available for: C#
space_before_array_rank_bracketsAround array brackets - Before array rank brackets (C#)
space_before_array_rank_parenthesesArrays - Before array rank parentheses (VB.NET)
space_before_attribute_colonAround colon - Before other colons (C#)
space_before_attribute_target_colonAttributes - Before attribute target colon (VB.NET)
space_before_catch_parenthesesBefore parentheses in statements - "catch" parentheses (C#)
space_before_checked_parenthesesBefore other parentheses - "checked" and "unchecked" parentheses (C#)
space_before_colonAround colon - Before other colons (C#)
space_before_colon_in_caseAround colon - Before colon in "case" statement, available for: C#
space_before_colon_in_inheritance_clauseAround colon - Before base types list colon, available for: C#
space_before_commaSpace before comma (generalized)
space_before_default_parenthesesBefore other parentheses - "default" parentheses (C#)
space_before_empty_invocation_parenthesesNearby parentheses - Before empty invocation parentheses (VB.NET)
space_before_empty_method_call_parenthesesBefore other parentheses - Method call empty parentheses, available for: C#
space_before_empty_method_parenthesesBefore other parentheses - Method declaration empty parentheses, available for: C#, VB.NET
space_before_fixed_parenthesesBefore parentheses in statements - "fixed" parentheses (C#)
space_before_for_parenthesesBefore parentheses in statements - "for" parentheses (C#)
space_before_foreach_parenthesesBefore parentheses in statements - "foreach" parentheses (C#)
space_before_if_parenthesesBefore parentheses in statements - "if" parentheses (C#)
space_before_invocation_parenthesesNearby parentheses - Before invocation parentheses (VB.NET)
space_before_label_colonOther - Before ':' in label (VB.NET)
space_before_lock_parenthesesBefore parentheses in statements - "lock" parentheses (C#)
space_before_method_call_parenthesesBefore other parentheses - Method call parentheses, available for: C#
space_before_method_parenthesesBefore other parentheses - Method declaration parentheses, available for: C#, VB.NET
space_before_nameof_parenthesesBefore other parentheses - "nameof" parentheses (C#)
space_before_nullable_markOther - Before nullable mark (C#)
space_before_open_square_bracketsSpace before brackets (generalized)
space_before_pointer_asterik_declarationOther - Before unsafe pointer declaration (C#)
space_before_property_colonProperty - Before colon, available for:
space_before_self_closingInside of tag header - Space before '/>', available for:
space_before_semicolonAround comma and semicolon - Before semicolon, available for: C#
space_before_semicolon_in_for_statementAround comma and semicolon - , available for: C#
space_before_singleline_accessorholderAround braces - Before single line accessors block (C#)
space_before_sizeof_parenthesesBefore other parentheses - "sizeof" parentheses (C#)
space_before_switch_parenthesesBefore parentheses in statements - "switch" parentheses (C#)
space_before_ternary_colonIn ternary operator - Before ':', available for: C#
space_before_ternary_questIn ternary operator - Before '?', available for: C#
space_before_trailing_commentOther - Before end of line comment, available for: C#
space_before_type_argument_angleAround angle brackets - Before type argument list angle (C#)
space_before_type_parameter_angleAround angle brackets - Before type parameter list angle (C#)
space_before_type_parameter_constraint_colonAround colon - Before type parameter constraint colon, available for: C#
space_before_type_parameter_parenthesesNearby parentheses - Before type parameter parentheses (VB.NET)
space_before_typeof_parenthesesBefore other parentheses - "typeof" parentheses (C#)
space_before_using_parenthesesBefore parentheses in statements - "using" parentheses (C#)
space_before_while_parenthesesBefore parentheses in statements - "while" parentheses (C#)
space_between_accessors_in_singleline_propertyAround braces - Between accessors in single line property/event (C#)
space_between_attribute_sectionsAttributes - Between attribute sections (C#)
space_between_empty_square_bracketsAround array brackets - Within array rank empty brackets, available for: C#
space_between_keyword_and_expressionBefore other parentheses - Between keyword and expression (C#)
space_between_keyword_and_typeBefore other parentheses - Between keyword and type (C#)
space_between_method_call_empty_parameter_list_parenthesesWithin other parentheses - , available for: C#
space_between_method_call_name_and_opening_parenthesisSpace before method call parenthesis (generalized)
space_between_method_call_parameter_list_parenthesesWithin other parentheses - , available for: C#
space_between_method_declaration_empty_parameter_list_parenthesesWithin other parentheses - , available for: C#
space_between_method_declaration_name_and_open_parenthesisSpace before method declaration parenthesis (generalized)
space_between_method_declaration_parameter_list_parenthesesWithin other parentheses - , available for: C#
space_between_parentheses_of_control_flow_statementsSpace within parenthesis of control flow statements (generalized)
space_between_square_bracketsSpace within brackets (generalized)
space_between_typecast_parenthesesWithin other parentheses - Type cast parentheses, available for: C#
space_in_singleline_accessorholderAround braces - Within single line accessor (C#)
space_in_singleline_anonymous_methodAround braces - Within single line anonymous method (C#)
space_in_singleline_methodAround braces - Within single line method (C#)
space_near_postfix_and_prefix_opAfter unary operators - Before/after ++ and -- (C#)
space_within_array_access_bracketsAround array brackets - Within array access brackets, available for: C#
space_within_array_initialization_bracesArrays - Within array initialization braces (VB.NET)
space_within_array_rank_bracketsAround array brackets - Within array rank brackets (C#)
space_within_array_rank_empty_bracketsAround array brackets - Within array rank empty brackets (C#)
space_within_array_rank_empty_parenthesesArrays - Within empty array rank parentheses (VB.NET)
space_within_array_rank_parenthesesArrays - Within array rank parentheses (VB.NET)
space_within_attribute_anglesAttributes - Within attribute angles (VB.NET)
space_within_attribute_bracketsAttributes - Within attribute brackets (C#)
space_within_catch_parenthesesWithin parentheses in statements - "catch" parentheses (C#)
space_within_checked_parenthesesWithin other parentheses - "checked" and "unchecked" parentheses (C#)
space_within_default_parenthesesWithin other parentheses - "default" parentheses (C#)
space_within_empty_bracesAround braces - Space between empty braces (C#)
space_within_empty_invocation_parenthesesNearby parentheses - Within empty invocation parentheses (VB.NET)
space_within_empty_method_parenthesesNearby parentheses - Within empty method declaration parentheses (VB.NET)
space_within_expression_parenthesesExpression - Within parentheses, available for:, VB.NET
space_within_fixed_parenthesesWithin parentheses in statements - "fixed" parentheses (C#)
space_within_for_parenthesesWithin parentheses in statements - "for" parentheses (C#)
space_within_foreach_parenthesesWithin parentheses in statements - "foreach" parentheses (C#)
space_within_if_parenthesesWithin parentheses in statements - "if" parentheses (C#)
space_within_invocation_parenthesesNearby parentheses - Within invocation parentheses (VB.NET)
space_within_lock_parenthesesWithin parentheses in statements - "lock" parentheses (C#)
space_within_method_parenthesesNearby parentheses - Within method declaration parentheses (VB.NET)
space_within_nameof_parenthesesWithin other parentheses - "nameof" parentheses (C#)
space_within_parenthesesWithin other parentheses - Parentheses, available for: C#
space_within_single_line_array_initializer_bracesAround braces - Within single-line expression braces (C#)
space_within_sizeof_parenthesesWithin other parentheses - "sizeof" parentheses (C#)
space_within_switch_parenthesesWithin parentheses in statements - "switch" parentheses (C#)
space_within_tuple_parenthesesNearby parentheses - Within tuple parentheses (VB.NET)
space_within_type_argument_anglesAround angle brackets - Type argument angles (C#)
space_within_type_parameter_anglesAround angle brackets - Type parameter angles (C#)
space_within_type_parameter_parenthesesNearby parentheses - Within type parameter parentheses (VB.NET)
space_within_typeof_parenthesesWithin other parentheses - "typeof" parentheses (C#)
space_within_using_parenthesesWithin parentheses in statements - "using" parentheses (C#)
space_within_while_parenthesesWithin parentheses in statements - "while" parentheses (C#)
spaces_around_eq_in_attributeInside of tag header - Spaces around '=' in attribute, available for:
spaces_around_eq_in_pi_attributeProcessing instructions - Spaces around '=' in attribute, available for:
spaces_inside_tagsTag content - Spaces after start-tag and before end-tag otherwise, available for:
special_else_if_treatmentGeneral - Special "else if" treatment, available for: C#
static_members_qualify_membersStatic members qualification - Members to qualify (C#)
static_members_qualify_withStatic members qualification - Qualify with the name of (C#)
stick_commentOther indents - Don't indent comments started at first column, available for: C#, VB.NET
tab_widthGeneral - Tab width, available for: C#, VB.NET
trailing_comma_in_multiline_listsTrailing comma - Before a new line in multiline lists (C#)
trailing_comma_in_singleline_listsTrailing comma - When the last element is not followed by a new line (C#)
type_declaration_bracesBraces layout - Type and namespace declaration, available for: C#
use_continuous_indent_inside_initializer_bracesBraces layout - Use continuous line indent inside expression braces (C#)
use_continuous_indent_inside_parensParenthesis - Use continuous line indent inside parenthesis (C#)
use_heuristics_for_body_styleCode body - Apply style heuristics (C#)
use_indent_from_previous_elementOther indents - Use previous element's indent on partial format (C#)
use_roslyn_logic_for_evident_types'var' usage in declarations - Prefer Roslyn (Visual Studio) logic for type evidence (C#)
vb_align_multiline_argumentAlign multiline constructs - Invocation arguments (VB.NET)
vb_align_multiline_array_initializerAlign multiline constructs - Array initializer (VB.NET)
vb_align_multiline_expressionAlign multiline constructs - Expression (VB.NET)
vb_align_multiline_implements_listAlign multiline constructs - Implements/handles list (VB.NET)
vb_align_multiline_parameterAlign multiline constructs - Method parameters (VB.NET)
vb_align_multiple_declarationAlign multiline constructs - Multiple declaration list (VB.NET)
vb_alignment_tab_fill_styleTabs and indents - How to align when tabs are used for indents (VB.NET)
vb_allow_aliasReference qualification - Allow 'Imports' alias directive (VB.NET)
vb_blank_lines_after_importsBlank lines - After imports section (VB.NET)
vb_blank_lines_after_optionsBlank lines - After file options section (VB.NET)
vb_blank_lines_around_fieldBlank lines - Around multiline field (VB.NET)
vb_blank_lines_around_global_attributeBlank lines - After global attribute (VB.NET)
vb_blank_lines_around_invocableBlank lines - Around multiline method (VB.NET)
vb_blank_lines_around_namespaceBlank lines - Around namespace (VB.NET)
vb_blank_lines_around_regionBlank lines - Around region (VB.NET)
vb_blank_lines_around_single_line_fieldBlank lines - Around single line field (VB.NET)
vb_blank_lines_around_single_line_invocableBlank lines - Around single line method (VB.NET)
vb_blank_lines_around_typeBlank lines - Around type (VB.NET)
vb_blank_lines_inside_regionBlank lines - Inside region (VB.NET)
vb_indent_case_from_selectOther - Indent "case" from "select" (VB.NET)
vb_indent_sizeTabs and indents - Indent size (VB.NET)
vb_indent_styleTabs and indents - Indent style (VB.NET)
vb_keep_blank_lines_in_codePreserve existing formatting - Keep max blank lines in code (VB.NET)
vb_keep_blank_lines_in_declarationsPreserve existing formatting - Keep max blank lines in declarations (VB.NET)
vb_keep_user_linebreaksPreserve existing formatting - Keep existing line breaks (VB.NET)
vb_max_line_lengthLine wrapping - Hard wrap at (VB.NET)
vb_place_event_attribute_on_same_lineAttributes - Place event attribute on the same line (VB.NET)
vb_place_field_attribute_on_same_lineAttributes - Place field attribute on the same line (VB.NET)
vb_place_method_attribute_on_same_lineAttributes - Place method attribute on the same line (VB.NET)
vb_place_property_attribute_on_same_lineAttributes - Place property attribute on the same line (VB.NET)
vb_place_type_attribute_on_same_lineAttributes - Place type attribute on the same line (VB.NET)
vb_prefer_qualified_referenceReference qualification - Prefer fully qualified references (VB.NET)
vb_space_after_attribute_target_colonAttributes - After attribute target colon (VB.NET)
vb_space_after_commaOther - After ',' (VB.NET)
vb_space_after_unary_opAround operations - After unary operators (VB.NET)
vb_space_after_unary_operatorAround operations - After unary operators (VB.NET)
vb_space_around_additive_opAround operations - Additive operators (+,-) (VB.NET)
vb_space_around_assignment_opAround operations - Assignment operators (=,+=,...) (VB.NET)
vb_space_around_binary_operatorSpace around binary operators (+, ||, =, ...) (generalized)
vb_space_around_dotOther - Around '.' (VB.NET)
vb_space_around_member_access_operatorOther - Around '.' (VB.NET)
vb_space_around_multiplicative_opAround operations - Multiplicative operators (*,/,...) (VB.NET)
vb_space_around_relational_opAround operations - Relational operators (<,>,<=,>=) (VB.NET)
vb_space_around_shift_opAround operations - Shift operators (<<,>>) (VB.NET)
vb_space_around_stmt_colonOther - Around statement ':' (VB.NET)
vb_space_before_array_rank_parenthesesArrays - Before array rank parentheses (VB.NET)
vb_space_before_attribute_target_colonAttributes - Before attribute target colon (VB.NET)
vb_space_before_commaOther - Before ',' (VB.NET)
vb_space_before_empty_invocation_parenthesesNearby parentheses - Before empty invocation parentheses (VB.NET)
vb_space_before_empty_method_parenthesesNearby parentheses - Before empty method declaration parentheses (VB.NET)
vb_space_before_invocation_parenthesesNearby parentheses - Before invocation parentheses (VB.NET)
vb_space_before_label_colonOther - Before ':' in label (VB.NET)
vb_space_before_method_parenthesesNearby parentheses - Before method declaration parentheses (VB.NET)
vb_space_before_type_parameter_parenthesesNearby parentheses - Before type parameter parentheses (VB.NET)
vb_space_within_array_initialization_bracesArrays - Within array initialization braces (VB.NET)
vb_space_within_array_rank_empty_parenthesesArrays - Within empty array rank parentheses (VB.NET)
vb_space_within_array_rank_parenthesesArrays - Within array rank parentheses (VB.NET)
vb_space_within_attribute_anglesAttributes - Within attribute angles (VB.NET)
vb_space_within_empty_invocation_parenthesesNearby parentheses - Within empty invocation parentheses (VB.NET)
vb_space_within_empty_method_parenthesesNearby parentheses - Within empty method declaration parentheses (VB.NET)
vb_space_within_expression_parenthesesNearby parentheses - Within expression parentheses (VB.NET)
vb_space_within_invocation_parenthesesNearby parentheses - Within invocation parentheses (VB.NET)
vb_space_within_method_parenthesesNearby parentheses - Within method declaration parentheses (VB.NET)
vb_space_within_tuple_parenthesesNearby parentheses - Within tuple parentheses (VB.NET)
vb_space_within_type_parameter_parenthesesNearby parentheses - Within type parameter parentheses (VB.NET)
vb_stick_commentOther - Don't indent comments started at first column (VB.NET)
vb_tab_widthTabs and indents - Tab width (VB.NET)
vb_wrap_arguments_styleLine wrapping - Wrap invocation arguments (VB.NET)
vb_wrap_before_binary_opsignLine wrapping - Prefer wrap before operator in binary expression (VB.NET)
vb_wrap_before_declaration_lparLine wrapping - Prefer wrap before "(" in method declaration (VB.NET)
vb_wrap_before_invocation_lparLine wrapping - Prefer wrap before "(" in invocation (VB.NET)
vb_wrap_extends_list_styleLine wrapping - Wrap extends/implements/handles list (VB.NET)
vb_wrap_multiple_declaration_styleLine wrapping - Wrap multiple declarations list (VB.NET)
vb_wrap_parameters_styleLine wrapping - Wrap formal parameters (VB.NET)
wrap_after_declaration_lparArrangement of method signatures - Prefer wrap after "(" in declaration, available for: C#
wrap_after_dot_in_method_callsArrangement of member access expressions - Prefer wrap after "." (C#)
wrap_after_invocation_lparArrangement of invocations - Prefer wrap after "(" in invocation, available for: C#
wrap_arguments_styleArrangement of invocations - Wrap invocation arguments, available for: C#, VB.NET
wrap_around_elementsTag content - Wrap before and after elements, available for:
wrap_array_initializer_styleArrangement of initializers - Wrap array initializer (C#)
wrap_before_arrow_with_expressionsArrangement of expression bodied members - Prefer wrap before "=>" followed by expressions (C#)
wrap_before_binary_opsignArrangement of binary expressions - Prefer wrap before operator in binary expression, available for: C#, VB.NET
wrap_before_commaGeneral - Prefer wrap before ",", available for: C#
wrap_before_declaration_lparArrangement of method signatures - Prefer wrap before "(" in declaration, available for: C#, VB.NET
wrap_before_declaration_rparArrangement of method signatures - Prefer wrap before ")" in declaration, available for: C#
wrap_before_extends_colonArrangement of type parameters, constraints and base types - Prefer wrap before ":" (C#)
wrap_before_first_type_parameter_constraintArrangement of type parameters, constraints and base types - Prefer wrap before first constraint, available for: C#
wrap_before_invocation_lparArrangement of invocations - Prefer wrap before "(" in invocation, available for: C#, VB.NET
wrap_before_invocation_rparArrangement of invocations - Prefer wrap before ")" in invocation, available for: C#
wrap_before_linq_expressionArrangement of LINQ expressions - Prefer wrap before multiline LINQ expressions (C#)
wrap_before_ternary_opsignsArrangement of ternary expressions - Prefer wrap before "?" and ":" in ternary expressions, available for: C#
wrap_before_type_parameter_langleArrangement of type parameters, constraints and base types - Prefer wrap before type parameters opening angle (C#)
wrap_chained_binary_expressionsArrangement of binary expressions - Wrap chained binary expressions, available for: C#
wrap_chained_method_callsArrangement of member access expressions - Wrap chained method calls, available for: C#
wrap_enum_declarationArrangement of enumerations - Wrap enumeration declaration (C#)
wrap_extends_list_styleArrangement of type parameters, constraints and base types - Wrap extends/implements list, available for: C#, VB.NET
wrap_for_stmt_header_styleArrangement of statements - Wrap "for" statement header, available for: C#
wrap_linq_expressionsArrangement of LINQ expressions - Wrap LINQ expressions (C#)
wrap_multiple_declaration_styleArrangement of statements - Wrap multiple declaration, available for: C#, VB.NET
wrap_multiple_type_parameter_constraints_styleArrangement of type parameters, constraints and base types - Wrap multiple type parameter constraints, available for: C#
wrap_object_and_collection_initializer_styleArrangement of initializers - Wrap object and collection initializer (C#)
wrap_parameters_styleArrangement of method signatures - Wrap formal parameters, available for: C#, VB.NET
wrap_property_patternArrangement of property patterns - Wrap property pattern (C#)
wrap_switch_expressionArrangement of switch expressions - Wrap switch expression (C#)
wrap_tags_and_piLine wrapping - Wrap tags and processing instructions, available for:
wrap_ternary_expr_styleArrangement of ternary expressions - Wrap ternary expression, available for: C#
wrap_textTag content - Wrap inside text, available for:
wrap_verbatim_interpolated_stringsArrangement of interpolated strings - Wrap verbatim interpolated strings (C#)
Last modified: 08 March 2021