There seem to be a few open issues around Json.NET and the linker. Does anyone have a resolution, is there a bug open, is there something I can adjust?
https://github.com/JamesNK/Newtonsoft.Json/issues/480
When setting the linker to 'don't link' - the build works and the code runs, it can deserialize objects coming in over the network.
when setting the linker to 'Link SDK only' OR 'Link all' the application throws an exception in the link above.