Questions tagged [manage-nuget-packages]
22 questions
4
votes
2 answers
What is the significance of the 'Version' column in Visual Studio NugetPackageManager interface? (as distinct from the 'Installed' column)
The 'Installed' column is populated, but the 'Version' column isn't.
What does the 'Version' column mean? (As distinct from the 'Installed' column)
(I'm familiar with the concept of Semantic Versions; so I know exactly what the concept of a version…

Brondahl
- 7,402
- 5
- 45
- 74
3
votes
2 answers
After installing Bootstrap by Manage NuGet Packages, bootstrap files does not show for referencing
I installed Bootstrap 4.x by Manage NuGet Packages, but bootstrap files does not show for referencing.
I work by Visual Studio 2017.
What is it wrong?! How can I fix it?

x19
- 8,277
- 15
- 68
- 126
1
vote
1 answer
Overriding Remote Repository in Premake5 script running
I have a C++ project on Visual Studio 2022 that when trying to setup, I'm unable of running the premake5 script with vs2022 parameter on cmd.
I have a custom package that resides in my local system.
when Running the premake5, it searches for the…

RBis
- 33
- 5
1
vote
1 answer
Difference in nugets processing via `dotnet add package ..` vs nugets adding via visual studio UI
I need to use native c libraries in my library(that supports several Core TFs and .net framework) which is published via nuget. I configured it via .csproj file and runtimes folder. But I noticed that when I consume my NuGet via dotnet add package…

dododo
- 3,872
- 1
- 14
- 37
1
vote
2 answers
Facing NuGet issue "'5.0.0+42a8779499c1d1ed2488c2e6b9e2ee6ff6107766' is not a valid version string." while installing packages
I have created a framework for testing web applications in C#(Console application)
All the packages are managed by Nuget package manager. When I try to install/uninstall packages via nuget, I'm facing exception(pasted at the…

Vishal kashyap
- 11
- 6
1
vote
3 answers
Getting error when using GitHub Actions to push the nupkg to my GitHub packages
Question:
Im getting a "Specified source 'github' is invalid" error when trying to build and push a NuGet package to GitHub nuget Packages.
Does anyone know why? or, what the source should be, I cant see anything in the GitHub documentation about…

treendy
- 443
- 3
- 16
0
votes
0 answers
Nuget Source Authentification 401 Authentification
I want to use the command "dotnet list ${pathToCsproj} package --interactive --outdated --source ${privateSource}"
But I get this error:
Die folgenden Quellen wurden verwendet:
https://nuget....company/index.json
warn : Your request could not be…

Adrian
- 13
- 6
0
votes
1 answer
nuget local feed stops working when package with two different versions is present
I am trying to use nuget local feed for publishing my packages. So, I tried to push my first component / package. I have the following nuget.config in my sdk project:

Goran
- 6,328
- 6
- 41
- 86
0
votes
1 answer
Download only necessary NuGet packages
When I want to do my own NuGet package with custom authentication scheme, I need to download Microsoft.AspNetCore.Authentication that contains AuthenticationScheme class. I need only this one class but together with this package there is downloaded…

Szyszka947
- 473
- 2
- 5
- 21
0
votes
1 answer
Why is the 'Version' column in Visual Studio NugetPackageManager showing blank for .NET Framework projects?
See pre-cursor question...
What is the significance of the 'Version' column in Visual Studio NugetPackageManager interface? (as distinct from the 'Installed' column)
Having established that the Version column is intended to indicate "what version…

Brondahl
- 7,402
- 5
- 45
- 74
0
votes
2 answers
Nuget Update failure in Visual Studio 2019
I am having a strange (new) issue with Nuget in Visual Studio 2019 (v.16.9.0).
The Solutions are all ASP.NET Web Apps (MVC). I run on a local LAN. In the Nuget Package Manager 'Allow Nuget to download packages' and 'Automatically check for missing…

Philip
- 1
- 1
- 4
0
votes
2 answers
How do I manage local nuget packages safely?
Our team has just started working with Nuget packages, for now locally on a local server directory. The problem starts when several developers are working on the same project and both accidentally up their patch build to the same version and upon…

Guy Z
- 683
- 3
- 8
- 24
0
votes
1 answer
can't find nuget packages from nuget server
I know this question will be very ambiguous but that's how much I am blinded at this point.
When I use nuget package manager in my visual studio 2019, I can't find any package suppose to be returned from default nuget org such as Autofac or…

swcraft
- 2,014
- 3
- 22
- 43
0
votes
0 answers
Long path issue occurred while try to install Nuget package in Visual Studio project
I have worked on dot net core projects. while trying to install NuGet packages in my project with the help of manage NuGet packages option, I have faced below mentioned error. Could you please suggest the solution for this issue?
The specified…

Elango R
- 137
- 8
0
votes
0 answers
Managing nuget updates in local nuget repository
Let's suppose there is a .NET Core project that has a reference to a nuget package say nugetD. That nuget package in turn have references to 3 other nuget packages say nugetA, nugetB and nugetC.
The nuget packages are managed locally in a local…

Nemesis
- 113
- 2
- 10