dotnet / dotnet/project-system
Consider adding "Command line arguments" under "Application" in the property pages
- Dominant language
- C#
- Stars
- 1k
- Forks
- 415
- PR merge metrics
- No merged PRs in 30d
Description
Currently, and as it has been for all time, to add command-line args to an application you need to use the debug pages/launch profiles:

I propose that these are **also** added to the Application tab, since:
* It is a **very** common thing to do for applications
* It is not a debugging feature (technically launch profiles aren't about debugging, but they kkkkkiinnnddaa are)
I think a good place could be here:

Note that this is purely additive. I don't think we should remove the option from the launch profiles UI.
The values would remain in sync in the UI across both places.
Contributor guide
Assessment
This issue has not been assessed yet.