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 the "Unused parameter" sample analyzers to ignore compiler genera… #11001

Merged
merged 1 commit into from
May 2, 2016

Conversation

mavasani
Copy link
Contributor

…ted parameters with no locations.

Note that the corresponding FxCop analyzer (CA1801) is based on IOperation and hence doesn't hit this situation (https://github.com/dotnet/roslyn-analyzers/blob/master/src/Microsoft.Maintainability.Analyzers/Core/ReviewUnusedParameters.cs#L128)

Fixes #10314

…ted parameters with no locations.

Note that the corresponding FxCop analyzer (CA1801) is based on IOperation and hence doesn't hit this situation (https://github.com/dotnet/roslyn-analyzers/blob/master/src/Microsoft.Maintainability.Analyzers/Core/ReviewUnusedParameters.cs#L128)

Fixes dotnet#10314
@mavasani
Copy link
Contributor Author

Tagging @dotnet/roslyn-analysis for review

@srivatsn
Copy link
Contributor

srivatsn commented May 2, 2016

👍

@mavasani mavasani merged commit e0ad6f4 into dotnet:master May 2, 2016
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.

None yet

3 participants