Compile a C# source file with any .NET Framework version installed on PC
Usage: cscCLI <filePath> <frameworkChoice> <compilerOptions>
Only filePath is required. frameworkChoice can be set interactively. For compilerOptions see this.
Usage #2: drag&drop™ a C# source file onto cscCLI and see what happens
Notes:
- See available framework choices here.
- cscCLI passes some compiler options by default.
- cscCLI has return codes for external usage.
TODO:
- Support other VS 2017 editions (besides Community).
- Example script utilizing cscCLI capabilities.