10 lines
216 B
INI
10 lines
216 B
INI
root = true
|
|
|
|
[*.cs]
|
|
# switch expression必须覆盖所有成员
|
|
dotnet_diagnostic.IDE0072.severity = error
|
|
dotnet_diagnostic.IDE0010.severity = error
|
|
|
|
# 非必要的using
|
|
dotnet_diagnostic.IDE0005.severity = warning
|