Closed MattHyman closed 4 months ago
This PR fixes two issues identified in the program methods for the dev home extensions; first that the Main method needs to be async so that RedirectActivationToAsync call can be awaited and that an access of args[1] is correctly guarded.
This PR mimics https://github.com/microsoft/devhome/pull/3445.
This PR fixes two issues identified in the program methods for the dev home extensions; first that the Main method needs to be async so that RedirectActivationToAsync call can be awaited and that an access of args[1] is correctly guarded.
This PR mimics https://github.com/microsoft/devhome/pull/3445.