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

Test GetTypeInfo on values given to missing attribute #68427

Merged
merged 3 commits into from
Jun 26, 2023

Conversation

jcouv
Copy link
Member

@jcouv jcouv commented Jun 2, 2023

Follow-up on #68388 (comment)

@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Compilers untriaged Issues and PRs which have not yet been triaged by a lead labels Jun 2, 2023
@jcouv jcouv self-assigned this Jun 2, 2023
@jcouv jcouv marked this pull request as ready for review June 2, 2023 20:51
@jcouv jcouv requested a review from a team as a code owner June 2, 2023 20:51
@jcouv jcouv requested a review from AlekseyTs June 2, 2023 20:51
@jcouv jcouv removed the untriaged Issues and PRs which have not yet been triaged by a lead label Jun 2, 2023
@jcouv jcouv added this to the 17.7 milestone Jun 2, 2023
@jcouv jcouv added the Test Test failures in roslyn-CI label Jun 3, 2023
@jcouv
Copy link
Member Author

jcouv commented Jun 22, 2023

@AlekseyTs @dotnet/roslyn-compiler Tiny test update for review. Thanks

@@ -11342,6 +11341,22 @@ public void AvoidCascadingDiagnosticsOnMissingAttribute()
};

VerifyOperationTreeAndDiagnosticsForTest<AttributeSyntax>(source, expectedOperationTree, expectedDiagnostics);

var comp = CreateCompilation(source);
Copy link
Member

Choose a reason for hiding this comment

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

Consider moving this up and passing it to the Verify call above.

Copy link
Contributor

@AlekseyTs AlekseyTs left a comment

Choose a reason for hiding this comment

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

LGTM (commit 1)

@jcouv jcouv merged commit ce867ff into dotnet:main Jun 26, 2023
@jcouv jcouv deleted the attr-diag2 branch June 26, 2023 23:45
@ghost ghost modified the milestones: 17.7, Next Jun 26, 2023
@RikkiGibson RikkiGibson modified the milestones: Next, 17.7 P3 Jun 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Compilers Test Test failures in roslyn-CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants