11 lines
356 B
INI
11 lines
356 B
INI
[*.cs]
|
|
|
|
# CS0472: The result of the expression is always the same since a value of this type is never equal to 'null'
|
|
dotnet_diagnostic.CS0472.severity = none
|
|
|
|
# CS8604: Possible null reference argument.
|
|
dotnet_diagnostic.CS8604.severity = none
|
|
|
|
# CS1591: Missing XML comment for publicly visible type or member
|
|
dotnet_diagnostic.CS1591.severity = none
|