Open
Description
I'm throwing an Exception in the OnActivateAsync method in my ShellViewModel.
But it's not handled properly. After some time I get this Exception:
"A Task's exception(s) were not observed either by Waiting on the Task or accessing its Exception property. As a result, the unobserved exception was rethrown by the finalizer thread. (Exception of type 'System.Exception' was thrown.)"
Shouldn't this Exception been handled by one of these methods?