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
AV2220 (Avoid LINQ for simple expressions):
Since LINQ queries should be written out over multiple lines for readability, the second example is a bit more compact.
AV2400 (Use a common layout):
Put the entire LINQ statement on one line, or start each keyword at the same indentation, like this
The text was updated successfully, but these errors were encountered:
aea0f9b
Fixed an inconsistency between AV2220 and AV2400
39be1c5
Closes dennisdoomen#173
No branches or pull requests
AV2220 (Avoid LINQ for simple expressions):
AV2400 (Use a common layout):
The text was updated successfully, but these errors were encountered: