Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前正在研究跨平台解决方案。该解决方案使用.NET framework 3.0 中的XmlMtomReader和XmlMtomWriter。
现在我需要知道从 porting-it-to-linux 的角度来看,Mono 项目是否完全支持这两个类(以及它们周围的所有必要基础设施)。:)
您可以查看单声道状态:
http://go-mono.com/status/
您还可以使用 mono 迁移分析器检查您的代码
http://www.mono-project.com/MoMA
我检查了他们目前没有实施
这些 API 在当前的 Mono 2.6 预览版中可用,但在 2.4 版本(当前的官方版本)中不可用。