Open 11v1 opened 3 years ago
Hello 11v1, thank you for opening an issue with us!
I have automatically added a "needs triage" label to help get things started. Our team will analyze and investigate the issue, and escalate it to the relevant team if possible. Other community members may also look into the issue and provide feedback 🙌
FYI @andrewleader
Describe the bug
If application is built for framework 4.8 then it's activation (when app is closed) from toast does not calls OnActivation after app start.
Steps to Reproduce
[*] This can be reproduced in the Sample App. Need to change target framework to net48 and replace MainWindow.DownloadImageToDisk with:
if NET48
else
endif