Hacker News new | ask | show | jobs
by atraac 1341 days ago
It is easy. You can write C# in anything these days, Rider becoming a favorite pretty quickly for many. Everything like dotnet CLI just works on Linux too.
1 comments

I'd say close to just works. I've spent the last 6 months developing with Rider on Arch and it hasn't been a completely smooth ride. Admittedly, a lot of my pain just came from inexperience. I screwed up permissions; it took me ages to setup the right .net packages due to the nomenclature (which, when I installed Visual Studio on Windows, is easily glossed over); function apps took a while to get working.

But it really is satisfying once you've got everything working.

For Linux, the best way by far to install jetbrains products is to use the toolbox.

I had the same issues you had until someone recommended installing through the toolbox, and it's worked flawlessly in multiple PCs since then.