Open
Description
Description
The UnhandledException event handler broken since appsdk 1.7 was released (see microsoft/microsoft-ui-xaml#10447 (comment)) and the issue is caused by a change in the DispatcherQueueSynchronizationContext class. I see that this file also exists in this repo (see here) and has the same bug.
Steps To Reproduce
- Register for UnhandledException handler in a winui app
- Throw an exception in the application
- App crashes without the event being invoked
Expected Behavior
UnhandledException handler should be invoked
Version Info
cswinrt 2.2
appsdk 1.7
Additional Context
No response
Metadata
Metadata
Assignees
Labels
No labels