-
Notifications
You must be signed in to change notification settings - Fork 705
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WinUI Dekstop app crashes on Navigate to View from another Library #3574
Comments
Reminding me of #3371, which also was an issue doing things cross-library with WinUI3 preview. |
@JesseCol The actual crash seems to be in the UDK. Is that expected to show up that way or is that a red herring in this type of issue? @Berkunath Could you try this repro on preview3 of WinUI3? Also, does this same scenario work without WinUI3 on a plain OS XAML app? |
This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 7 days. It will be closed if no further activity occurs within 7 days of this comment. |
@chrisglein After WinUI 3 Preview 3, It seems working fine without crash. |
I have created the application with Navigation View contains Frame. While try to navigate to the view from another library using Frame.Navigate method application get crash. If the view is inside the same library, Frame.Navigate works properly.
Steps to reproduce the bug
Expected behavior
Application should not throw any exception
Version Info
WinUI NuGet package version - 3.0.0-preview2.200713.0,
Windows app type - WinUI Desktop app,
OS version(s) - 10.0.18362.1139
Sample:
FrameNavigation.zip
The text was updated successfully, but these errors were encountered: