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 has been archived by the owner on May 15, 2024. It is now read-only.
If MainThread.BeginInvokeOnMainThread is called to early, it crashes with
System.InvalidOperationException: 'A method was called at an unexpected time.
Could not create a new view because the main window has not yet been created'
Steps to Reproduce
Execute MainThread.BeginInvokeOnMainThread in app constructor
Expected Behavior
No crash, exception is caught and code is executed on current thread
Description
If MainThread.BeginInvokeOnMainThread is called to early, it crashes with
Steps to Reproduce
Execute
MainThread.BeginInvokeOnMainThread
in app constructorExpected Behavior
No crash, exception is caught and code is executed on current thread
Actual Behavior
It crashes here:
Essentials/Xamarin.Essentials/MainThread/MainThread.uwp.cs
Line 16 in b018723
Basic Information
Reproduction Link
App3.zip
The text was updated successfully, but these errors were encountered: