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.

Can NuGet add a .cs file to the destination project?

I want to create a NuGet package that adds a .cs file (a base class the package consumer is encouraged …

nuget-package
NuGet's Restore Package insists on specific package versions

I've a project with the following packages.config: <?xml version="1.0" encoding="utf-8"?> <packages> <package id="…

.net nuget nuget-package
NuGet Package manager stuck on "Retrieving information..." on VS 2013

Using VS 2013 with NuGet Package Manager installed, I can view all Installed packages, but when I pick Updates or Online, …

visual-studio-2013 nuget-package
What is the reverse for Update-Database (used in Package Manager Console)?

I have been changing my domain classes and executed Update-Database in the Package Manager Console, After i realized that need …

entity-framework nuget nuget-package
Installing nuget package from GitHub

The command: Install-Package curve25519-uwp installs version 1.0.3 of this package (https://www.nuget.org/packages/curve25519-uwp/) On GitHub there …

git visual-studio nuget nuget-package package-managers
Change NuGet package location folder

I want to change NuGet package folder, but it does not change it. What I do is creating file nuget.…

visual-studio nuget nuget-package nuget-package-restore
NuGet Package Restore Not Working on Build Server

I have set up NuGet Package Restore on my solution and it works nicely on my local machine. I followed …

nuget nuget-package
overwrite nuget packages in feed on visual studio team services

while using nuget.exe push \\share\Packages\*.nupkg -Source "https://myvsts.pkgs.visualstudio.com/_packaging/tcpcm/nuget/v3/index.json" …

visual-studio nuget nuget-package azure-artifacts
How to remove a specific version of a package on a TeamCity Nuget Feed?

Does anyone know to remove a specific version of a package on a TeamCity Nuget Feed?

teamcity nuget nuget-package nuget-server teamcity-7.0
Manage NuGet Packages revert jquery to old version

I have updated the jquery version 2.0 but i found that this is not compatible with ie7 and 8 now i want …

c# asp.net-mvc-4 nuget-package