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

Add support for catching incorrect usage/registration of Operation ac… #909

Merged
merged 2 commits into from
Apr 1, 2016

Conversation

mavasani
Copy link
Contributor

…tions in our meta analyzers (analyzers for correct implementation of analyzers).

Fixes #737

…tions in our meta analyzers (analyzers for correct implementation of analyzers).

Fixes dotnet#737
@mavasani
Copy link
Contributor Author

Tagging @dotnet/roslyn-analysis for review.

@mavasani
Copy link
Contributor Author

Also tagging @JohnHamby as an FYI

@mavasani
Copy link
Contributor Author

mavasani commented Apr 1, 2016

Ping?
Also tagging @lgolding has he was willing to take a look at the PR.

@ghost
Copy link

ghost commented Apr 1, 2016

Looking now.

<data name="MissingKindArgumentToRegisterActionMessage" xml:space="preserve">
<value>Specify at least one '{0}' of interest while registering a {1} analyzer action.</value>
<data name="MissingSymbolKindArgumentToRegisterActionMessage" xml:space="preserve">
<value>Specify at least one SymbolKind of interest while registering a symbol analyzer action.</value>
Copy link

Choose a reason for hiding this comment

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

"while registering" => "when registering"

@ghost
Copy link

ghost commented Apr 1, 2016

Mostly nitpicks, but please see my comment on Core/MetaAnalyzers/RegisterActionAnalyzer.cs before I sign off.

@ghost
Copy link

ghost commented Apr 1, 2016

👍

@mavasani
Copy link
Contributor Author

mavasani commented Apr 1, 2016

@lgolding I have pushed another commit addressing your feedback - thanks.

@mavasani mavasani merged commit 5d7f034 into dotnet:master Apr 1, 2016
@mavasani mavasani deleted the Issue737 branch April 1, 2016 22:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants