NuGet is a free, open source developer focused package management system for the .NET platform.
In NuGet for Visual Studio 2015, what is the difference between consolidate and update actions? In both cases I select a …
visual-studio-2015 nugetVS2015 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.0private ILoggerFactory ConfigureLogging(ILoggerFactory factory) { factory.AddConsole(); return factory; } I have found the piece of code above on Github. It …
c# nuget core discord.netI have a web project build on .net framework 4.5.1. We are trying to added PostgreSQL support for the project. Using …
c# nuget npgsqlObservations: On our Jenkins build server, we were seeing lots of msbuild.exe processes (~100) hanging around after job completion with …
msbuild nuget stylecopI'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-packageNuget 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 ankhsvnIs there a way to list all packages available through the NuGet command line interface. When I use the following …
nuget nuget-packagePrior to NuGet, it was common accepted 'best practice' to check-in all external DLLs used on a project. Typically in …
version-control msbuild nugetI develop a library with some functional named CompanyName.SDK which must be integrated in company project CompanyName.SomeSolution CompanyName.…
c# .net nuget dependency-management