I built self-contained .NET Core console app on Debian, but I want to pass some arguments on startup. For example ./myapp --value
, something like this. Problem is, in string[] args
nothing is appearing on Debian. On Windows it's working normally.
If it's important, I'm using Debian 10 with XFCE (with xfce4-terminal).
What should I do to pass arguments correctly?