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
See #1766
Issue D4: Related to SA1003 and SA1020
The following code would only trigger SA1020 in classic StyleCop. The current analyzer triggers both SA1020 and SA1003.
int value = 1; value ++;
The text was updated successfully, but these errors were encountered:
This was likely fixed in #1749, but needs a new test.
Sorry, something went wrong.
Looks like tests are already included. Marking as a duplicate of #1748.
No branches or pull requests
See #1766
Issue D4: Related to SA1003 and SA1020
The following code would only trigger SA1020 in classic StyleCop. The current analyzer triggers both SA1020 and SA1003.
The text was updated successfully, but these errors were encountered: