When I debug some asp.net with net 4.7 code, I can specify some arguments in the debugger and the main function is getting them.
I realized that this is not happening with .net core; I can put whatever I want in the "Application arguments" in the debugger tab, the application never sees that data.
Is that yet another case of VS' interface not matching .net core? or did I miss something obvious?
Adding more details:




