-
Notifications
You must be signed in to change notification settings - Fork 509
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
Unexpected SA1131 #3759
Milestone
Comments
Investigating... |
bjornhellander
added a commit
to bjornhellander/StyleCopAnalyzers
that referenced
this issue
Dec 20, 2023
Likely caused by #3710 |
Indeed it is. Sorry. I pushed a fix. If you feel the slightest bit unsure about this, you could revert dfd5ed2 instead. |
Were you planning to submit a PR here? |
Done now. |
bjornhellander
added a commit
to bjornhellander/StyleCopAnalyzers
that referenced
this issue
Dec 20, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I updated this repository to 1.2.0-beta.553 and got lots of unexpected SA1131.
Triggers for example on these cases:
x + 1 < y
a() < y
The common denominator seems to be that the left side or the operator is not just a variable, so this is probably a very common problem.
The text was updated successfully, but these errors were encountered: