Top "Fody-propertychanged" questions

Fody add-in for injecting INotifyPropertyChanged code into properties

Fody is only supported on MSBuild 16 and above. Current version: 15

Visual Studio 2017 let me know there was an upgrade to Fody version 5 this morning. I accepted and did a NuGet …

c# fody visual-studio-2017-build-tools fody-propertychanged
Unable to compile project due to Fody errors. Nothing with Fody (or any other code) has been changed

** This is an issue in Visual Studio 2013. The error I'm getting is massive and mostly useless, but the crux of …

c# fody fody-propertychanged
Using Fody.PropertyChanged, how to use with a property of BindingList<T>?

I have the following classes using Fody.PropertyChanged weaving: [ImplementPropertyChanged] public class OtherClass : INotifyPropertyChanged { #pragma warning disable 67 public event PropertyChangedEventHandler …

c# bindinglist fody fody-propertychanged
What does PrivateAssets='All' mean?

When I build my .NET Core (NETStandard v2.0) project I am getting the following warning: ViewModels: [FodyPackageReference] Fody: The package …

.net-core nuget nuget-package fody-propertychanged