XmlMtomReader 和 XmlMtomWriter 在 Mono 项目中是否完全实现?

发布于 2024-08-06 11:49:42 字数 187 浏览 1 评论 0原文

我目前正在研究跨平台解决方案。该解决方案使用 .NET Framework 3.0 中的 XmlMtomReaderXmlMtomWriter

现在我需要知道从移植到 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

香橙ぽ 2024-08-13 11:49:42

您可以在单声道状态上查看它:

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

黯淡〆 2024-08-13 11:49:42

这些 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).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文