我在nuget.org上发布了一个C#库。它的一个依赖项不是nuget.org,而是myget.org。当其他人尝试使用我的库时,包还原失败,并显示以下消息: Error NU1102 Unable to find package SixLabors.ImageSharp.Drawing with]
- Found 0 version(s) in Microsoft Visual Studio Offline Packages 如何
我最近将我的Win VS 2017 Xamarin项目更新为Xamarin Forms 2.5.0.212934。我更新了其他一些包,同时添加了Microsoft.AppCenter 1.0.1。对Xamarin.Android名称空间中许多包的依赖迫使它们更新到26.1.0.1。现在,当我构建时,我得到了以下错误:
“此项目引用了此计算机上缺少的NuGet包。请使用NuGet包<
我有一个在TFS构建服务器上构建的Xamarin Android项目。Nuget包没有恢复,因此构建失败,并出现一堆"filename not be found“错误。我认为问题在于,对于Android版本,您指定的是.csproj文件,而不是.sln。在Xamarin.Android构建步骤中,该字段称为“项目”。仅当您加载解决方案文件时,自动Nuget包恢复才起作用。如果您使用MSBu