An open API service indexing awesome lists of open source software.

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.

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.