-
Notifications
You must be signed in to change notification settings - Fork 171
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
Unhandled System.Threading.Tasks.TaskCanceledException when exiting application #95
Comments
Exception details...
|
This appears to likely be a VS2019 16.2 issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Library version
2.5.1
Expected behaviour
Properly handle TaskCanceledExceptions.
Actual behaviour
Throws an unhandled exception when exiting application.
Steps to reproduce behaviour
Unhandled exception does not occur every time, may need to repeat (perhaps as many as 12-15 times)
Code to reproduce behaviour
Sample application included.
ToastNotificationTest.zip
Questions
This only seems to happen with Visual Studio 2019 16.2.0 or higher. I did not see this on earlier viersions of vs2019 or vs2017.
The text was updated successfully, but these errors were encountered: