© 2026 Hedgehog Software, LLC
csc build.cs
void Build() { ... Compile($"csc {buildDir}/build.cs"); } void Compile(string command) { Process.Start("csc", command); Environment.Exit(0); }