How can I compile github C# without visual studio ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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!

17th Aug 2018, 8:12 PM
Saeed
Saeed - avatar
1 Answer
+ 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
17th Aug 2018, 9:11 PM
hinanawi
hinanawi - avatar