Skip to content
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

Code triggers both SA1003 and SA1020 #1775

Closed
GregReddick opened this issue Nov 16, 2015 · 2 comments
Closed

Code triggers both SA1003 and SA1020 #1775

GregReddick opened this issue Nov 16, 2015 · 2 comments

Comments

@GregReddick
Copy link

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 ++;
@sharwell
Copy link
Member

This was likely fixed in #1749, but needs a new test.

@sharwell
Copy link
Member

Looks like tests are already included. Marking as a duplicate of #1748.

@sharwell sharwell removed this from the 1.0.0 RC 1 milestone Nov 22, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants