Fody add-in for injecting INotifyPropertyChanged code into properties
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** 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-propertychangedI have the following classes using Fody.PropertyChanged weaving: [ImplementPropertyChanged] public class OtherClass : INotifyPropertyChanged { #pragma warning disable 67 public event PropertyChangedEventHandler …
c# bindinglist fody fody-propertychangedWhen 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