Feasibility of C# development with Mono

后端 未结 7 969
小鲜肉
小鲜肉 2021-02-07 23:25

Recently, I came across Mono and MonoDevelop packages in Ubuntu linux. They claim to have a .NET runtime in accordance with CLI. Before installing the packages myself, I would l

7条回答
  •  北恋
    北恋 (楼主)
    2021-02-07 23:30

    1: pretty good, actually. Not all the full framework is there, so if you are writing code that should build on both MS .NET and mono, you need to build and test early against both platforms

    4: yes - although things like WPF/WCF/WF (3.0) are missing or slimmed down

    I don't know much about the development environment, since I use VSTS (on Windows) and just use a NANT script to do the build on mono...

提交回复
热议问题