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 (TeamCity), we are using package restore and the TC Nuget Installer build step. But I just had it happen after calling install-package from the VS package manager console.
Unfortunately I can't provide a scenario that will reproduce it. Has anyone else seen this?
(NuGet 1.6)
Comments: i was not able to repro it but like the idea propsed by @elloyd where nuget can provide more diagnostic information when there are duplicates.
Sometimes it happens on the build agent (TeamCity), we are using package restore and the TC Nuget Installer build step. But I just had it happen after calling install-package from the VS package manager console.
Unfortunately I can't provide a scenario that will reproduce it. Has anyone else seen this?
(NuGet 1.6)
Comments: i was not able to repro it but like the idea propsed by @elloyd where nuget can provide more diagnostic information when there are duplicates.