I wanted to test something using a console app and some command line arguments. I know of the run options in Visual Studio 2017 for Windows where you can specify the command line arguments, but the same settings in Visual Studio for Mac does not seem to work. I have provided a few command line arguments in the run configuration for the default configuration in the arguments entry, but upon debugging, the args[] is empty. Is this a bug or am I missing something?
TIA, John.