gpt4 book ai didi

mvvm - PropertyChanged.Fody迁移通知属性已更改

转载 作者:行者123 更新时间:2023-12-03 10:48:54 33 4
gpt4 key购买 nike

我一直在使用NotifyProperyWeaver,并且注意到它在使用PropertyChanged.Fody的Fody的最新版本中已过时。

我让NotifyProperyWeaver仅编织属性所具有的属性,并且禁用了所有其他通知。

有没有一种方法可以配置PropertyChanged.Fody以便仅编织[attribute]属性?而不是相反。我没有在文档页面上看到任何信息,FodyWeavers.xml中是否有隐藏属性

<?xml version="1.0" encoding="utf-8"?>
<Weavers>
<PropertyChanged />
</Weavers>

最佳答案

这个问题也在这里https://github.com/Fody/PropertyChanged/issues/5被问到,从那个问题开始...

PropertyChanged.Fody makes the assumption that if you implement INotifyPropertyChanged then you would most likely want to notify for most, if not all, properties. If you wish to exclude them, which should be the exception not the rule, then you can add a [DoNotNotifyAttribute] to a class or a property. see here for more details https://github.com/Fody/PropertyChanged/wiki/Attributes

关于mvvm - PropertyChanged.Fody迁移通知属性已更改,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14246881/

33 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com