XmlMtomReader 和 XmlMtomWriter 在 Mono 项目中是否完全实现?
我目前正在研究跨平台解决方案。该解决方案使用 .NET Framework 3.0 中的 XmlMtomReader 和 XmlMtomWriter。
现在我需要知道从移植到 Linux 的角度来看,Mono 项目是否完全支持这两个类(以及它们周围的所有必要基础设施)。 :)
I'm working on a cross-platform solution currently. The solution uses XmlMtomReader and XmlMtomWriter from .NET framework 3.0.
Now i need to know if these two classes (and all the nessasary infrastructure around them) are fully supported in Mono project from the porting-it-to-linux point of view. :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以在单声道状态上查看它:
http://go-mono.com/status/
检查代码
您还可以使用 mono 迁移分析器http://www.mono-project.com/MoMA
我检查过它们目前尚未实现
You can check it on the mono status:
http://go-mono.com/status/
You can also check your code using the mono migration analyser
http://www.mono-project.com/MoMA
I checked they are currently not implemented
这些 API 在当前的 Mono 2.6 预览版中可用,但在 2.4 版本(当前的正式版本)中不可用。
The APIs are available on the current Mono 2.6 preview, but they are not available on the 2.4 release (the current official release).