Using visual studio for developing mono applications

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

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

6条回答
  •  感情败类
    2020-12-28 14:40

    You just build the applications in Visual Studio, and run them under Mono instead of under .NET. The binaries should be compatible... but you'll need to make sure you don't use any libraries which aren't available in Mono - see the Mono Application Compatibility Guidelines.

    (According to that page, you need to turn off incremental builds in Visual Studio though - a point I wasn't aware of before :)

提交回复
热议问题