You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor the Init and Start commands:
- Use MSBuild to get certain project properties.
- Use XML tools to read and manipulate XML files.
- Use JSON tools to read and manipulate JSON files.
- Include and deploy package-lock.json.
- Pay close attention to all paths and try to avoid making path assumptions.
- Use npm (npx) to launch electron.
Refactors `ProcessHelpers` to use `CliWrap` library for more robust command execution (argument escaping primarily).
> Note: We currently need to use an older version of the library since the bleeding edge no longer supports .NET 6.
0 commit comments