Skip to content

Instantly share code, notes, and snippets.

@cobbr
Created November 6, 2018 15:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cobbr/37329fecf6af9aecb12bdc1a35c1d598 to your computer and use it in GitHub Desktop.
Save cobbr/37329fecf6af9aecb12bdc1a35c1d598 to your computer and use it in GitHub Desktop.
cobbr@mac:~/SharpGen > dotnet bin/Debug/netcoreapp2.1/SharpGen.dll -h
Usage: [options]
Options:
-? | -h | --help Show help information
-f | --file <OUTPUT_FILE> The output file to write to.
-d | --dotnet | --dotnet-framework <DOTNET_VERSION> The Dotnet Framework version to target (net35 or net40).
-o | --output-kind <OUTPUT_KIND> The OutputKind to use (console or dll).
-p | --platform <PLATFORM> The Platform to use (AnyCpy, x86, or x64).
-n | --no-optimization Don't use source code optimization.
-a | --assembly-name <ASSEMBLY_NAME> The name of the assembly to be generated.
-s | --source-file <SOURCE_FILE> The source code to compile.
-c | --class-name <CLASS_NAME> The name of the class to be generated.
--confuse <CONFUSEREX_PROJECT_FILE> The ConfuserEx ProjectFile configuration.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment