|
[*.cs]
|
|
|
|
# CA1303: 请不要将文本作为本地化参数传递
|
|
dotnet_diagnostic.CA1303.severity = none
|
|
|
|
# CA1305: 指定 IFormatProvider
|
|
dotnet_diagnostic.CA1305.severity = none
|
|
|
|
# CA1307: 指定 StringComparison
|
|
dotnet_diagnostic.CA1307.severity = none
|
|
|
|
# CA1031: 不捕获常规异常类型
|
|
dotnet_diagnostic.CA1031.severity = none
|