Cita:
Y el código es un simple Hola Mundo:[Running] scriptcs "/home/detectivejd/NetCoreProjects/prueba/Program.cs"
/bin/sh: 1: scriptcs: not found
[Done] exited with code=127 in 0.009 seconds
/bin/sh: 1: scriptcs: not found
[Done] exited with code=127 in 0.009 seconds
Código C#:
Ver original
using System; namespace prueba { class Program { static void Main(string[] args){ Console.WriteLine("Hello World!"); } } }
Estuve viendo formas al instalar mono debug y mono project en linux, pero no funcionó.
¿Cómo soluciono este problema? ¿existe una forma de hacer andar scriptcs sin instalar mono?
Espero su respuesta y Saludos.
PD: Tengo Linux Mint 19 Cinnamon como S.O.