Skip to content

Commit b086705

Browse files
committed
Update .editorconfig for thread synchronization preference
Added suggestion to prefer System.Threading.Lock for thread synchronization in C#.
1 parent fd341a9 commit b086705

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.editorconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ csharp_prefer_braces = true:silent
131131
csharp_prefer_simple_using_statement = true:suggestion
132132
csharp_style_namespace_declarations = file_scoped:suggestion
133133
csharp_style_prefer_method_group_conversion = true:silent
134+
csharp_prefer_system_threading_lock = true:suggestion
134135

135136
# Expression-level preferences
136137
csharp_prefer_simple_default_expression = true:suggestion

0 commit comments

Comments
 (0)