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

Make CodeFixVerifier.GetCSharpCodeFixProvider abstract #1299

Merged
merged 1 commit into from
Aug 27, 2015

Conversation

sharwell
Copy link
Member

No description provided.

protected override CodeFixProvider GetCSharpCodeFixProvider()
{
throw new NotSupportedException();
}
}
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Add a new line, please.

@Noryoko
Copy link
Contributor

Noryoko commented Aug 27, 2015

Looks good other than the one comment. 👍

sharwell added a commit that referenced this pull request Aug 27, 2015
Make CodeFixVerifier.GetCSharpCodeFixProvider abstract
@sharwell sharwell merged commit 4539095 into DotNetAnalyzers:master Aug 27, 2015
@sharwell sharwell deleted the abstract-test-methods branch August 27, 2015 13:46
@sharwell sharwell added the fixed label Aug 27, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants