https://github.com/ascpixi/dotnet-csc
🛠A .NET tool wrapper for csc, the C# compiler.
https://github.com/ascpixi/dotnet-csc
csc csharp dotnet dotnet-tool dotnet-tools roslyn
Last synced: 9 months ago
JSON representation
🛠A .NET tool wrapper for csc, the C# compiler.
- Host: GitHub
- URL: https://github.com/ascpixi/dotnet-csc
- Owner: ascpixi
- License: mit
- Created: 2024-07-11T23:44:49.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-11T23:48:50.000Z (almost 2 years ago)
- Last Synced: 2025-08-01T00:57:55.185Z (10 months ago)
- Topics: csc, csharp, dotnet, dotnet-tool, dotnet-tools, roslyn
- Language: C#
- Homepage: https://www.nuget.org/packages/csc
- Size: 4.88 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# dotnet-csc
`dotnet-csc` is a simple .NET tool wrapper over the `csc` C# compiler provided by all .NET installations, included with the Roslyn compiler platform.
This tool is available under the NuGet package name `csc`. In order to install it, use the following command:
```
dotnet tool install -g csc
```
## Use-cases
This tool is mainly intended when compiling C# code from a build system other than MSBuild, or for manually compiling files to IL assemblies.