Developing with C# on OSX and Mono

后端 未结 5 1602
不思量自难忘°
不思量自难忘° 2021-02-03 10:40

I\'m about to start a project that requires me to write c# code. The thing is, I\'ve got a mac.

I was wondering if there are any pitfalls involved in c# development usin

5条回答
  •  再見小時候
    2021-02-03 11:18

    Be aware that the .NET libraries from Microsoft and the implementations in Mono are compatible "most of the time." If you're working in a team, you may run into some headache related to these compatibility issues (also, if you're using any third party plugins to any .NET application you're writing, you may have issues as well.). If you didn't want to run a virtual machine, I'd just bootcamp into Windows. It might disrupt your flow if you're very used to the OSX UI, but if the rest of your team is using Windows, I'd do that just to avoid compatibility issues.

提交回复
热议问题