2022-06-19 23:07:59 -05:00
|
|
|
[*.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
|
2022-06-20 23:09:47 -05:00
|
|
|
|
|
|
|
|
# CS8604: Possible null reference argument.
|
|
|
|
|
dotnet_diagnostic.CS8604.severity = none
|
2022-06-21 14:07:56 -05:00
|
|
|
|
|
|
|
|
# CS1591: Missing XML comment for publicly visible type or member
|
|
|
|
|
dotnet_diagnostic.CS1591.severity = none
|
2022-06-29 12:35:13 -05:00
|
|
|
|
|
|
|
|
# CS8629: Nullable value type may be null.
|
|
|
|
|
dotnet_diagnostic.CS8629.severity = silent
|
|
|
|
|
|
|
|
|
|
# CS8602: Dereference of a possibly null reference.
|
|
|
|
|
dotnet_diagnostic.CS8602.severity = silent
|