In my PCL project, I have used the dynamic initialization of objects code. So for xamarin linking process I have used the LinkerSafe attribute and Preserve attribute (added these attribute classes in my source as we don't have xamarin dependency).
I have generated the assembly from my PCL project MSBuild.exe command line in xamarin installed machine, which has no issues in the linking process. Assembly generated in the machine without xamarin tools throws an error on the linking process.
My question is whether we need xamarin tools installed for proper linker processed assembly?