зеркало из https://github.com/dotnet/aspnetcore.git
15 строки
483 B
Plaintext
15 строки
483 B
Plaintext
is_global = true
|
|
|
|
# CA1309: Use ordinal StringComparison
|
|
# https://github.com/dotnet/aspnetcore/pull/30111#issuecomment-777817003
|
|
dotnet_diagnostic.CA1309.severity = suggestion
|
|
|
|
# CA1304: Specify CultureInfo
|
|
dotnet_diagnostic.CA1304.severity = error
|
|
|
|
# CA1310: Specify StringComparison for correctness
|
|
dotnet_diagnostic.CA1310.severity = error
|
|
|
|
# TODO: remove this - https://github.com/dotnet/aspnetcore/issues/47912
|
|
dotnet_diagnostic.EnableGenerateDocumentationFile.severity = none
|