Hi,
I recently installed visual studio on my new mac. I retrieved sources from TFS and built the project. The project gives the following error: Error: Fody: Could not find a weaver named 'PropertyChanged'.
To overcome this I added the nuget package again (propertyChanged.fody) and rebuilt the solution - but the error remains. I tried restoring nuget packages but that does not help.
On another mac (which builds OK), I can see a "Packages" folder within the solution folder. This contains a "PropertyChanged.Fody" sub folder.
On MY MAC, there is no such "packages" folder. BUT if I copy the packages folder from the other computer, my solution builds OK.
BUT how do I solve this problem without resorting to silly copy/paste actions?
What should I install and how should I install it so that my solution builds OK??
Thanks
Sean