Property | Value |
---|---|
Id | RCS1156 |
Severity | Info |
if (s == "") // RCS1156
{
}
if (s?.Length == 0)
{
}
(Generated with DotMarkdown)
Property | Value |
---|---|
Id | RCS1156 |
Severity | Info |
if (s == "") // RCS1156
{
}
if (s?.Length == 0)
{
}
(Generated with DotMarkdown)