Fody, propertychanged and setting same value?
问题 Is there any way to configure fody to not check the value which is set to property - I have situations when value is the same and I want property to be set because I have additional logic in property setter that is not invoked. 回答1: This is clearly literally years after the original question but for future reference: This is indeed possible by modifying the options in the FodyWeavers.xml file. As is shown on the PropertyChanged.Fody wiki, one of the options is called CheckForEquality and can