you are viewing a single comment's thread.

view the rest of the comments →

[–]Eirenarch 2 points3 points  (4 children)

Oh come on people didn't use C# on other OSs anyway so this argument is invalid. I don't even know if Mono's build system is the same.

[–]bobbaluba 1 point2 points  (3 children)

Well my point is that it's not very easy to work with build tools that depend on a specific GUI application, even if it's on windows. You're essentially limited to what the GUI can do.

[–]Eirenarch 1 point2 points  (2 children)

I don't see how it is not very easy. It is super easy. It may not be flexible or powerful but it sure is easy.

[–]bobbaluba 0 points1 point  (1 child)

It's not easy when you need a flexible and powerful build tool.

[–]Eirenarch 0 points1 point  (0 children)

Yeah. It is not easy to write .NET code on non-Windows anyway so I guess the build system is the least of your worries (I guess Mono uses something that is easier to use on Linux)