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 files not being copied to project content during build

I am building an MVC4 web application with VS2012 professional with NuGet Package Manager version 2.2.31210. I have multiple projects in …

nuget nuget-package
nexus or artifactory with nuget?

I am trying to introduce decent reference management to my organisation. Having used Nexus with Maven before, I know it …

jenkins nuget nexus nuget-package artifactory
Cannot find type definition file for 'jquery'

I just ran an update in NuGet to update my my packages. Afterwards, I can no longer compile and I …

jquery twitter-bootstrap visual-studio typescript nuget-package
How do you add additional files to a nuget package in Visual Studio 2017

I recently moved to Visual Studio 2017 Community Edition. It has 2 nice new features You don't need to explicitly include your …

c# visual-studio-2017 nuget-package
How to configure where NuGet.exe Command Tool line looks for packages

We have successfully set up a couple of local package repositories using the NuGet.Server package and hosted them on …

continuous-integration nuget nuget-package nuget-server
Could not load file or assembly 'System.Web.Optimization, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'

I keep getting this error although I already installed the nuget packet for Microsoft.AspNet.Web.Optimization... Could not load …

asp.net .net nuget-package system.web.optimization
Create a nuspec from csproj with GUI

I have a C# project which has a 2 Project References from projects within my Solution. It also has 5 NuGet package …

c#-4.0 nuget .net-4.5 nuget-package nuspec
Can NuGet edit a config file or only add to it?

I've been working on a NuGet package for my company and one of the requirements is being able to update …

nuget nuget-package
Is MvcScaffolding compatible with VS 2013 RC by command line?

At NuGet when I try to install MvcScaffolding, by typing: Install-Package MvcScaffolding I am getting this error Set-DefaultScaffolder : Cannot get …

nuget-package asp.net-mvc-scaffolding asp.net-mvc-5 visual-studio-2013
How to get the url of a .nupkg file?

I want to download some .nupkg files using my browser In nuget.org, there are no links to the .nupkg …

nuget nuget-package