Fody / PropertyChanged

Injects INotifyPropertyChanged code into properties at compile time
MIT License
1.88k stars 227 forks source link

Fody Propertychanged not working in .Net MAUI #981

Open yarram-manoj opened 11 months ago

yarram-manoj commented 11 months ago

Describe the issue

Not able to build the .Net MAUI project after adding Fody. Build is failing with error. Error: Fody: No weavers found for the configuration entries PropertyChanged. Add the desired weavers via their nuget package. Even though weaver present in the FodyWeavers.xml file.

Minimal Repro

Add Fody and PropertyChanged Fody to MAUI project and add the weaver file and try to build the project in visual studio and it is failing with the error mentioned earlier.

Make an effort to fix the bug

No Work around available. This is blocking the Xamarin to .Net MAUI migration

SimonCropp commented 11 months ago

@yarram-manoj happy to accept a pull request that fixes this