The “ResolveLibraryProjectImports” task failed unexpectedly

后端 未结 24 2204
醉话见心
醉话见心 2021-01-01 09:48

I have a Xamarin project, which is based on MvvmCross. The project is for both iOS and Android. I opened this project in Visual Studio 15. I got some errors, wh

24条回答
  •  臣服心动
    2021-01-01 10:02

    I encountered the same issue and none of the solutions above worked. After noticing and error on the list regarding Cryptography I knew it had to be related to FIPS being enabled (required by a VPN client)

    By disabling FIPS and restarting Visual Studio the issue was resolved.

提交回复
热议问题