6 ms·
What options are available for Linux/Mac developers? Can we just install Mono and Nuget and start hacking away?
by ctrlaltesc 14y ago
What options are available for Linux/Mac developers? Can we just install Mono and Nuget and start hacking away?
- irahul 14y agoYou can install Mono(on Linux at least; don't know about Mac). NuGet wasn't working last time I checked.
- tommorris 14y agoYep, Mono works on Mac. And there's MonoDevelop, which is a reasonably pleasant IDE. (I don't know about NuGet and ASP.NET MVC; I only have Mono and MonoDevelop on my Mac because occasionally I modify C# plugins for a Windows app and I like being able to see compiler errors without having to install it on a Windows machine.)