+ 2
How can I compile github C# without visual studio ?
How can I compile github c# source codes without having visual studio?? Is there a way to do that online or has C# a light weight compiler that can download with smaller size than visual studio? ps: we have internet limit in Iran to download huge files!
1 Respuesta
+ 2
if it's a solution in a somewhat older C# version, use the program sharpdevelop, if it's newer code i'm afraid you'll need VS. don't worry, it only takes 1-2 hours to install on an average PC.
however if it's one .cs file we're talking, you can use the repl.it compiler