You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 1, 2024. It is now read-only.
@StephaneDelcroix That release tag doesn't have a package attached, and the latest nightly (3.1.0.506097-nightly) doesn't have the fix. Do I need to build it myself?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi @StephaneDelcroix
#2632
This issue still appears when i use ControlTemplate="{StaticResource MyTemplate}"
ex:
<local:Gh2632Base xmlns="http://xamarin.com/schemas/2014/forms" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" x:Class="Xamarin.Forms.Xaml.UnitTests.Gh2632" xmlns:local="clr-namespace:Xamarin.Forms.Xaml.UnitTests" ControlTemplate="{StaticResource MyTemplate}" x:Name="Page">
If I remove ControlTemplate="{StaticResource MyTemplate}" from my code, everything works as expected.
The text was updated successfully, but these errors were encountered: