BryanWilhite / SonghayCore

core reusable, opinionated concerns for *all* 🧐 of my C# projects
http://songhayblog.azurewebsites.net/
MIT License
1 stars 0 forks source link

the `--activity-name` parameter needs to be added to `ConsoleArgsScalars` #173

Open BryanWilhite opened 2 months ago

BryanWilhite commented 2 months ago

Positional command-line parameters are not ‘easily’ compatible with the key-based ways of IConfiguration.

Going forward, this Studio should not support command-line parameters based solely on position. All parameters should have a --key. Namely, the --activity-name parameter needs to be added to ConsoleArgsScalars.