Skip to content

Commit

Permalink
As suggestion instead of warning
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisDyallo committed Aug 14, 2024
1 parent a6e1b42 commit 6b971e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ dotnet_style_readonly_field = true:warning
#### C# Coding Conventions ####

# var preferences
csharp_style_var_elsewhere = true:warning
csharp_style_var_elsewhere = true:suggestion
csharp_style_var_for_built_in_types = false:suggestion
csharp_style_var_when_type_is_apparent = true:warning
csharp_style_var_when_type_is_apparent = true:suggestion

# Pattern matching preferences
csharp_style_pattern_matching_over_as_with_null_check = true:suggestion
Expand Down

0 comments on commit 6b971e6

Please sign in to comment.