You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix: ConditionEvaluated is not being called when directly followed by a throw - this is raising FPs because conditions are evaluated as only true or only false.
Investigate FP issues with switch statements.
Finish the C# rule
Implement ShouldExecute (C# only)
The text was updated successfully, but these errors were encountered:
Migrate
ConditionEvaluatesToConstant
to the new SE engine.Split the work up to the following PRs:
ShouldExecute
false (do the scaffolding for both C# and VB.NET)Noncompliant
asFIXME Non-compliant
(for C# only)SymbolicExecutionRunner
(yet)throw
- this is raising FPs because conditions are evaluated as onlytrue
or onlyfalse.
ShouldExecute
(C# only)The text was updated successfully, but these errors were encountered: