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.
Since updating from XCT 1.0.3 to 1.1.0 the application throws an exception when displaying the main page that contains an Expander.
I found out that the crash happens when I set the property Direction to a value other than Down and whether or not I define a Header. After some digging it seems to come from this line which was added by this commit.
Exception: System.InvalidOperationException: Header not initialized.
Stacktrace (not much)
[mono] System.InvalidOperationException: Header not initialized
[mono] at (wrapper dynamic-method) Android.Runtime.DynamicMethodNameCounter.7(intptr,intptr,intptr)
[mono] at (wrapper native-to-managed) Android.Runtime.DynamicMethodNameCounter.7(intptr,intptr,intptr)
Steps to Reproduce
Create a blank Xamarin.Forms project
Install the Xamarin Community Toolkit 1.1.0
Add xmlns:xct="http://xamarin.com/schemas/2020/toolkit" to the main page
Add a simple Expander with a Direction in the content of the main page