Skip to content

[StyleCleanUp] Avoid legacy suppression format, use GlobalSuppressions (IDE0077)#10668

Open
h3xds1nz wants to merge 2 commits into
dotnet:mainfrom
h3xds1nz:fix-ide0077-noncherry
Open

[StyleCleanUp] Avoid legacy suppression format, use GlobalSuppressions (IDE0077)#10668
h3xds1nz wants to merge 2 commits into
dotnet:mainfrom
h3xds1nz:fix-ide0077-noncherry

Conversation

@h3xds1nz
Copy link
Copy Markdown
Member

@h3xds1nz h3xds1nz commented Mar 28, 2025

Fixes #10375

Description

Sending this in as #10373 was fixed in the code base. Uses the new typed format for suppressions and moves the UIA's CodeQuality_Approved into the de facto standardized GlobalSuppressions file for consistency with other projects.

Customer Impact

Cleaner codebase for developers.

Regression

No.

Testing

Local build.

Risk

None.

Microsoft Reviewers: Open in CodeFlow

@h3xds1nz h3xds1nz requested review from a team as code owners March 28, 2025 11:48
@dotnet-policy-service dotnet-policy-service Bot added PR metadata: Label to tag PRs, to facilitate with triage Community Contribution A label for all community Contributions labels Mar 28, 2025
@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 28, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 11.37454%. Comparing base (2a8258a) to head (3ee306d).

Additional details and impacted files
@@                 Coverage Diff                 @@
##                main      #10668         +/-   ##
===================================================
+ Coverage   11.25210%   11.37454%   +0.12243%     
===================================================
  Files           3353        3353                 
  Lines         668062      668062                 
  Branches       74980       74980                 
===================================================
+ Hits           75171       75989        +818     
+ Misses        591642      590824        -818     
  Partials        1249        1249                 
Flag Coverage Δ
Debug 11.37454% <ø> (+0.12243%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Community Contribution A label for all community Contributions PR metadata: Label to tag PRs, to facilitate with triage

Projects

None yet

Development

Successfully merging this pull request may close these issues.

IDE0077: Avoid legacy format target in global 'SuppressMessageAttribute'

1 participant