Top "Nuget-package" questions

NuGet is a Visual Studio extension that makes it easy to install and update open source libraries and tools in Visual Studio.

NuGet Package Manager errors when trying to update

Opening VS2010 today, the extension manager notified me of an update for NuGet Package Manager. During the install, I get …

visual-studio-2010 visual-studio nuget nuget-package
Visual Studio : NuGet Package Source requires credentials

Visual Studio 2012 > Tools > Options > Package Manager > Package Sources I add a new Package Source pointing to …

visual-studio nuget nuget-package myget
Unauthorized nuget package from Visual Studio Team Services using asp.net core rc2

I am unable to install/restore nuget packages from a Visual Studio Team Services feed in an asp.net core …

asp.net-core azure-devops nuget-package nuget-package-restore
How to debug code in NuGet package created by me

I have a NuGet package I created and installed in another solution but now I need to debug the code …

c# visual-studio nuget nuget-package
Visual Studio 2012 Package Manager Console error

When trying to install anything with the Package Manager Console, I get this error: Install-Package : The schema version of 'Microsoft.…

visual-studio-2012 nuget-package package-managers
Nuget Package - feed (VSTS) :Exception 'System.AggregateException' thrown when trying to add source

I have created a new feed with in Package Release hub (VSTS), installed the credentials, then added the package source. …

visual-studio nuget azure-devops nuget-package azure-artifacts
MVC bootstrap navbar not working after running NuGet updates

An MVC app broke after we updated all the NuGet packages. After trying everything I created a new MVC app, …

twitter-bootstrap asp.net-mvc-5 nuget-package
Automating creating NuGet package as part of build process

I have an automated build process that I'd like to extend so I can build the libraries I am distributing …

visual-studio-2010 msbuild nuget nuget-package
How to resolve "Install-Package : The current environment doesn't have a solution open."

I have a solution having 1 project. Open Package Manager Console, run Install-Package MSBuildTasks But it gave me an error below: …

visual-studio visual-studio-2012 nuget-package msbuild-task
Could not load file or assembly 'System.Web.Http, Version=5.0.0.0

After installing Microsoft.Aspnet.Webapi.Webhost package to my web api project, I end up with the following exception: Could …

asp.net-web-api nuget-package assembly-resolution