Edited Issue: Duplicate package references [2051]
We've been seeing duplicate package references added when installing/updating packages i.e. packages.config contains two package elements with the same id.Sometimes it happens on the build agent...
View ArticleEdited Unassigned: the new -ConfigFile optionfor NuGet.exe does not respect...
When I run the following command:C:\Path\Folder> ..\Tools\NuGet\2.5\NuGet.exe install EnterpriseLibrary.Logging -ConfigFile C:\Path\NuGet.configAnd the NuGet.config file contains...
View ArticleCommented Unassigned: Error: Unable to read beyond the end of the stream [3393]
Hi Guys,I faced this error "Unable to read beyond the end of the stream" on a certain project and I couldn't figure out the problem easily, I posted a question on StackOverflow and eventually managed...
View ArticleEdited Unassigned: Error: Unable to read beyond the end of the stream [3393]
Hi Guys,I faced this error "Unable to read beyond the end of the stream" on a certain project and I couldn't figure out the problem easily, I posted a question on StackOverflow and eventually managed...
View ArticleCommented Unassigned: Nuget installs old version of dependencies by default...
Nuget installs old versions of package dependencies by default.This requires an "update-package" right after "install-package".Examples:Create a new empty asp.net mvc application and:Install-Package...
View ArticleCommented Unassigned: Getting 500 & 404 errors when uploading files over 32mg...
we have been successfully using a local repository for over a month now, and have recently needed to upload a file of 32mg. My developer gets an error of "Failed to process request. 'Not Found'.The...
View ArticleCommented Unassigned: Allowed versions not recognized [3599]
As of GUI version 2.6.40627.9000, the allowed version attribute seems to be ignored for at least one package.<package id="PostSharp" version="2.1.7.30" targetFramework="net40" allowedVersions="[2.0,...
View ArticleCommented Issue: Update-Packages doesn't honor allowedVersions in...
To reproduce:#1 - install-package log4net -version 1.2.10#2 - Change packages.config to<?xml version="1.0" encoding="utf-8"?><packages><package id="log4net" version="1.2.10"...
View ArticleEdited Feature: Is "Created by" in VS Manage Packages misleading (and...
__TL;DR: Get rid of "Authors" and show "Owners" instead.__Currently when I scroll through packages in Visual Studio, there is a "Created by" field in the right panel. On first glance it seems to be the...
View ArticleEdited Issue: [NuGet 2.7] Regression: Missing localization in settings...
NuGet 2.7RC is currently missing localized strings for settings when using a German OS.As can be seen in the attached screenshot, the first checkbox text was localized before, but isn't in the current RC.
View ArticleCommented Issue: [NuGet 2.7] Regression: Missing localization in settings...
NuGet 2.7RC is currently missing localized strings for settings when using a German OS.As can be seen in the attached screenshot, the first checkbox text was localized before, but isn't in the current...
View ArticleSource code checked in, #557819bbce7b817548dd7d2fae2df2830280f356
Merge branch '2.7' Conflicts: src/CommandLine/CommandLine.csproj src/CommandLine/Commands/InstallCommand.cs
View ArticleCreated Unassigned: Input string was not in a correct format [3609]
I have upgrade to the latest NuGet version 2.7, and I now get the following error when trying to install a package. I am running on VS2012 Ultimate. I had all of the latest updateds installed. I did...
View ArticleEdited Issue: [NuGet 2.7] New package restore doesn't work on Mono when using...
The new package restore workflow doesn't work on Mono when using an SLN file, i.e. invoking```nuget.exe -restore MySolution.sln```returns: "An exception was thrown by the type initializer for...
View ArticleCommented Issue: [NuGet 2.7] New package restore doesn't work on Mono when...
The new package restore workflow doesn't work on Mono when using an SLN file, i.e. invoking```nuget.exe -restore MySolution.sln```returns: "An exception was thrown by the type initializer for...
View ArticleEdited Issue: [NuGet 2.7] New package restore doesn't work with Wix projects...
The new package restore workflow doesn't work for Wix (and likely other) project types.I've attached a repro solution.When you run ```NuGet.exe restore``` on the solution file, you'll notice that the...
View ArticleCommented Issue: [NuGet 2.7] New package restore doesn't work with Wix...
The new package restore workflow doesn't work for Wix (and likely other) project types.I've attached a repro solution.When you run ```NuGet.exe restore``` on the solution file, you'll notice that the...
View ArticleCommented Unassigned: Input string was not in a correct format [3609]
I have upgrade to the latest NuGet version 2.7, and I now get the following error when trying to install a package. I am running on VS2012 Ultimate. I had all of the latest updateds installed. I did...
View ArticleEdited Feature: Package download should indicate version of dependency [3436]
New headers are being added to indicate ProjectTypes and Visual Studio version. In addition if this is a dependent install then the dependent package id is indicated, however, the package version is...
View ArticleSource code checked in, #3c7dee2c9c8397d12fff02518dfbf41c60a3c402
Merge branch 'master' of https://git01.codeplex.com/forks/maartenba/credentials
View Article