我实现了 aws cognito 身份并同步到我的 xamarin.forms 项目中。在android上一切正常。我想试试 uwp 应用程序。立即我得到了一个例外,如下所示。这是否意味着 AWS 不支持 Pcl 实现,但应该通过依赖注入天真地实现和引用它?
AWSSDK.Core.dll but was not handled in user code
Additional information: This functionality is not implemented in the
portable version of this assembly.
You should reference the AWSSDK.Core NuGet package from your main
application project in order to reference the platform-specific implementation.
我为 uwp 和 XF 项目安装了以下 nuget