Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.globalconfig - github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 467b330e45a1c9cb93c812b7fca01844e1fa059a (plain)
1
2
3
4
5
6
7
8
9
10
11
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