I now have the habit of adding the nuget packages to my forms PCL and iOS libraries. Does this mean the nuget packages are duplicated in the final binary, or do they all get resolved down once?
is there any info out there about how libraries and dependencies get compiled down, and any optimizations that take place?
thanks