In a C# .NET Core Console App, how I can define a redirect input to app on debugging?
I've tried with "Application arguments" of project properties, but not work.
The application open and immediately closes.
In VSCode it is possible with args config of launch.json file: https://code.visualstudio.com/Docs/editor/debugging#_redirect-inputoutput-tofrom-the-debug-target
