mirror of
https://github.com/RHeavenStudioPlus/HeavenStudioPlus.git
synced 2024-11-08 18:55:07 +00:00
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
|