Hi there,
Using this library with the default Xamarin Forms template (XF version 1.3.1.6296) causes the following error within the Windows Phone 8.0 project:
Cannot resolve dependency to assembly 'Xamarin.Forms.Platform.WP8, Version=1.2.3.0, Culture=neutral, PublicKeyToken=null' because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
I have also tested this with the latest stable version of Xamarin Forms (1.4.1.6349 at time of writing) and the issue is still present.
Removing the SolTech.Xamarin.Forms package fixes the errors.
Thank you.