7 lines
155 B
INI
7 lines
155 B
INI
# EditorConfig is awesome: http://EditorConfig.org
|
|
|
|
[*.cs]
|
|
|
|
# MA0032: Use an overload with a CancellationToken
|
|
dotnet_diagnostic.MA0032.severity = warning
|