How to exclude Fody's PropertyChanged.dll from UWP package?

132 Views Asked by At

We are using Fody.PropertyChanged on our Xamarin project which works great but when we try to upload the package to the store it rejects it because it says:

The debug configuration test detected the following errors: The binary PropertyChanged.dll is built in debug mode.

According to this link the dll is not necessary on the package but still it is included there...

I also saw this link which has no answer.

We are using PropertyChanged 2.1.1 Our core project is a SharedProject and not a PCL so PropertyChanged must be imported in the UWP project but it shouldn't be included on the package for deploy.

Thanks!

0

There are 0 best solutions below