5 lines
110 B
INI
5 lines
110 B
INI
[*.cs]
|
|
|
|
# IDE0059: 不需要赋值
|
|
csharp_style_unused_value_assignment_preference = unused_local_variable
|