Skip to content

Update default value for LineHeight in the ToNSAttributedString method #28027

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

Merged
merged 7 commits into from
Mar 25, 2025

Conversation

jsuarezruiz
Copy link
Contributor

@jsuarezruiz jsuarezruiz commented Feb 25, 2025

Description of Change

Update default value for LineHeight in the ToNSAttributedString method.

Issues Fixed

Related with #8989

@Copilot Copilot AI review requested due to automatic review settings February 25, 2025 09:09
@jsuarezruiz jsuarezruiz requested a review from a team as a code owner February 25, 2025 09:09
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot reviewed 2 out of 6 changed files in this pull request and generated no comments.

Files not reviewed (4)
  • src/Controls/src/Core/PublicAPI/net-ios/PublicAPI.Shipped.txt: Language not supported
  • src/Controls/src/Core/PublicAPI/net-ios/PublicAPI.Unshipped.txt: Language not supported
  • src/Controls/src/Core/PublicAPI/net-maccatalyst/PublicAPI.Shipped.txt: Language not supported
  • src/Controls/src/Core/PublicAPI/net-maccatalyst/PublicAPI.Unshipped.txt: Language not supported
Comments suppressed due to low confidence (2)

src/Controls/src/Core/Platform/iOS/Extensions/FormattedStringExtensions.cs:36

  • Ensure that the new behavior introduced by setting defaultLineHeight to -1 is adequately covered by tests.
double defaultLineHeight = -1,

src/Controls/src/Core/Platform/iOS/Extensions/FormattedStringExtensions.cs:62

  • Ensure that the new behavior introduced by setting defaultLineHeight to -1 is adequately covered by tests.
double defaultLineHeight = -1,

@jsuarezruiz jsuarezruiz marked this pull request as draft February 25, 2025 10:33
@jsuarezruiz jsuarezruiz marked this pull request as ready for review February 25, 2025 11:42
Copy link
Member

@rmarinho rmarinho left a comment

Choose a reason for hiding this comment

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

Needs some changes on api files

@rmarinho rmarinho added this to the .NET 10.0-preview3 milestone Mar 20, 2025
@rmarinho rmarinho moved this from Todo to Changes Requested in MAUI SDK Ongoing Mar 20, 2025
Copy link
Contributor

🚨 API change(s) detected @davidbritch FYI

@jsuarezruiz jsuarezruiz requested a review from rmarinho March 21, 2025 10:40
@github-project-automation github-project-automation bot moved this from Changes Requested to Approved in MAUI SDK Ongoing Mar 21, 2025
@jfversluis jfversluis added the area-controls-label Label, Span label Mar 25, 2025
@rmarinho rmarinho merged commit d41864c into net10.0 Mar 25, 2025
125 of 129 checks passed
@rmarinho rmarinho deleted the fix-8989-changes-1 branch March 25, 2025 16:45
@github-project-automation github-project-automation bot moved this from Approved to Done in MAUI SDK Ongoing Mar 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants