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 not restoring packages on build

I have just created a workspace on a new machine, got latest of our project from TFS, enabled NuGet Restore, …

visual-studio msbuild nuget visual-studio-2013 nuget-package
An assembly specified in the application dependencies manifest (...) was not found

I upgraded Microsoft.AspNetCore from 2.0.3 to 2.0.5 and my WebAPI project, although running successfully locally, fails to start in production (IIS). …

asp.net-core .net-core asp.net-web-api2 upgrade nuget-package
How to specify specific dependency version in nuspec?

I'm creating my first nuget package. I added a dependency with a version that is not the latest version. However, …

c# .net nuget nuget-package
NuGet Assembly outside lib folder

I'm going to bang out a couple of questions here...first, with NuGet is it possible to create a package …

nuget nuget-package
Don't include dependencies from packages.config file when creating NuGet package

I am using Nuget to create packages. I would like to create a package which does not contain any dependencies (…

dependencies package nuget nuget-package nuspec
Reinstalling NuGet packages with NuGet installed as VS Extension

I would like to be able to install all of the NuGet packages in the packages.config, as per The …

visual-studio nuget nuget-package
How do I use OpenCover and ReportGenerator to view Unit Test Coverage Results?

I'm a noob to using both OpenCover and ReportGenerator and I'm struggling a bit in understanding how to get them …

.net unit-testing nuget-package opencover reportgenerator
Automatic Package Restore: Unable to find version of package

We are using the improved Automatic Package Restore process to restore missing NuGet packages. When building, the Restore dialog pops …

visual-studio-2013 nuget nuget-package nuget-server nuget-package-restore
Nuget package installed but references not resolved

I have a multi-project solution with Prism Nuget packages installed in several projects. I then attempted to add a Prism …

visual-studio-2013 nuget nuget-package
Set content files to "copy local : always" in a nuget package

I generate a nuget package from a project with this command in the post-build event. the variable %conf% is set …

visual-studio visual-studio-2012 nuget nuget-package copy-local