在Xamarin应用程序中,我使用了一个引用system.collection.Immutable的第三方库。在VS 2019中为Android构建应用程序时没有遇到任何问题。当我尝试在VS2017中构建应用程序时,它显示以下构建错误 Error XA2002: Can not resolve reference: `System.Memory`, referenced byPlease add a NuGet package or assembly reference for `System.Memor
我将一个类库项目迁移到.Netstandard1.4,其中包括一个nuget包System.Net.Http“Version=”4.3.2 <Project Sdk当我试图运行单元测试时,会触发一个异常:
System.IO.FileNotFoundException : Could not load file or assembly 'System.Net.Http注意,它说的是"System.Net.Http,