使用 Mono Reference 汇编器 (tweetsharp)

发布于 2025-01-01 11:57:21 字数 248 浏览 1 评论 0原文

我开发了一个使用 Tweetsharp 的应用程序,现在我想用 mono 转换该应用程序,但我对这个世界有点陌生! 我下载了 mono、monodevelop 和 moma,我注意到 Tweetsharp 中有一个针对 mono 的解决方案。 我尝试使用 Visual Studio 和 Monodevelop 来构建它,但两者都给我错误。那么为单声道应用程序生成参考的正确过程是什么? 并且该参考必须与 monodevelop 一起使用,或者我也可以使用指令在 VS 中使用它?

I developed an app that uses Tweetsharp, now I would like to convert that app with mono but I am kinda new to this world!
I downloaded mono, monodevelop and moma and I noticed that in Tweetsharp there is a solution for mono.
I tried to build it with either visual studio and monodevelop but both give me errors. So what is the right procedure to generate a reference for mono applications?
And the reference has to be used with monodevelop or I can use it also in VS using a directive?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

国产ˉ祖宗 2025-01-08 11:57:21

从其 GitHub 历史记录中我们可以看到,现在(2012 年 2 月 1 日)对 Mono 文件夹的提交很少,

https://github.com/danielcrenna/tweetsharp/commits/master/src/mono

因此,我认为这个库还不兼容 Mono。如果您无法帮助将其移植到 Mono,则必须等到其作者完成移植,或者在该领域找到另一个支持 Mono 的库。

From its GitHub history we can see there are few commits to the Mono folder now (Feb 1 2012),

https://github.com/danielcrenna/tweetsharp/commits/master/src/mono

Therefore, I think this library is not yet Mono compatible. If you are not capable of helping port it to Mono, you would have to wait till its authors finish the port, or find another library in this field who supports Mono.

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