8 lines
235 B
INI
8 lines
235 B
INI
[*.cs]
|
|
|
|
# IDE0008: Use explicit type
|
|
dotnet_diagnostic.IDE0008.severity = none
|
|
csharp_style_var_when_type_is_apparent=false:suggestion
|
|
csharp_style_var_for_built_in_types=false:suggestion
|
|
csharp_style_var_elsewhere=false:suggestion
|