我有Xamarin Project UWP。我需要使用Newtonsoft.Json解析json格式的數據,並使用Converter提供Newtonsoft.Json.JsonConvert.DeserializeObject()方法。我實現了CustomCreationConverter和ReadJson方法()。 在optimasation之後發佈它不起作用。我有sush錯誤: 「本地變量或」讀者「參數的值無法獲得,因爲它在此執行點不可用,它可能已在優化期間被丟棄。Newtonsoft.Json.JsonReader」Xamarin項目中的Newtonsoft.Json中的System.Reflection.MissingMetadataException
我想嘗試在rd.xml增加運行directivesin,但不知道我應該需要什麼補充。
您提到的錯誤只能在調試器中看到,而且很可能與問題無關。它究竟如何不起作用? – Evk
錯誤是System.Reflection.MissingMetadataException。它在ReadJson()方法上失敗。 – Naduxa