Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid async void in SKXamlCanvas. (#2720)
The async void will terminate here. And we can ignore the Dispatcher.RunAsync result and we can receive the exception from TaskScheduler.UnobservedTaskException. See dotnet/runtime#76367
- Loading branch information