-
Notifications
You must be signed in to change notification settings - Fork 229
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix S1854 FN: Support &&, ||, ?? and ??= #4937
Labels
Area: C#
C# rules related issues.
Area: CFG/SE
CFG and SE related issues.
Type: False Negative
Rule is NOT triggered when it should be.
Comments
pavel-mikula-sonarsource
added
Area: C#
C# rules related issues.
Area: C#8
Area: CFG/SE
CFG and SE related issues.
Type: False Negative
Rule is NOT triggered when it should be.
labels
Sep 30, 2021
This should also solve this FN:
|
This was referenced Jul 19, 2024
github-actions
bot
assigned mary-georgiou-sonarsource and Tim-Pohlmann and unassigned Tim-Pohlmann and mary-georgiou-sonarsource
Jul 19, 2024
github-actions
bot
assigned pavel-mikula-sonarsource and mary-georgiou-sonarsource and unassigned Tim-Pohlmann and pavel-mikula-sonarsource
Jul 19, 2024
The validation has revealed a problem. I re-open this ticket. We either need to fix or revert the PR. |
mary-georgiou-sonarsource
assigned Tim-Pohlmann and unassigned mary-georgiou-sonarsource
Aug 5, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Area: C#
C# rules related issues.
Area: CFG/SE
CFG and SE related issues.
Type: False Negative
Rule is NOT triggered when it should be.
The LVA based on Roslyn CFG doesn't support Flow Capturing Operations. We need to support them to properly detect issues in cases where expression is translated into several CFG blocks.
The text was updated successfully, but these errors were encountered: