-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Child Span font attributes inheritance #26197
base: main
Are you sure you want to change the base?
Conversation
Hey there @kubaflo! Thank you so much for your PR! Someone from the team will get assigned to your PR shortly and we'll get it reviewed. |
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
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.
The build is failing:
D:\a\_work\1\s\src\Controls\tests\DeviceTests\Elements\FormattedStringTests.cs(31,38): error CS0121: The call is ambiguous between the following methods or properties: 'FormattedStringExtensions.ToNSAttributedString(FormattedString, IFontManager, double, TextAlignment, Font?, Color?, TextTransform)' and 'FormattedStringExtensions.ToNSAttributedString(FormattedString, IFontManager, double, TextAlignment, Font?, Color?, TextTransform, TextDecorations, FontAttributes)' [D:\a\_work\1\s\src\Controls\tests\DeviceTests\Controls.DeviceTests.csproj::TargetFramework=net9.0-ios]
8811 Warning(s)
16 Error(s)
Thanks! I haven't noticed it. Fixed :) |
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
@jsuarezruiz could you please /azp again? |
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
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.
D:\a\_work\1\s\src\Compatibility\Core\src\iOS\Renderers\LabelRenderer.cs(485,40): error CS0121: The call is ambiguous between the following methods or properties: 'FormattedStringExtensions.ToNSAttributedString(FormattedString, IFontManager, double, TextAlignment, Font?, Color?, TextTransform)' and 'FormattedStringExtensions.ToNSAttributedString(FormattedString, IFontManager, double, TextAlignment, Font?, Color?, TextTransform, TextDecorations, FontAttributes)' [D:\a\_work\1\s\src\Compatibility\Core\src\Compatibility.csproj::TargetFramework=net9.0-ios18.0]
D:\a\_work\1\s\src\Compatibility\Core\src\iOS\Renderers\SearchBarRenderer.cs(339,50): error CS0121: The call is ambiguous between the following methods or properties: 'FormattedStringExtensions.ToNSAttributedString(FormattedString, IFontManager, double, TextAlignment, Font?, Color?, TextTransform)' and 'FormattedStringExtensions.ToNSAttributedString(FormattedString, IFontManager, double, TextAlignment, Font?, Color?, TextTransform, TextDecorations, FontAttributes)' [D:\a\_work\1\s\src\Compatibility\Core\src\Compatibility.csproj::TargetFramework=net9.0-ios18.0]
D:\a\_work\1\s\src\Compatibility\Core\src\iOS\Renderers\SearchBarRenderer.cs(345,50): error CS0121: The call is ambiguous between the following methods or properties: 'FormattedStringExtensions.ToNSAttributedString(FormattedString, IFontManager, double, TextAlignment, Font?, Color?, TextTransform)' and 'FormattedStringExtensions.ToNSAttributedString(FormattedString, IFontManager, double, TextAlignment, Font?, Color?, TextTransform, TextDecorations, FontAttributes)' [D:\a\_work\1\s\src\Compatibility\Core\src\Compatibility.csproj::TargetFramework=net9.0-ios18.0]
D:\a\_work\1\s\src\Compatibility\Core\src\iOS\Renderers\EntryRenderer.cs(360,43): error CS0121: The call is ambiguous between the following methods or properties: 'FormattedStringExtensions.ToNSAttributedString(FormattedString, IFontManager, double, TextAlignment, Font?, Color?, TextTransform)' and 'FormattedStringExtensions.ToNSAttributedString(FormattedString, IFontManager, double, TextAlignment, Font?, Color?, TextTransform, TextDecorations, FontAttributes)' [D:\a\_work\1\s\src\Compatibility\Core\src\Compatibility.csproj::TargetFramework=net9.0-ios18.0]
D:\a\_work\1\s\src\Compatibility\Core\src\iOS\Renderers\EntryRenderer.cs(366,43): error CS0121: The call is ambiguous between the following methods or properties: 'FormattedStringExtensions.ToNSAttributedString(FormattedString, IFontManager, double, TextAlignment, Font?, Color?, TextTransform)' and 'FormattedStringExtensions.ToNSAttributedString(FormattedString, IFontManager, double, TextAlignment, Font?, Color?, TextTransform, TextDecorations, FontAttributes)' [D:\a\_work\1\s\src\Compatibility\Core\src\Compatibility.csproj::TargetFramework=net9.0-ios18.0]
D:\a\_work\1\s\src\Compatibility\Core\src\iOS\Renderers\PickerRenderer.cs(231,43): error CS0121: The call is ambiguous between the following methods or properties: 'FormattedStringExtensions.ToNSAttributedString(FormattedString, IFontManager, double, TextAlignment, Font?, Color?, TextTransform)' and 'FormattedStringExtensions.ToNSAttributedString(FormattedString, IFontManager, double, TextAlignment, Font?, Color?, TextTransform, TextDecorations, FontAttributes)' [D:\a\_work\1\s\src\Compatibility\Core\src\Compatibility.csproj::TargetFramework=net9.0-ios18.0]
D:\a\_work\1\s\src\Compatibility\Core\src\iOS\Renderers\PickerRenderer.cs(237,43): error CS0121: The call is ambiguous between the following methods or properties: 'FormattedStringExtensions.ToNSAttributedString(FormattedString, IFontManager, double, TextAlignment, Font?, Color?, TextTransform)' and 'FormattedStringExtensions.ToNSAttributedString(FormattedString, IFontManager, double, TextAlignment, Font?, Color?, TextTransform, TextDecorations, FontAttributes)' [D:\a\_work\1\s\src\Compatibility\Core\src\Compatibility.csproj::TargetFramework=net9.0-ios18.0]
8811 Warning(s)
14 Error(s)
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
Issues Fixed
Fixes #21034