Skip to content

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Apr 28, 2025

Backport of #13385 to release/9.0

/cc @JeremyKuhne

Customer Impact

Reading PageSettings.Color gives the wrong value, there is no workaround.

Testing

Regression unit test.

Risk

Low, this was a manual mistake in converting to source generated interop.

Microsoft Reviewers: Open in CodeFlow

This was inadvertently flipped when changing to CsWin32.

Fixes #13367
@github-actions github-actions bot requested a review from a team as a code owner April 28, 2025 22:10
@JeremyKuhne JeremyKuhne added the servicing-consider .NET Shiproom label indicating a PR seeks to enter into a branch under Tell-Mode criteria label Apr 28, 2025
@JeremyKuhne JeremyKuhne added this to the 9.0.6 milestone Apr 28, 2025
Copy link

codecov bot commented Apr 28, 2025

Codecov Report

Attention: Patch coverage is 72.72727% with 9 lines in your changes missing coverage. Please review.

Project coverage is 74.84139%. Comparing base (4a9a9f0) to head (a1cdb5a).
Report is 9 commits behind head on release/9.0.

Additional details and impacted files
@@                  Coverage Diff                   @@
##           release/9.0      #13389          +/-   ##
======================================================
+ Coverage     44.90473%   74.84139%   +29.93666%     
======================================================
  Files             1956        3022        +1066     
  Lines           284391      630476      +346085     
  Branches         41754       46802        +5048     
======================================================
+ Hits            127705      471857      +344152     
- Misses          149047      155236        +6189     
+ Partials          7639        3383        -4256     
Flag Coverage Δ
Debug 74.84139% <72.72727%> (+29.93666%) ⬆️
integration 18.01986% <0.00000%> (?)
production 47.87704% <100.00000%> (+2.97231%) ⬆️
test 96.99900% <71.87500%> (?)
unit 44.88398% <100.00000%> (-0.02075%) ⬇️

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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@Tanya-Solyanik Tanya-Solyanik added the 🚫 * NO-MERGE * The PR is not ready for merge yet (see discussion for detailed reasons) label Apr 28, 2025
@Tanya-Solyanik Tanya-Solyanik added servicing-approved .NET Shiproom approved the PR for merge and removed servicing-consider .NET Shiproom label indicating a PR seeks to enter into a branch under Tell-Mode criteria labels Apr 29, 2025
public void Print_DefaultPrintController_Success()
{
if (!CanPrintToPdf())
if (!Helpers.TryGetPdfPrinterName(out string? printerName))
{
return;
Copy link
Member

Choose a reason for hiding this comment

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

this would be a bug if CanPrintToPdf is true.

@Tanya-Solyanik Tanya-Solyanik merged commit 45fbdc1 into release/9.0 May 8, 2025
8 checks passed
@Tanya-Solyanik Tanya-Solyanik deleted the backport/pr-13385-to-release/9.0 branch May 8, 2025 18:03
@github-actions github-actions bot locked and limited conversation to collaborators Jun 8, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
🚫 * NO-MERGE * The PR is not ready for merge yet (see discussion for detailed reasons) servicing-approved .NET Shiproom approved the PR for merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants