When using the servicestack.dll I get with the 4.7.11 Xamarin.Android the following error at runtime:
Could not load file or assembly 'System.ServiceModel.Web, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e This happens ONLY when Linking is set to "Sdk Assemblies Only". If the linker is off erverything works perfect. With version 4.6.x it worked with and without linker.
I also tried to exclude (skip) the System.ServiceModel.Web but with no success...
Any ideas?
Regards
Dirk