I am trying to compile a C# Hello World application in Rider on Linux. When I try to run the app, I am promted the following exception:
Unhandled Exception: Syst
Did you not follow the instructions on that page? You need to set your TERM environmental variable to xterm as a fix:
TERM
xterm
export TERM=xterm
Then verify it is changed with:
echo $TERM