Using visual studio for developing mono applications

后端 未结 6 2225
眼角桃花
眼角桃花 2020-12-28 14:33

How do I use Visual Studio to develop applications on Mono? Is this possible?

6条回答
  •  旧巷少年郎
    2020-12-28 15:01

    Since version 2.0 MonoDevelop supports VisualStudio project/solutions file format. This means that you can use the same code base on Windows with VS and .Net and on Linux with MonoDevelop and Mono. That in my opinion is the best way to go about it. There are no major reasons to run application in Mono on Windows, other than for testing purposes and for that I'd rather set up a virtual machine to test the software in native environment.

提交回复
热议问题