-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Conversation
There was a problem hiding this 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,
There was a problem hiding this 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
🚨 API change(s) detected @davidbritch FYI |
Description of Change
Update default value for LineHeight in the ToNSAttributedString method.
Issues Fixed
Related with #8989