Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Usually, building C# projects on Linux is as simple as getting the .NET SDK using your favorite package manager and running `$ dotnet build` at the root of the project. Just FYI.


Thanks for the tip! I saw some .sln files and I assumed project information was only stored in a Visual Studio-specific format.


The dotnet command is aware of solution files,

https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-s...




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: