Mono/MonoDroid 上的 MVVM Light 工具包?
是否可以在 Mono/Monodroid 上运行 Galasoft MVVM Light Toolkit?
is there a possibility to run the Galasoft MVVM Light Toolkit on Mono/Monodroid?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
MVVM Light Toolkit 使用.Net 的WindowsBase.dll 中的许多接口,这些接口可能无法由mono 实现。结果显示,它不能使用,特别是因为 RelayCommand 依赖于 CommandManager。
您可以运行 MoMA 来确定潜在问题。
这是另一个 stackoverflow 问题及其答案,似乎是 monocross (虽然不是 MVVM)。
MVVM Light Toolkit uses a number of interfaces in the WindowsBase.dll of .Net that might not be implemented by mono. As the result shows, it cannot be used especially because the RelayCommand depends on the CommandManager of WPF.
You can run MoMA to determine the potential issues.
Here is another stackoverflow question with an answer, which appears to be monocross (not MVVM though).