Files
criminalmindsapi/.editorconfig
T

5 lines
162 B
INI
Raw Normal View History

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