https://github.com/mob-sakai/internalaccessiblecompiler
Compile a c# project to a internal accessible dll
https://github.com/mob-sakai/internalaccessiblecompiler
compiler csharp dotnet internal nuget-package tool
Last synced: 26 days ago
JSON representation
Compile a c# project to a internal accessible dll
- Host: GitHub
- URL: https://github.com/mob-sakai/internalaccessiblecompiler
- Owner: mob-sakai
- Created: 2019-11-13T10:40:43.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-16T08:07:22.000Z (almost 6 years ago)
- Last Synced: 2025-08-29T08:56:10.886Z (about 1 month ago)
- Topics: compiler, csharp, dotnet, internal, nuget-package, tool
- Language: C#
- Homepage: https://github.com/mob-sakai/InternalAccessibleCompiler
- Size: 30.3 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# InternalAccessibleCompiler
`InternalAccessibleCompiler` is a tool to compile a c# project to a _internal accessible_ dll.

[](https://www.nuget.org/packages/InternalAccessibleCompiler)


## Summary
`InternalAccessibleCompiler` is a tool to compile a c# project to a _internal accessible_ dll.
## Installation
```bash
$ dotnet tool install --global InternalAccessibleCompiler
```## Usage
```sh
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
- GitHub page : https://github.com/mob-sakai/InternalAccessibleCompiler
- Nuget page : https://www.nuget.org/packages/InternalAccessibleCompiler
- For Unity version : https://www.nuget.org/packages/InternalAccessibleCompilerForUnity[](https://github.com/users/mob-sakai/sponsorship)