Execution alias arguments do not arrive in OnLaunched
wbokkers opened this issue · 1 comments
wbokkers commented
Thank you for adding the execution alias to your demo. Unfortunately I don't see how I can access the command line arguments after the alias.
wbokkers commented
I can get hold of the arguments by using System.Environment.GetCommandLineArgs();
I would expect the argument to be present in LaunchActivatedEvents as well (Arguments property).