当链接器行为设置为“仅限链接框架SDK”时,我收到以下错误。
无法解析引用'System.Void Newtonsoft.Json.Serialization.DefaultContractResolver :: set_IgnoreSerializableAttribute(System.Boolean)',引用自方法'System.Void System.Net.Http.Formatting.JsonContractResolver ::。 ctor(System.Net.Http.Formatting.MediaTypeFormatter)'in'Newtonsoft.Json,Version = 6.0.0.0,Culture = neutral,PublicKeyToken = 30ad4fe6b2a6aeed'。
当链接器Behavior设置为“Do not Link”时,我的构建编译。
我试过了:
- linkskip = System.Void Newtonsoft.Json.Serialization.DefaultContractResolver
- linkskip = System.Void Newtonsoft.Json
- linkskip = System.Void
- linkskip = Newtonsoft.Json
- linkskip = System.Void System.Net.Http.Formatting.JsonContractResolver
- linkskip = System.Net.Http.Formatting.MediaTypeFormatter
有什么建议吗?
由于