microsoft/WinUI-3-Demos

Execution alias arguments do not arrive in OnLaunched

wbokkers opened this issue · 1 comments

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.

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).