I\'m getting some very weird behaviour in my Xamarin.Forms Project.
I\'m retrieving some serialized data from a REST API. I\'m then trying to use Json.NET to deseri
Setting iOS Build Linker Behavior to "Link Framework SDKs only" fixed this for me.
As T.J.Purtell.1752 describes in the referenced xamarin thread, the Xamarin Linker will strip out unused types, methods, and fields.
Link Framework SDKs only prevents that happening for my application classes, which is fine in my conmtext.