File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -66,15 +66,18 @@ csharp_indent_case_contents_when_block = false
6666csharp_preserve_single_line_statements = false
6767
6868# 'var' usage preferences
69- csharp_style_var_for_built_in_types = false :suggestion
70- csharp_style_var_when_type_is_apparent = true :suggestion
71- csharp_style_var_elsewhere = false :suggestion
69+ csharp_style_var_for_built_in_types = false :none
70+ csharp_style_var_when_type_is_apparent = true :none
71+ csharp_style_var_elsewhere = false :none
7272
7373# Parentheses preferences
7474dotnet_style_parentheses_in_arithmetic_binary_operators = never_if_unnecessary:suggestion
7575dotnet_style_parentheses_in_other_binary_operators = always_for_clarity:suggestion
7676dotnet_style_parentheses_in_relational_binary_operators = never_if_unnecessary:suggestion
7777
78+ # Expression value is never used
79+ dotnet_diagnostic.IDE0058.severity = none
80+
7881# ### Naming Style ####
7982
8083dotnet_diagnostic.IDE1006.severity = warning
You can’t perform that action at this time.
0 commit comments