We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following statement should be a syntax error because the query expression appears at the wrong precedence:
int a = b + from c in d select c;
We correctly diagnose this error in "strict" more.
Please add this to a warning wave (possibly as an error?)
The text was updated successfully, but these errors were encountered:
We have introduced this error in parsing the range operator .. too.
..
Sorry, something went wrong.
Diagnose precedence inversion in a warning wave
5c46c10
Fixes dotnet#30231
Diagnose precedence inversion in a warning wave (#46239)
b6cdd27
Fixes #30231
gafter
Successfully merging a pull request may close this issue.
The following statement should be a syntax error because the query expression appears at the wrong precedence:
We correctly diagnose this error in "strict" more.
Please add this to a warning wave (possibly as an error?)
The text was updated successfully, but these errors were encountered: