KindOfMagic(INotifyPropertyChange 属性)不适用于 Silverlight 5 beta?
http://kindofmagic.codeplex.com/ 是一个很酷的项目,它仅使用属性而不是使用属性来实现 INotifyPropertyChanged 接口编写详细的属性设置器。 据我了解,这是一个使用 Mono.Cecil 操作 IL 的 MS 构建任务。
然而 - 它似乎不适用于 Silverlight 5 beta 项目。 至少在我的机器上没有。有人能证实这一点吗?
有谁知道为什么它可以在 Silverlight 4 上运行但在版本 5 中却无法运行?莫诺·塞西尔?
(不幸的是,我没有在 Codeplex 项目网站上得到答案。)
干杯, 托马斯
http://kindofmagic.codeplex.com/ is a cool project to implement the INotifyPropertyChanged Interface using just Attributes instead of writing verbose property-setters.
As far as I understand it is a MS build task that manipulates the IL using Mono.Cecil.
However - it seems that it is not working with Silverlight 5 beta projects.
At least not on my machine. Can anybody confirm this?
And does anybody know the reason, why it works with Silverlight 4 but breaks with Version 5? Mono.Cecil?
(Unfortunately I didn't get an answer on the Codeplex project site.)
cheers,
Thomas
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
不是真正的答案 - 而是一个很好的解决方案。
我发现另一个项目 http://github.com/SimonCropp/NotifyPropertyWeaver 采用相同的方法,效果很好在 Silverlight 5(测试版)下。除此之外,NotifyPropertyWeaver 比 KindOfMagic 具有更多功能。
Not really an answer - but a great solution.
I found another project http://github.com/SimonCropp/NotifyPropertyWeaver with the same approach, that works well under Silverlight 5 (beta). Besides that, NotifyPropertyWeaver has more functionality than KindOfMagic.
有什么不行的?我完全没有理由认为它行不通。
What's not working about it? There is no reason off the top of my head why it would not work.