diff --git a/.editorconfig b/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/.editorconfig +++ b/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/accumulate/.editorconfig b/exercises/accumulate/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/accumulate/.editorconfig +++ b/exercises/accumulate/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/acronym/.editorconfig b/exercises/acronym/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/acronym/.editorconfig +++ b/exercises/acronym/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/affine-cipher/.editorconfig b/exercises/affine-cipher/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/affine-cipher/.editorconfig +++ b/exercises/affine-cipher/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/all-your-base/.editorconfig b/exercises/all-your-base/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/all-your-base/.editorconfig +++ b/exercises/all-your-base/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/allergies/.editorconfig b/exercises/allergies/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/allergies/.editorconfig +++ b/exercises/allergies/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/alphametics/.editorconfig b/exercises/alphametics/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/alphametics/.editorconfig +++ b/exercises/alphametics/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/anagram/.editorconfig b/exercises/anagram/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/anagram/.editorconfig +++ b/exercises/anagram/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/armstrong-numbers/.editorconfig b/exercises/armstrong-numbers/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/armstrong-numbers/.editorconfig +++ b/exercises/armstrong-numbers/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/atbash-cipher/.editorconfig b/exercises/atbash-cipher/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/atbash-cipher/.editorconfig +++ b/exercises/atbash-cipher/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/bank-account/.editorconfig b/exercises/bank-account/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/bank-account/.editorconfig +++ b/exercises/bank-account/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/beer-song/.editorconfig b/exercises/beer-song/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/beer-song/.editorconfig +++ b/exercises/beer-song/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/binary-search-tree/.editorconfig b/exercises/binary-search-tree/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/binary-search-tree/.editorconfig +++ b/exercises/binary-search-tree/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/binary-search/.editorconfig b/exercises/binary-search/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/binary-search/.editorconfig +++ b/exercises/binary-search/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/binary/.editorconfig b/exercises/binary/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/binary/.editorconfig +++ b/exercises/binary/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/bob/.editorconfig b/exercises/bob/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/bob/.editorconfig +++ b/exercises/bob/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/book-store/.editorconfig b/exercises/book-store/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/book-store/.editorconfig +++ b/exercises/book-store/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/bowling/.editorconfig b/exercises/bowling/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/bowling/.editorconfig +++ b/exercises/bowling/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/bracket-push/.editorconfig b/exercises/bracket-push/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/bracket-push/.editorconfig +++ b/exercises/bracket-push/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/change/.editorconfig b/exercises/change/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/change/.editorconfig +++ b/exercises/change/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/circular-buffer/.editorconfig b/exercises/circular-buffer/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/circular-buffer/.editorconfig +++ b/exercises/circular-buffer/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/clock/.editorconfig b/exercises/clock/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/clock/.editorconfig +++ b/exercises/clock/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/collatz-conjecture/.editorconfig b/exercises/collatz-conjecture/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/collatz-conjecture/.editorconfig +++ b/exercises/collatz-conjecture/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/complex-numbers/.editorconfig b/exercises/complex-numbers/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/complex-numbers/.editorconfig +++ b/exercises/complex-numbers/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/connect/.editorconfig b/exercises/connect/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/connect/.editorconfig +++ b/exercises/connect/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/crypto-square/.editorconfig b/exercises/crypto-square/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/crypto-square/.editorconfig +++ b/exercises/crypto-square/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/custom-set/.editorconfig b/exercises/custom-set/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/custom-set/.editorconfig +++ b/exercises/custom-set/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/darts/.editorconfig b/exercises/darts/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/darts/.editorconfig +++ b/exercises/darts/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/diamond/.editorconfig b/exercises/diamond/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/diamond/.editorconfig +++ b/exercises/diamond/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/difference-of-squares/.editorconfig b/exercises/difference-of-squares/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/difference-of-squares/.editorconfig +++ b/exercises/difference-of-squares/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/diffie-hellman/.editorconfig b/exercises/diffie-hellman/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/diffie-hellman/.editorconfig +++ b/exercises/diffie-hellman/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/dnd-character/.editorconfig b/exercises/dnd-character/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/dnd-character/.editorconfig +++ b/exercises/dnd-character/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/dominoes/.editorconfig b/exercises/dominoes/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/dominoes/.editorconfig +++ b/exercises/dominoes/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/dot-dsl/.editorconfig b/exercises/dot-dsl/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/dot-dsl/.editorconfig +++ b/exercises/dot-dsl/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/error-handling/.editorconfig b/exercises/error-handling/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/error-handling/.editorconfig +++ b/exercises/error-handling/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/etl/.editorconfig b/exercises/etl/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/etl/.editorconfig +++ b/exercises/etl/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/flatten-array/.editorconfig b/exercises/flatten-array/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/flatten-array/.editorconfig +++ b/exercises/flatten-array/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/food-chain/.editorconfig b/exercises/food-chain/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/food-chain/.editorconfig +++ b/exercises/food-chain/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/forth/.editorconfig b/exercises/forth/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/forth/.editorconfig +++ b/exercises/forth/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/gigasecond/.editorconfig b/exercises/gigasecond/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/gigasecond/.editorconfig +++ b/exercises/gigasecond/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/go-counting/.editorconfig b/exercises/go-counting/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/go-counting/.editorconfig +++ b/exercises/go-counting/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/grade-school/.editorconfig b/exercises/grade-school/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/grade-school/.editorconfig +++ b/exercises/grade-school/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/grains/.editorconfig b/exercises/grains/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/grains/.editorconfig +++ b/exercises/grains/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/grep/.editorconfig b/exercises/grep/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/grep/.editorconfig +++ b/exercises/grep/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/hamming/.editorconfig b/exercises/hamming/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/hamming/.editorconfig +++ b/exercises/hamming/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/hangman/.editorconfig b/exercises/hangman/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/hangman/.editorconfig +++ b/exercises/hangman/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/hello-world/.editorconfig b/exercises/hello-world/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/hello-world/.editorconfig +++ b/exercises/hello-world/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/hexadecimal/.editorconfig b/exercises/hexadecimal/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/hexadecimal/.editorconfig +++ b/exercises/hexadecimal/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/high-scores/.editorconfig b/exercises/high-scores/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/high-scores/.editorconfig +++ b/exercises/high-scores/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/house/.editorconfig b/exercises/house/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/house/.editorconfig +++ b/exercises/house/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/isbn-verifier/.editorconfig b/exercises/isbn-verifier/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/isbn-verifier/.editorconfig +++ b/exercises/isbn-verifier/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/isogram/.editorconfig b/exercises/isogram/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/isogram/.editorconfig +++ b/exercises/isogram/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/kindergarten-garden/.editorconfig b/exercises/kindergarten-garden/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/kindergarten-garden/.editorconfig +++ b/exercises/kindergarten-garden/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/largest-series-product/.editorconfig b/exercises/largest-series-product/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/largest-series-product/.editorconfig +++ b/exercises/largest-series-product/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/leap/.editorconfig b/exercises/leap/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/leap/.editorconfig +++ b/exercises/leap/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/ledger/.editorconfig b/exercises/ledger/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/ledger/.editorconfig +++ b/exercises/ledger/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/linked-list/.editorconfig b/exercises/linked-list/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/linked-list/.editorconfig +++ b/exercises/linked-list/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/list-ops/.editorconfig b/exercises/list-ops/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/list-ops/.editorconfig +++ b/exercises/list-ops/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/luhn/.editorconfig b/exercises/luhn/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/luhn/.editorconfig +++ b/exercises/luhn/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/markdown/.editorconfig b/exercises/markdown/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/markdown/.editorconfig +++ b/exercises/markdown/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/matrix/.editorconfig b/exercises/matrix/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/matrix/.editorconfig +++ b/exercises/matrix/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/meetup/.editorconfig b/exercises/meetup/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/meetup/.editorconfig +++ b/exercises/meetup/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/minesweeper/.editorconfig b/exercises/minesweeper/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/minesweeper/.editorconfig +++ b/exercises/minesweeper/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/nth-prime/.editorconfig b/exercises/nth-prime/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/nth-prime/.editorconfig +++ b/exercises/nth-prime/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/nucleotide-count/.editorconfig b/exercises/nucleotide-count/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/nucleotide-count/.editorconfig +++ b/exercises/nucleotide-count/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/ocr-numbers/.editorconfig b/exercises/ocr-numbers/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/ocr-numbers/.editorconfig +++ b/exercises/ocr-numbers/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/octal/.editorconfig b/exercises/octal/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/octal/.editorconfig +++ b/exercises/octal/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/palindrome-products/.editorconfig b/exercises/palindrome-products/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/palindrome-products/.editorconfig +++ b/exercises/palindrome-products/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/pangram/.editorconfig b/exercises/pangram/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/pangram/.editorconfig +++ b/exercises/pangram/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/parallel-letter-frequency/.editorconfig b/exercises/parallel-letter-frequency/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/parallel-letter-frequency/.editorconfig +++ b/exercises/parallel-letter-frequency/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/pascals-triangle/.editorconfig b/exercises/pascals-triangle/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/pascals-triangle/.editorconfig +++ b/exercises/pascals-triangle/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/perfect-numbers/.editorconfig b/exercises/perfect-numbers/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/perfect-numbers/.editorconfig +++ b/exercises/perfect-numbers/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/phone-number/.editorconfig b/exercises/phone-number/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/phone-number/.editorconfig +++ b/exercises/phone-number/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/pig-latin/.editorconfig b/exercises/pig-latin/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/pig-latin/.editorconfig +++ b/exercises/pig-latin/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/poker/.editorconfig b/exercises/poker/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/poker/.editorconfig +++ b/exercises/poker/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/pov/.editorconfig b/exercises/pov/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/pov/.editorconfig +++ b/exercises/pov/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/prime-factors/.editorconfig b/exercises/prime-factors/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/prime-factors/.editorconfig +++ b/exercises/prime-factors/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/protein-translation/.editorconfig b/exercises/protein-translation/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/protein-translation/.editorconfig +++ b/exercises/protein-translation/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/proverb/.editorconfig b/exercises/proverb/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/proverb/.editorconfig +++ b/exercises/proverb/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/pythagorean-triplet/.editorconfig b/exercises/pythagorean-triplet/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/pythagorean-triplet/.editorconfig +++ b/exercises/pythagorean-triplet/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/queen-attack/.editorconfig b/exercises/queen-attack/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/queen-attack/.editorconfig +++ b/exercises/queen-attack/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/rail-fence-cipher/.editorconfig b/exercises/rail-fence-cipher/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/rail-fence-cipher/.editorconfig +++ b/exercises/rail-fence-cipher/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/raindrops/.editorconfig b/exercises/raindrops/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/raindrops/.editorconfig +++ b/exercises/raindrops/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/rational-numbers/.editorconfig b/exercises/rational-numbers/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/rational-numbers/.editorconfig +++ b/exercises/rational-numbers/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/react/.editorconfig b/exercises/react/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/react/.editorconfig +++ b/exercises/react/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/rectangles/.editorconfig b/exercises/rectangles/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/rectangles/.editorconfig +++ b/exercises/rectangles/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/resistor-color/.editorconfig b/exercises/resistor-color/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/resistor-color/.editorconfig +++ b/exercises/resistor-color/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/rest-api/.editorconfig b/exercises/rest-api/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/rest-api/.editorconfig +++ b/exercises/rest-api/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/reverse-string/.editorconfig b/exercises/reverse-string/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/reverse-string/.editorconfig +++ b/exercises/reverse-string/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/rna-transcription/.editorconfig b/exercises/rna-transcription/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/rna-transcription/.editorconfig +++ b/exercises/rna-transcription/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/robot-name/.editorconfig b/exercises/robot-name/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/robot-name/.editorconfig +++ b/exercises/robot-name/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/robot-simulator/.editorconfig b/exercises/robot-simulator/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/robot-simulator/.editorconfig +++ b/exercises/robot-simulator/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/roman-numerals/.editorconfig b/exercises/roman-numerals/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/roman-numerals/.editorconfig +++ b/exercises/roman-numerals/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/rotational-cipher/.editorconfig b/exercises/rotational-cipher/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/rotational-cipher/.editorconfig +++ b/exercises/rotational-cipher/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/run-length-encoding/.editorconfig b/exercises/run-length-encoding/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/run-length-encoding/.editorconfig +++ b/exercises/run-length-encoding/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/saddle-points/.editorconfig b/exercises/saddle-points/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/saddle-points/.editorconfig +++ b/exercises/saddle-points/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/say/.editorconfig b/exercises/say/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/say/.editorconfig +++ b/exercises/say/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/scale-generator/.editorconfig b/exercises/scale-generator/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/scale-generator/.editorconfig +++ b/exercises/scale-generator/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/scrabble-score/.editorconfig b/exercises/scrabble-score/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/scrabble-score/.editorconfig +++ b/exercises/scrabble-score/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/secret-handshake/.editorconfig b/exercises/secret-handshake/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/secret-handshake/.editorconfig +++ b/exercises/secret-handshake/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/series/.editorconfig b/exercises/series/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/series/.editorconfig +++ b/exercises/series/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/sgf-parsing/.editorconfig b/exercises/sgf-parsing/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/sgf-parsing/.editorconfig +++ b/exercises/sgf-parsing/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/sieve/.editorconfig b/exercises/sieve/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/sieve/.editorconfig +++ b/exercises/sieve/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/simple-cipher/.editorconfig b/exercises/simple-cipher/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/simple-cipher/.editorconfig +++ b/exercises/simple-cipher/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/simple-linked-list/.editorconfig b/exercises/simple-linked-list/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/simple-linked-list/.editorconfig +++ b/exercises/simple-linked-list/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/space-age/.editorconfig b/exercises/space-age/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/space-age/.editorconfig +++ b/exercises/space-age/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/spiral-matrix/.editorconfig b/exercises/spiral-matrix/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/spiral-matrix/.editorconfig +++ b/exercises/spiral-matrix/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/strain/.editorconfig b/exercises/strain/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/strain/.editorconfig +++ b/exercises/strain/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/sublist/.editorconfig b/exercises/sublist/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/sublist/.editorconfig +++ b/exercises/sublist/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/sum-of-multiples/.editorconfig b/exercises/sum-of-multiples/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/sum-of-multiples/.editorconfig +++ b/exercises/sum-of-multiples/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/tournament/.editorconfig b/exercises/tournament/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/tournament/.editorconfig +++ b/exercises/tournament/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/transpose/.editorconfig b/exercises/transpose/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/transpose/.editorconfig +++ b/exercises/transpose/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/tree-building/.editorconfig b/exercises/tree-building/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/tree-building/.editorconfig +++ b/exercises/tree-building/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/triangle/.editorconfig b/exercises/triangle/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/triangle/.editorconfig +++ b/exercises/triangle/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/trinary/.editorconfig b/exercises/trinary/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/trinary/.editorconfig +++ b/exercises/trinary/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/twelve-days/.editorconfig b/exercises/twelve-days/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/twelve-days/.editorconfig +++ b/exercises/twelve-days/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/two-bucket/.editorconfig b/exercises/two-bucket/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/two-bucket/.editorconfig +++ b/exercises/two-bucket/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/two-fer/.editorconfig b/exercises/two-fer/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/two-fer/.editorconfig +++ b/exercises/two-fer/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/variable-length-quantity/.editorconfig b/exercises/variable-length-quantity/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/variable-length-quantity/.editorconfig +++ b/exercises/variable-length-quantity/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/word-count/.editorconfig b/exercises/word-count/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/word-count/.editorconfig +++ b/exercises/word-count/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/word-search/.editorconfig b/exercises/word-search/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/word-search/.editorconfig +++ b/exercises/word-search/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/wordy/.editorconfig b/exercises/wordy/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/wordy/.editorconfig +++ b/exercises/wordy/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/yacht/.editorconfig b/exercises/yacht/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/yacht/.editorconfig +++ b/exercises/yacht/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/zebra-puzzle/.editorconfig b/exercises/zebra-puzzle/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/zebra-puzzle/.editorconfig +++ b/exercises/zebra-puzzle/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion diff --git a/exercises/zipper/.editorconfig b/exercises/zipper/.editorconfig index 9a34ce0bfb..fbe33e4171 100644 --- a/exercises/zipper/.editorconfig +++ b/exercises/zipper/.editorconfig @@ -76,9 +76,9 @@ dotnet_naming_symbols.constant_fields.required_modifiers = const ############################### # var preferences -csharp_style_var_for_built_in_types = true:suggestion -csharp_style_var_when_type_is_apparent = true:suggestion -csharp_style_var_elsewhere = true:suggestion +csharp_style_var_for_built_in_types = true:none +csharp_style_var_when_type_is_apparent = true:none +csharp_style_var_elsewhere = true:none # Expression-bodied members csharp_style_expression_bodied_methods = true:suggestion