rid00z / FreshMvvm

FreshMvvm is a super light Mvvm Framework designed specifically for Xamarin.Forms. It's designed to be Easy, Simple and Flexible.
Apache License 2.0
599 stars 173 forks source link

Problem with latest version of fody #201

Open fgiacomelli opened 6 years ago

fgiacomelli commented 6 years ago

Hello, upgrading fody and propertychanged.fody packages to their latest version (fody 2.3.11 and propertychanged to 2.2.4) I can't build my solution because there are problems probably related to versioning.

The main problem seems to be this one: Severity Code Description Project File Line Suppression State Error The "PackageDefinitions" parameter is not supported by the "Fody.WeavingTask" task. Verify the parameter exists on the task, and it is a settable public instance property

EmilAlipiev commented 6 years ago

my curiosity just why would you need foddy? RaisePropertychanged("items"); works perfectly. It spares you one nuget package