8 lines
217 B
INI
8 lines
217 B
INI
[*.cs]
|
|
|
|
# Default severity for analyzer diagnostics with category 'Style'
|
|
dotnet_analyzer_diagnostic.category-Style.severity = suggestion
|
|
|
|
# IDE0044: Add readonly modifier
|
|
dotnet_diagnostic.IDE0044.severity = none
|