Hacker News new | ask | show | jobs
by Fuzzy_Logic 3158 days ago
VSCode and the dotnet cli tooling fill this role on Linux. The tools are consistent across all three platforms.
1 comments

I've had no end of trouble using .NET on Linux in the past couple of years. Most of my existing projects are broken, too.
Were you using Mono or .NET Core/Standard?
Both at different times. My Mono projects started breaking and getting .NET Core/Standard running on anything but their blessed distros is difficult.
There are supported Docker (Linux) containers which can be used as is or extracted and come with needed libraries.
That doesn't count, not even a little bit.