14 lines
387 B
INI
14 lines
387 B
INI
[*.cs]
|
|
|
|
# CA1307: Specify StringComparison
|
|
dotnet_diagnostic.CA1307.severity = suggestion
|
|
|
|
# CA1031: Do not catch general exception types
|
|
dotnet_diagnostic.CA1031.severity = none
|
|
|
|
# CA2007: Consider calling ConfigureAwait on the awaited task
|
|
dotnet_diagnostic.CA2007.severity = silent
|
|
|
|
# CA1303: Do not pass literals as localized parameters
|
|
dotnet_diagnostic.CA1303.severity = silent
|