KindOfMagic(INotifyPropertyChange 属性)不适用于 Silverlight 5 beta?

发布于 2024-11-08 18:54:53 字数 387 浏览 0 评论 0原文

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 技术交流群。

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

发布评论

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

评论(2

流殇 2024-11-15 18:54:53

不是真正的答案 - 而是一个很好的解决方案。
我发现另一个项目 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.

书信已泛黄 2024-11-15 18:54:53

有什么不行的?我完全没有理由认为它行不通。

What's not working about it? There is no reason off the top of my head why it would not work.

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