Hi, @jeremias.tx
Thank you for your response. Now that I have configured my build environment I have been able to successfully build and deploy the debug container, as well as to build the release container and running it in the target to get back the Hello World on console.
Where I found problems was in debugging. When I go to the debug window (.NET core launch (console) selected) and start debugging I get the following errors:
The preLaunchTask 'waitforsystemready' terminated with exit code 125.
Remember my choice in user settings.
And get three options: show errors, cancel, and debug anyway.
If I choose debug anyway, I get:
The pipe program 'ssh' exited unexpectedly with code 255
And get two options: cancel or Open launch.json
While in the console, the error I get is :
Error from pipe program 'ssh': ssh_askpass; exec(/usr/bin/ssh-askpass): No such file or directory
Error from pipe program 'ssh': Permission denied, please try again.
I did follow the instructions here to set up a passwordless ssh, but indeed, there is no ssh-askpass included in the Torizon, so I am not sure how to proceed here.
Regards!