Top "Nuget" questions

NuGet is a free, open source developer focused package management system for the .NET platform.

Nuget consolidate vs update

In NuGet for Visual Studio 2015, what is the difference between consolidate and update actions? In both cases I select a …

visual-studio-2015 nuget
Library NuGet configuration is invalid

VS2015 Update 3. I created a plain .net core class library. Right-click on Project->References-> Manage Nuget packages throws …

c# asp.net-core nuget asp.net-core-1.0
'ILoggerFactory' does not contain a definition for 'AddConsole'

private ILoggerFactory ConfigureLogging(ILoggerFactory factory) { factory.AddConsole(); return factory; } I have found the piece of code above on Github. It …

c# nuget core discord.net
Unable to load System.Threading.Tasks.Extensions

I have a web project build on .net framework 4.5.1. We are trying to added PostgreSQL support for the project. Using …

c# nuget npgsql
The mystery of stuck inactive msbuild.exe processes, locked Stylecop.dll, Nuget AccessViolationException and CI builds clashing with each other

Observations: On our Jenkins build server, we were seeing lots of msbuild.exe processes (~100) hanging around after job completion with …

msbuild nuget stylecop
Nuget Package ... does not exist in project ... Package ... Already exists in folder

I've been fighting with this error for several hours and can't come up with a solution that works. I have …

c# asp.net asp.net-web-api nuget nuget-package
Add NuGet Packages Folder to Solution File?

Nuget puts the package in my root folder(in my case my trunk folder). I am wondering is there a …

visual-studio-2010 nuget packages solution ankhsvn
How do you list ALL packages in Nuget

Is there a way to list all packages available through the NuGet command line interface. When I use the following …

nuget nuget-package
Checking in packages from NuGet into version control?

Prior to NuGet, it was common accepted 'best practice' to check-in all external DLLs used on a project. Typically in …

version-control msbuild nuget
How to resolve NuGet dependency hell

I develop a library with some functional named CompanyName.SDK which must be integrated in company project CompanyName.SomeSolution CompanyName.…

c# .net nuget dependency-management