Reputation: 3
I'm looking for the way to develop a C# project with Xcode, and I found only this website. [ https://code.google.com/archive/p/cocoa-sharp-dev/wikis/CSharpPlugin.wiki ] At here, it gave me detail explanation for plugin, but every links or image are not available for now.
Is there any way to use Xcode for developing C#? Should I have to use MonoDevelop or Visual Studio?
Upvotes: 0
Views: 1058
Reputation: 300
I assume you use a Mac for development so I would suggest you to use Visual Studio for Mac or Rider from JetBrains. Both are very nice IDE's for C# on MacOS.
Upvotes: 1