Svetomech / cscCLI

Command Line Interface for C# compiler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cscCLI

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:

TODO:

  • Support other VS 2017 editions (besides Community).
  • Example script utilizing cscCLI capabilities.

About

Command Line Interface for C# compiler

License:MIT License


Languages

Language:Batchfile 100.0%