Created Feature: Recommend that CSS and JS files have version numbers in...
Today, many Nuget packages include CSS or JS files that don't include version numbers in their file names. (I.e. A user would see files with names like filename.css and filename.min.css instead of...
View ArticleCommented Issue: Packages Missing from Installed Packages List [1965]
NuGet is a great tool but we have just upgraded to the latest version and basically for every single project we use it on it has lost everything from the 'Installed Packages' tab in the management...
View ArticleCommented Issue: The given key was not present in the dictionary. [2434]
Cause: Too many packages on our custom feed?Resolution: Archive older packages.We had ~400 versions for about 10 different packages.Whenever the Packages folder gets large we get this error:<error...
View ArticleCommented Issue: Tab Complete in Package Manager Locks VS [2630]
Tab complete works fine for most commands but when using it to complete values for flags it can lock VSEnvironment: Win8, VS 2012Repro:New Console Application named NuGetBugReproPM> Install-Package...
View ArticleEdited Issue: Tab Complete in Package Manager Locks VS [2630]
Tab complete works fine for most commands but when using it to complete values for flags it can lock VSEnvironment: Win8, VS 2012Repro:New Console Application named NuGetBugReproPM> Install-Package...
View ArticleEdited Issue: nuget.exe update not extracting package [2693]
From comments in #2661:Current nuget.exe (2.1.0) now creates the package directories inside ".\packages" on "update" but only copies the .nuget file (and the .nuspec file) there without extracting its...
View ArticleCommented Issue: nuget.exe update not extracting package [2693]
From comments in #2661:Current nuget.exe (2.1.0) now creates the package directories inside ".\packages" on "update" but only copies the .nuget file (and the .nuspec file) there without extracting its...
View ArticleEdited Issue: nuget.exe update not extracting package [2693]
From comments in #2661:Current nuget.exe (2.1.0) now creates the package directories inside ".\packages" on "update" but only copies the .nuget file (and the .nuspec file) there without extracting its...
View ArticleEdited Issue: Config transform creates a file when it cannot find it's...
Using NuGet Package Explorer create a new package.Create a content folder.Add New Files to content folder:Name: app.config.transformBody:<configuration> <appSettings> <add key="foo"...
View ArticleEdited Issue: Specifying "references" element does not restrict so that only...
According to the NuGet documentation (http://docs.nuget.org/docs/reference/nuspec-reference#Specifying_Dependencies_in_version_2.0_and_above) regarding the "references" element "If this element is...
View ArticleSource code checked in, #a57e7262784b
Undo a change which causes compiler error in .NET 4.0 (but not .NET 4.5
View ArticleEdited Issue: Upgrade to latest non-breaking semantically versioned packages...
There's already Update-Package –Safe, but assuming all packages are semantically versioned, it would be the case that for a developer to upgrade to the "latest framework that won't break my app" they'd...
View ArticleEdited Issue: Verbosity option is not documented [2688]
I get this warning using the option Verbose :WARNING: Option 'Verbose' has been deprecated. Use 'Verbosity' instead.But the command line documentation does not define the verbosity option :...
View ArticleEdited Issue: update-package executes old install.ps1 [2687]
When updating from one version of a nuget package to a new one with Update-Package, the install.ps1 from the old package is used instead of the new version. This causes upgrade errors and aborts the...
View ArticleCommented Issue: Manage Nuget Packages menu is not shown as "for solution",...
Repros with latest Nuget 2.1 After creating a solution with multiple project in VS, right click the solution node, the menu is showing "Manage Nuget Packages...", instead of "Manage Nuget Packages for...
View ArticleCommented Issue: Manage Nuget Packages menu is not shown as "for solution",...
Repros with latest Nuget 2.1 After creating a solution with multiple project in VS, right click the solution node, the menu is showing "Manage Nuget Packages...", instead of "Manage Nuget Packages for...
View ArticleCommented Issue: Manage Nuget Packages menu is not shown as "for solution",...
Repros with latest Nuget 2.1 After creating a solution with multiple project in VS, right click the solution node, the menu is showing "Manage Nuget Packages...", instead of "Manage Nuget Packages for...
View ArticleEdited Issue: Manage Nuget Packages menu is not shown as "for solution", when...
Repros with latest Nuget 2.1 After creating a solution with multiple project in VS, right click the solution node, the menu is showing "Manage Nuget Packages...", instead of "Manage Nuget Packages for...
View ArticleNew Post: NuGet Update broken in v2.1?
It looks like with this change, file references aren’t getting updated in project files. Try the following: 1. Create a C# console application. 2. Install JQuery UI, which will chain in an old version...
View Article