2021-02-19 20:12:37 +03:00
|
|
|
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
|
2023-04-28 02:22:01 +03:00
|
|
|
|
|
|
|
# TODO: remove this - https://github.com/dotnet/aspnetcore/issues/47912
|
|
|
|
dotnet_diagnostic.EnableGenerateDocumentationFile.severity = none
|