DLL is built, but NuGet package restore failed...confusing
Visual Studio 2019 has many confusing messages and below is one of them. After attempting to build a class library, I got this error:NuGet package restore failed. Please see Error List window for...
View Articlenuget package , can't install EntityFrameworkCore.sqlserver
Hi I can't install microsoft.entitiyFrameWorkCore.sqlserver via NuGet package inVS 2019. I am getting this error The feed 'nuget.org[https://api.nuget.org/v3/index.json]' lists...
View ArticleVS17 - NuGet Config invalid
I get this error that my NuGet config was supposed valid and it tells me to run a NuGet Restore, which I did many times, but it still doesn't manage to run the website. The problem is, that I cannot...
View ArticleAn error occurred while trying to restore packages. Please try again
I am trying to restore the missing nuget packages and it keeps giving me this Error:An error occurred while trying to restore packages. Please try again.Any experience solving this?How can I find out...
View ArticleWhy nuget.exe CLI (NuGet CLI) isn't part of Visual Studio 2019? [closed]
According to this page, in order to create the NuGet package, Microsoft imply the use of nuget.exe stand alone tool.Q:Since the VS2019 is of the best IDEs exist on the market, I'm curious why Microsoft...
View ArticleNuGet package restore failure
After code migration in bit bucket facing issue to build the solution in visual studio .Error:Severity Code Description Project File Line Suppression StateError The command ""C:...nuget\nuget.exe"...
View ArticlePackageReference version is ignored
In our project we're creating different NuGet packages (using suffixes) for different branches. In the .csproj file I'm trying to specify the specific version of a package that should be used.Package...
View ArticleRegarding ibm.data.db2 nuget package
I am trying to download ibm.data.db2 in Visual studio 2019 nuget packet. But for some reason only ibm.data.db2.core is available but a year back ibm.data.db2 was available. Is there a way I can...
View ArticleGenerating Nuget package on build does not include all dependencies
The tree of my solution looks like :Project AReferences Nuget Package "Some Package"Project BReferences Project AWhen building, project B produces a package, let's call it PackageBIn ProjectB.csproj I...
View ArticleC++ CLR NuGet Package Error: Installation Failed
So I'm using C++ to work on a project and I've created a GUI. I tried to use NuGet to instead a package However, it keeps bringing up this error:Could not install package 'MetroModernUI 1.4.0'. You are...
View ArticleHow to convert nuget package/ C# code to dart pub package?
Background : I have few nuget packages (C# repo) and i am trying to access those in Flutter Dart code.Is there any option we can consume nuget/c# code in Flutter dart pub package?#C# #Flutter #Dart...
View ArticleNuGet.targets error : '.', hexadecimal value 0x00, is an invalid character...
after upgrade to .Net Core 2.1.1 I got this error: C:\Program Files\dotnet\sdk\2.1.301\NuGet.targets(114,5): error : An error occurred while retrieving package metadata for 'System.IO.4.3.0' from...
View ArticleHow can you resolve a nuget package error?
I have a project and I'm using Git Extensions to revert back to my older project.On my newer program, I have that Inductotherm Globalization package/reference installed, but on my older program, it was...
View Articlenuget: dll is not inside lib folder
I am trying to create a nuget package that depends on a custom .dll. For that, I use this code:NuGet_v5.2.0.exe pack Cmon.csproj -Prop Configuration=Release -IncludeReferencedProjectsI am greeted...
View ArticleCan't solve the following error on Visual Studio: NuGet Package restore...
I cloned a project from a repository, and when I Build the project solution, it throws an error such as:NuGet Package restore failed for project. Unable to find the versionof a package.I went to the...
View ArticleCalling Cloud Function from Xamarin Forms App
I wrote a Firebase Function in Node.js for deleting a user, and I deployed it (my first function-yay!). How do I call it from my Xamarin.Forms App? Is there a package for the SDK that I should use? Or...
View ArticleVSTS package feed not pulling packages from upstream source (nuget.org)
I have setup a new team project on VSTS for our development team and am using the Package-Management extension for publishing our NuGet packages. I have also enabled the public nuget.org feed as an...
View ArticleHow to get a installed nuget package info
I'm using some packages installed in NuGet, like AWSSDK.PinPoint.Now I want to get some info about it in code behind, like package name and version.Does anyone know? Thx.
View ArticleHow to get an installed nuget package info
I'm using some packages installed in NuGet, like AWSSDK.PinPoint.Now I want to get some info about it in code behind, like package name and version.Does anyone know? Thx.
View ArticleWhat is the best way to use vcpkg to share your project with a friend
I have a project which depends on cpprestsdk, tinyxml2. I run this project on another computer which has no internet connection, I installed these libraries with vcpkg, I was wondering should I...
View Article