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.
Crash after updating to 3.3 Stable. In Forms + Mac, changing Applications Main Page crashes. Working in 3.2
Steps to Reproduce
Steps for regression crash
Create a new Project with Forms 3.2 + iOS (Android not required now)
Add a MacOS cocoa project with Forms 3.2 dependency. Set this as default project.
Make necessary changes in macOS files and ensure the MainPage is visible.
Add a new SecondPage.XAML
In App.xaml.cs, change the app's MainPage to SecondPage.XAML (just to verify its working)
To the SecondPage add a button 'Click Me'. In the button handler add the following code var myApp = (App)Xamarin.Forms.Application.Current; myApp.MainPage = new MainPage();
Run the macOS app, click the button 'Click Me'. Wait for few seconds >>CRASH <<
Expected Behavior
Specified page must be visible and application continues to work.
Description
Crash after updating to 3.3 Stable. In Forms + Mac, changing Applications Main Page crashes. Working in 3.2
Steps to Reproduce
Steps for regression crash
var myApp = (App)Xamarin.Forms.Application.Current;myApp.MainPage = new MainPage();Expected Behavior
Specified page must be visible and application continues to work.
Actual Behavior
Basic Information
Screenshots
Reproduction Link