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

Ignore suppressed diagnostics in code fix verifier #88492

Merged
merged 1 commit into from
Jul 7, 2023

Conversation

sbomer
Copy link
Member

@sbomer sbomer commented Jul 6, 2023

Fixes #88278.

The failures started with 299a8c9, which pulled in changes to the test SDK such that suppressed warnings are now included in the set of warnings checked by the code fix verifier.

The fix is based on similar changes in dotnet/roslyn-analyzers#6711 which picks up the same version of the testing SDK.

@sbomer sbomer requested a review from marek-safar as a code owner July 6, 2023 21:06
@ghost ghost added the linkable-framework Issues associated with delivering a linker friendly framework label Jul 6, 2023
@dotnet-issue-labeler dotnet-issue-labeler bot added the area-Tools-ILLink .NET linker development as well as trimming analyzers label Jul 6, 2023
@ghost ghost assigned sbomer Jul 6, 2023
@ghost
Copy link

ghost commented Jul 6, 2023

Tagging subscribers to 'linkable-framework': @eerhardt, @vitek-karas, @LakshanF, @sbomer, @joperezr, @marek-safar
See info in area-owners.md if you want to be subscribed.

Issue Details

Fixes #88278.

The failures started with 299a8c9, which pulled in changes to the test SDK such that suppressed warnings are now included in the set of warnings checked by the code fix verifier.

The fix is based on similar changes in dotnet/roslyn-analyzers#6711 which picks up the same version of the testing SDK.

Author: sbomer
Assignees: -
Labels:

linkable-framework

Milestone: -

@sharwell
Copy link
Member

sharwell commented Jul 7, 2023

This has now been hit by 4 different teams upgrading. I'm going to incorporate a fix directly into the SDK, hopefully by end of day.

@sharwell
Copy link
Member

sharwell commented Jul 7, 2023

dotnet/roslyn-sdk#1106

@sbomer
Copy link
Member Author

sbomer commented Jul 7, 2023

Merging to unblock PRs hitting this. We can revert this change when we pick up a roslyn SDK that has the fix.

@sbomer sbomer merged commit 8097783 into dotnet:main Jul 7, 2023
51 of 55 checks passed
@ghost ghost locked as resolved and limited conversation to collaborators Aug 6, 2023
@sbomer sbomer deleted the fixCodeFixVerifier branch November 3, 2023 18:36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-Tools-ILLink .NET linker development as well as trimming analyzers linkable-framework Issues associated with delivering a linker friendly framework
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ILLink CodeFixer tests are failing
3 participants