microsoft / devhomegithubextension

Dev Home GitHub Extension
MIT License
284 stars 45 forks source link

Fix program method logic. #417

Closed MattHyman closed 4 months ago

MattHyman commented 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.