Top "Fody" questions

Extensible tool for weaving .net assemblies

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
Error Fody: No weavers found. Add the desired weavers via their nuget package

I have already installed Fody in my application several and several times but still this error appears below, could anyone …

c# visual-studio nuget fody fody-costura
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
Problems with Fody/Costura

To start with: I'm a complete beginner. I have two projects in one solution. One project is a console application, …

c# exe fody fody-costura
Configuring a Fody solution weaver

I am using Fody in-solution weaving. I have a couple of projects configured to use Fody and would like them …

.net configuration aop fody
Error on using Fody [ImplementPropertyChanged]

I am Using VS 2017 Community Edition I am creating MVVM pattern. After i installed fody i got error on my …

c# wpf mvvm fody