You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: