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 AD0001 for IDE0076 #45613

Merged
1 commit merged into from
Jul 2, 2020
Merged

Fix AD0001 for IDE0076 #45613

1 commit merged into from
Jul 2, 2020

Conversation

mavasani
Copy link
Contributor

@mavasani mavasani commented Jul 2, 2020

Fixes #45465
Ensure we normalize the target scope passed to target symbol resolver. It doesn't handle the recently added 'namespaceanddescendants' scope in legacy target string format and expects it to be normalized to 'namespace' scope.

@mavasani mavasani added this to the 16.7.P4 milestone Jul 2, 2020
@mavasani mavasani requested a review from a team July 2, 2020 16:17
@mavasani
Copy link
Contributor Author

mavasani commented Jul 2, 2020

@jinujoseph @vatsalyaagrawal Does this need M2/shiproom approval?

Fixes dotnet#45465
Ensure we normalize the target scope passed to target symbol resolver. It doesn't handle the recently added 'namespaceanddescendants' scope in legacy target string format and expects it to be normalized to 'namespace' scope.
@mavasani mavasani requested review from a team as code owners July 2, 2020 16:59
@mavasani mavasani changed the base branch from release/dev16.7 to master July 2, 2020 16:59
@mavasani
Copy link
Contributor Author

mavasani commented Jul 2, 2020

Does this need M2/shiproom approval?

Confirmed with @jinujoseph offline that 16.7 is now in QB mode, so rebased and retargeted the PR to master.

@mavasani mavasani modified the milestones: 16.7.P4, 16.8.P1 Jul 2, 2020
Copy link

@ghost ghost left a comment

Choose a reason for hiding this comment

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

Auto-approval

@ghost ghost merged commit f9bd4ff into dotnet:master Jul 2, 2020
This pull request was closed.
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.

AD0001 in CSharpRemoveUnnecessarySuppressionsDiagnosticAnalyzer
2 participants