Commented Issue: Update package dialog hangs in VS2012 [2532]
I'm trying to update a package with large amount of files in content. After short period of time Package manager GUI hangs. Dialog "Updating" just freezes. I even can't scroll anything inside it. It's...
View ArticleCommented Issue: Nuget.exe 2.2 crashes [2940]
Currently using V2.0 of nuget.exe and it runs fine. Once I update to 2.2 using nuget D:\Development\GlobalDependencies\NuGet>nuget update -selfChecking for updates from...
View ArticleCommented Issue: Undue circular dependency detected [2965]
Hello,There is a bug in the way circular dependencies are computed. A fix for this is available [here](http://nuget.codeplex.com/SourceControl/network/forks/xaviernoelle/NuGet/contribution/3802) but I...
View ArticleNew Post: Circular reference detector and package.config ordering
Hi,Just pointing out that I've published a pull request for this : http://nuget.codeplex.com/SourceControl/network/forks/broggeri/nuget/contribution/4012
View ArticleCommented Issue: UI doesn't obey allowedVersions [1979]
Given a packages.config with...<br /><br /> <package id="Simple.Data.Core" version="0.12.2.2" allowedVersions="[0.12,0.13)" /><br /><br />If I use Update-Packages, all is...
View ArticleCommented Issue: UI doesn't obey allowedVersions [1979]
Given a packages.config with...<br /><br /> <package id="Simple.Data.Core" version="0.12.2.2" allowedVersions="[0.12,0.13)" /><br /><br />If I use Update-Packages, all is...
View ArticleNew Post: How do we report tag abuse by package owners?
I think it's fair to use the 'report abuse' link on a package page for this, since you think it's spam. Tim
View ArticleNew Post: Package showing up in Search() but not FindPackagesById()
I don't see an issue with those results at the current time. If you still see issues with gallery search results, by any method, please file an issue on the gallery issue tracker...
View ArticleNew Post: Speeding up NuGet.Server with Lucene
Hi, I'm new on the nuget scene, and am curious what happened with this. It looks like current web gallery code is lucene based, but it seems to be divergent from this fork, which was of server, which I...
View ArticleCommented Issue: Latest Nuget Client hangs when installing any package [2167]
Replication: 1) Open the solution (only one solution has this problem, I've tested with other solutions without problem)2) Add a new Nuget package causes Visual Studio to hang.This happens for any feed...
View ArticleCommented Issue: Latest Nuget Client hangs when installing any package [2167]
Replication: 1) Open the solution (only one solution has this problem, I've tested with other solutions without problem)2) Add a new Nuget package causes Visual Studio to hang.This happens for any feed...
View ArticleCommented Issue: Latest Nuget Client hangs when installing any package [2167]
Replication: 1) Open the solution (only one solution has this problem, I've tested with other solutions without problem)2) Add a new Nuget package causes Visual Studio to hang.This happens for any feed...
View ArticleEdited Issue: deleted package referenced in a project causes VS to hang [2970]
1. I have a project with package restore enabled and has following references <package id="Microsoft.AspNet.WebApi" version="4.1.0-alpha-121009" targetFramework="net45" /><package...
View ArticleCommented Issue: deleted package referenced in a project causes VS to hang...
1. I have a project with package restore enabled and has following references <package id="Microsoft.AspNet.WebApi" version="4.1.0-alpha-121009" targetFramework="net45" /><package...
View ArticleCommented Issue: [update all] the message could say about the number of...
actual message:There are more that one update availableexpected: The message can be "There are 12 update(s) available"it would be cool to show the number of updates, if it’s impossible then I feel we...
View ArticleEdited Issue: [update all] the message could say about the number of updates...
actual message:There are more that one update availableexpected: The message can be "There are 12 update(s) available"it would be cool to show the number of updates, if it’s impossible then I feel we...
View ArticleClosed Issue: Symbols packages appear in search results [2656]
One of my customers was pushing symbols packages to the same repository as the actual NuGet packages. Since the update to v2.1 of the NuGet vsix, these symbols packages appeared in the search results...
View ArticleCreated Issue: Get packages from local cache if nuget.org is down [3004]
Nuget.Org was down shortly for 30 mins and this morning and there were folks complaining about their package restore (and hence build failing) in SO and...
View ArticleCreated Issue: Provide help links to nuget docs from visual studio nuget...
Almost 50 % of the questions in stack overflow are "how to do" questions around the most common NuGet operations - which has been documented in detail in docs.nuget.org.Example :...
View Article