-
-
Notifications
You must be signed in to change notification settings - Fork 69
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
Prevent closing app while doing critical process #681
base: main
Are you sure you want to change the base?
Conversation
Quality Gate failedFailed conditions See analysis details on SonarQube Cloud Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE |
Need consultation about this @neon-nyan is it safe to return Task for the Close method instead, making it detached? |
IMO, it should be safe to use Task for the _ = CloseApp(); |
dune tank! |
Main Goal
Show dialog confirming user before exiting app while critical process is happening
Close #671
Currently implemented in:
PR Status :
Sidenote:
When closing app while some UI progress is happening, there is a chance that it throws bunch of errors on XAML thread before it exit
Templates
Changelog Prefixes