Stephane Delcroix
Stephane Delcroix
found a solution, finally
@XamlTest can you test again ?
I don't know why this suddenly fail, the your null ref is coming from a missing DependencyService of type ISystemResourcesProvider. Look at what we do in our own unittests with...
that means the items should be able to report their baselines... I'd keep this for wayyyyyy later
the scoping issue can be solved by moving the VSM one level higher (at the Page level). The original visibility is then correct. Trying to reproduce the orientation change in...
yes, that's it. as a workaround, move the VSM at the page level and everything works.
hitting the same issue when executing invalid IL. no exception reported, but a crash logged in Console.app
I think this was discussed in the past already, but it looks like the FontImageExtension could be removed, and you could use the FontImageSource element with a markup syntax
as a workaround, using {FontImageSource} works. Once #23657 is merged, it also becomes the recommended way, as {fontImage will be deprecated}
> @StephaneDelcroix I've added an XAML unit test. Should the Appium test be removed then? yes, please