34 lines
1.1 KiB
Plaintext
34 lines
1.1 KiB
Plaintext
|
# NOTE: Requires **VS2019 16.7** or later
|
||
|
|
||
|
# Rules from '3.0.0' release with 'Minimum' analysis mode
|
||
|
# Description: Rules with enabled-by-default state from '3.0.0' release with 'Minimum' analysis mode. Rules that are first released in a version later than '3.0.0' are disabled.
|
||
|
|
||
|
is_global = true
|
||
|
|
||
|
global_level = -100
|
||
|
|
||
|
|
||
|
# RS1009: Only internal implementations of this interface are allowed
|
||
|
dotnet_diagnostic.RS1009.severity = warning
|
||
|
|
||
|
# RS1031: Define diagnostic title correctly
|
||
|
dotnet_diagnostic.RS1031.severity = none
|
||
|
|
||
|
# RS1032: Define diagnostic message correctly
|
||
|
dotnet_diagnostic.RS1032.severity = none
|
||
|
|
||
|
# RS1033: Define diagnostic description correctly
|
||
|
dotnet_diagnostic.RS1033.severity = none
|
||
|
|
||
|
# RS1034: Prefer 'IsKind' for checking syntax kinds
|
||
|
dotnet_diagnostic.RS1034.severity = none
|
||
|
|
||
|
# RS1035: Do not use APIs banned for analyzers
|
||
|
dotnet_diagnostic.RS1035.severity = none
|
||
|
|
||
|
# RS1036: Specify analyzer banned API enforcement setting
|
||
|
dotnet_diagnostic.RS1036.severity = none
|
||
|
|
||
|
# RS1037: Add "CompilationEnd" custom tag to compilation end diagnostic descriptor
|
||
|
dotnet_diagnostic.RS1037.severity = none
|