Open PhonicUK opened 4 years ago
It would be handy if it was possible to invoke mono via WSL without having to configure sshd inside WSL.
WSL can be invoked as normal command line application and its standard IO works in the way you'd expect:
wsl mono --debugger-agent=......$(TARGET_EXE_FILENAME) $(START_ARGUMENTS) &
You could then either have it deploy to a new directory, or simply run against the normal output directory for the target executable.
It would be handy if it was possible to invoke mono via WSL without having to configure sshd inside WSL.
WSL can be invoked as normal command line application and its standard IO works in the way you'd expect:
wsl mono --debugger-agent=......$(TARGET_EXE_FILENAME) $(START_ARGUMENTS) &
You could then either have it deploy to a new directory, or simply run against the normal output directory for the target executable.