错误XA2002:无法解析参考:`microsoft.bcl.asyncinterfaces`
我想在xamarin.forms中运行我的应用程序,但是我遇到了这个问题
错误xa2002:无法解析参考:microsoft.bcl.asyncinterfaces
,由simple> simple> simple> simple injoctor
引用。请添加Microsoft.bcl.asyncinterfaces
的Nuget软件包或汇编引用,或删除对SimpleIndigntor
的引用。 0
我正在使用couchbise.lite软件包作为我的应用的数据库 我正在使用VS2022
I want to run my app in xamarin.forms but I faced this problem
Error XA2002: Can not resolve reference: Microsoft.Bcl.AsyncInterfaces
, referenced by SimpleInjector
. Please add a NuGet package or assembly reference for Microsoft.Bcl.AsyncInterfaces
, or remove the reference to SimpleInjector
. 0
I'm using Couchbise.Lite packages as Database for my app
I'm using VS2022
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我安装了软件包 couchbase.lite.lite.lite 在我的身边(vs 2022),并构想了出来,该错误仅在
版本3.0.0
.aused版本2.8.6
或以下的功能良好。I installed the package Couchbase.Lite on my side(with VS 2022) and figured out that the error only happened on
Version 3.0.0
.UsingVersion 2.8.6
or below is functioning well.