I have this code, where both variables are nullable strings:
C#if (answer.ElectricalExists == true || answer.SharpsExist == true)
return "B";
I'm being given a Simplify option to remove the "== true" parts, but that's not valid code at that point.
Scott,
We reproduced this issue and will fix it shortly.
Still seeing this issue. Did the fix go out?
Scott,
CodeRush 23.1.4 is not released yet.