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

Fix for SA1215 reported for const followed by readonly #1148

Merged
merged 2 commits into from Aug 8, 2015

Conversation

Noryoko
Copy link
Contributor

@Noryoko Noryoko commented Aug 7, 2015

SA1215 was reporting for the following code.

const int Field1 = 1;
readonly int Field2;

@sharwell sharwell added this to the 1.0.0 Beta 5 milestone Aug 7, 2015
@sharwell sharwell self-assigned this Aug 8, 2015
sharwell added a commit that referenced this pull request Aug 8, 2015
Fix for SA1215 reported for const followed by readonly
@sharwell sharwell merged commit 1bd787c into DotNetAnalyzers:master Aug 8, 2015
@Noryoko Noryoko deleted the fix-SA1215 branch August 8, 2015 23:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants