InternalAccessibleCompiler

InternalAccessibleCompiler is a tool to compile a c# project to a internal accessible dll.

icon

Nuget GitHub Nuget release

Summary

InternalAccessibleCompiler is a tool to compile a c# project to a internal accessible dll.

Installation

$ dotnet tool install --global InternalAccessibleCompiler

Usage

InternalAccessibleCompiler --output your.dll your.csproj
  -o, --output            (Default: ) Output path。 If it is empty, a dll is generated in the same path as csproj.
  -a, --assemblyNames     (Default: ) Target assembly names separated by semicolons to access internally
  -c, --configuration     (Default: Release) Configuration
  -l, --logfile           (Default: compile.log) Logfile path
  --help                  Display this help screen.
  --version               Display version information.
  ProjectPath (pos. 1)    Input .csproj path

License

MIT

See Also

become_a_sponsor_on_github