New Post: Package update performance improvements
> Adding references through the IVsProjectSystem is very very slow ! Changing this to use the MsBuild project interface brings a huge improvement Wouldn't that cause VS to prompt for a project reload?
View ArticleCommented Issue: Make it easier to automate sources [2751]
nuget sources list is nice on the surface, but the output is hard to deal with.We are trying to automate the verification and configuration of our sources. It's easy enough to add or update, but...
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 ArticleNew Post: Package update performance improvements
@dotnetjunky: The biggest solution we use has about 50 projects which link to about 85 packages. The packages being referenced have many interdependencies: For example we have for many packages...
View ArticleNew Post: Package update performance improvements
Thanks for the info. May I ask what types of projects they are? Have you tried your changes with different types of the projects and different types of languages, including F#? As pranavkm said, we...
View ArticleCreated Issue: NuGet may add app.config file with binding redirects to...
Summary: NuGet will try to add an app.config with binding redirects to Windows Store apps if it thinks it is needed. However, Windows Store apps don't need app.config, and will actually fail to start...
View ArticleCreated Issue: docs.nuget.org opens after upgrading NuGet [2755]
From: Eilon LiptopWhen I updated Dev11 to NuGet 2.1, it launched this site: http://docs.nuget.org/docs/start-here/overviewPresumably I already have an idea of what NuGet is, because I just downloaded...
View ArticleCommented Issue: docs.nuget.org opens after upgrading NuGet [2755]
From: Eilon LiptopWhen I updated Dev11 to NuGet 2.1, it launched this site: http://docs.nuget.org/docs/start-here/overviewPresumably I already have an idea of what NuGet is, because I just downloaded...
View ArticleCreated Issue: NuGet.config settings reference [2756]
It would be nice to have a summarizing documentation about settings in NuGet.config. Currently this information is scattered through different articles (e.g. disableSourceControlIntegration in...
View ArticleCreated Issue: References in a separate Targets-file breaks add Package [2757]
Hi! I am testing things out and want to move all my common reference to a separate file, we have lots of projects sharing common dlls. This is pure MSBuild so far. Everything works fine, command-line,...
View ArticleNew Post: Calls to "$batch" resource
Upon reviewing a log of the requests made by the Visual Studio NuGet package manager to the main gallery (nuget.org/api/v2), I noticed that some requests are made to a resource named "$batch" using a...
View ArticleNew Post: HOW TO UNINSTALL PACKAGE FROM NUGET???
this is soo retarded! it shows that stupid little green checkbox and nothing else. why?? please help.
View ArticleNew Post: Calls to "$batch" resource
Http GET requests that are too long are tunneled through this. IIS has a maximum allowed query string length that defaults to 2048 after which it stops processing requests.
View ArticleNew Post: Calls to "$batch" resource
Thanks for the quick response. So if I understand you correctly, a search for a large number of package names (one that would hit said limit), for example , would produce this call?
View ArticleNew Post: HOW TO UNINSTALL PACKAGE FROM NUGET???
Hey, Can you please check if you are looking at the "Installed Packages" tab Or "Online Packages" tab ? "Installed packages" section would provide you an option to "Uninstall". Thanks Bhuva
View ArticleClosed Issue: nuget pack warning when a target fx folder is empty [2340]
1. created a package structure with an empty "lib\net35" folder2. called "nuget.exe pack"WARNING: 1 issue(s) found with package 'Test2267'.Issue: Incompatible files in lib folder.Description: The file...
View ArticleClosed Issue: Support creating empty folders from .nuspec [2507]
My assumption is that NuGet uses the lib folders to determine whether a particular package can be referenced from a given platform.In order to keep things simple I want to ensure that my package can be...
View ArticleCreated Issue: Regression: NuGet prefers net40-client profile over net40...
1. Create a package which contains two folders under lib: 'net40-client' and 'net40'. 2. Create a project that targets .NET 4.5.3. Install the package into the project.[Expected]NuGet picks the 'net40'...
View ArticleEdited Issue: Regression: NuGet prefers net40-client profile over net40...
1. Create a package which contains two folders under lib: 'net40-client' and 'net40'. 2. Create a project that targets .NET 4.5.3. Install the package into the project.[Expected]NuGet picks the 'net40'...
View Article