RE: EmbeddedClient

I have seen behavior similar to that on other projects involving indirect references to PCLs. The fix was to include the PCL directly even if it isn’t needed directly by the assembly that doesn’t build reliably.

Not sure if that helps.