Skip to content

Ignore suppressed diagnostics in code fix verifier#88492

Merged
sbomer merged 1 commit intodotnet:mainfrom
sbomer:fixCodeFixVerifier
Jul 7, 2023
Merged

Ignore suppressed diagnostics in code fix verifier#88492
sbomer merged 1 commit intodotnet:mainfrom
sbomer:fixCodeFixVerifier

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 review from agocke, sharwell and vitek-karas July 6, 2023 21:06
@sbomer sbomer requested a review from marek-safar as a code owner July 6, 2023 21:06
@ghost ghost added linkable-framework Issues associated with delivering a linker friendly framework area-Tools-ILLink .NET linker development as well as trimming analyzers labels 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
Contributor

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
Contributor

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
@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