Youssef Victor
Youssef Victor
~~The tests that are failing in CI are passing locally for me~~  ~~Probably it's worth another restart?~~ Ops, sorry, was on different branch. Will re-test
Confirmed test failures happen locally. Will take a look to try understanding what's happening.
  There is a small shift somewhere between the two images (I got one from passing CI on master and one from CI in this PR), though it's hard...
I guess I understand what's happening now. There is an empty `TextBlock` below the one that reads "DESCRIPTION" which used to have a height, but it's now zero height. It...
I hope it passes this time :)
@jeromelaban This is ready for review.
I think the top contributor to the allocations here is https://github.com/dotnet/roslyn/issues/64142 In Uno, `GetTypeByMetadataName` is called a lot, and with types that don't exist (part of this is by-design), and...
https://github.com/unoplatform/uno/blob/92bd1e47034a5cb879b6e3201cd56bf067f50807/src/SamplesApp/UITests.Shared/Windows_UI_Xaml_Controls/TextBlockControl/TextBlock_Hyperlink.xaml#L80  Looks like it's working now? @sakshi173 Can you confirm?
The `This paragraph contains an hyperlink that wraps over multiple lines, surrounded by regular text.` one is probably missing an underline for part of the hyperlink.
@jeromelaban Is it safe to remove the hash part if things paas?