I am trying to compile a C# file using the official compiler included in the .NET SDK package without using the Visual Studio IDE.
The package is installed in
C:\Program Files\dotnet\sdk\8.0.101
but where is the compiler binary executable?
I am trying to compile a C# file using the official compiler included in the .NET SDK package without using the Visual Studio IDE.
The package is installed in
C:\Program Files\dotnet\sdk\8.0.101
but where is the compiler binary executable?