I have been trying to use Realm in my Xamarin android proyect, one of it's dependencie is Fody, each time i try to run my app it shows the following error: error MSB4044: The "Fody.WeavingTask" task was not given a value for the required parameter "SolutionDir".
I have been looking for a fix, but can't find it, do you know how to give it a value? where is it?
For the realm nugget package i already created the FodyWeavers.xml
uff, that's a bug you just need to close the solution and open it again.
Haahh.., I resolved the same issue by just restarting my solution
. ;-)
I am not sure about the error you are getting. Please check for the following points:
1.The FodyWeavers.xml should be in all projects in your solution and looks like this
<?xml version="1.0" encoding="utf-8"?>
<Weavers>
<RealmWeaver/>
</Weavers>
2.As of today the latest realm package ver 3.0.0 is compatible with Fody ver 2.5.0.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With