我正在为我的 Uno 平台应用程序使用 Uno prism 模板。在 UWP 应用中进行异步调用后。IE
var content = await GetHttpContentWithTokenAsync(graphAPIEndpoint,authResult.AccessToken).ConfigureAwait(false);
每当 RaisePropertyChanged() 方法命中时,我都会收到以下错误=>
{“应用程序调用了一个为不同线程编组的接口。(来自 HRESULT 的异常:0x8001010E(RPC_E_WRONG_THREAD))”}
Git repo=> https://github.com/avikeid2007/Repayabl