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
If there is a WindowEx window in the project, the application that is not running crashes when the notification is clicked and also when the application is started with the argument ----AppNotificationActivated:.
When Native Code Debugging is enabled it gets me there:
Seems like m_activatedEventArgs and m_waitHandleForArgs are null.
Looks like the window object does not even have to be created for the bug to happen. This happens in packaged in unpackaged modes.
If there is a
WindowEx
window in the project, the application that is not running crashes when the notification is clicked and also when the application is started with the argument----AppNotificationActivated:
.When Native Code Debugging is enabled it gets me there:
Seems like
m_activatedEventArgs
andm_waitHandleForArgs
are null.Looks like the window object does not even have to be created for the bug to happen. This happens in packaged in unpackaged modes.
I'm also created issue in WinAppSDK repo (microsoft/WindowsAppSDK#3535) before I knew about the
WindowEx
bug.The text was updated successfully, but these errors were encountered: