Commented Issue: Installing and updating packages in VCS-connected projects...
Actually the issue is broader that I thought before. ANY VCS-related (TFS) operation takes 7-8 seconds per a file for Nuget. It's too slow. Installing a package can last dozens of minutes.(it's not a...
View ArticleNew Post: NuGet Hangs Loading Manage Dialog
I've also removed the solution folders and first indications are promising. It did hang once, but since deleting the .suo file one last time it hasn't hung again. I had 8 folders with 2-6 projects in...
View ArticleCreated Unassigned: mono xbuild packages don't restore [3332]
Under nuget 2.5, using xbuild (Mono 3.0.6 OSX) doesn't restore packages because of an extra space found on line 54 in the NuGet.targets file:<RestoreCommand>$(NuGetCommand) install...
View ArticleCommented Unassigned: mono xbuild packages don't restore [3332]
Under nuget 2.5, using xbuild (Mono 3.0.6 OSX) doesn't restore packages because of an extra space found on line 54 in the NuGet.targets file:<RestoreCommand>$(NuGetCommand) install...
View ArticleCommented Unassigned: Install package without adding any reference [3329]
We have a package wich contains multiple dlls. Not every dll is needed in projects that use this package. Therefore, we need a possibility to install the package without adding any reference to...
View ArticleNew Post: Varying package sizes
I have two TeamCity build machines, one Windows 8, one Windows 2008 Server R2. They are both using NuGet 2.5, but they produce nupkgs of different sizes. One is 28Mb and the other is 39Mb! Does anybody...
View ArticleNew Post: Varying package sizes
Does Server 2008 machine have .Net 4.5 installed on it? NuGet uses the System.IO.Packaging APIs to create the nupkg - it's likely that they modified the implementation of the API between 4.0 and 4.5...
View ArticleNew Post: Varying package sizes
Thank you for such a quick and accurate response! You are absolutely right, the Windows 8 machine was creating the smaller package and installing .NET 4.5 on the Windows 2008 Server enabled it to...
View ArticleCreated Unassigned: 7 hours for update-package -reinstall [3333]
Due to some people throwing away references created by nuget we had to do `Update-Package -reinstall` in the package management console and it ran for __7 hours__ (and failed to add system.web...
View ArticleNew Post: Different List and Psuh endpoints forces you to have two sources
Hi! I did some search here before posting and since I didn't find anything related I'm starting a new thread. Sorry if it already exists. I was having a problem with pushing packages to my own NuGet...
View ArticleCommented Issue: Nuget Package updates & Package.config remove issue [3170]
Hey guys We are having issues with nuget package updates and TFS source control integration. This is causing allot of hassles with our team and making us hesitate in adopting nuget packages fully. The...
View ArticleCreated Unassigned: Online tab shows "Could not connect to the feed specified...
repro steps:1. start VS 2012 ultimate (any SKU)2. create a new windows form application3. open package dialog, go to online tab, search for SupportingMultipleFrameworks4. install this package5. change...
View ArticleCommented Unassigned: Online tab shows "Could not connect to the feed...
repro steps:1. start VS 2012 ultimate (any SKU)2. create a new windows form application3. open package dialog, go to online tab, search for SupportingMultipleFrameworks4. install this package5. change...
View ArticleEdited Unassigned: [Regression] Online tab shows "Could not connect to the...
repro steps:1. start VS 2012 ultimate (any SKU)2. create a new windows form application3. open package dialog, go to online tab, search for SupportingMultipleFrameworks4. install this package5. change...
View ArticleCommented Unassigned: [Regression] Online tab shows "Could not connect to the...
repro steps:1. start VS 2012 ultimate (any SKU)2. create a new windows form application3. open package dialog, go to online tab, search for SupportingMultipleFrameworks4. install this package5. change...
View ArticleCommented Issue: Make it clear that the error messages is from the XDT file...
Repro steps:1. create a package that has XDT syntax error2. install the packageExpected: The error dialog says that below errors are from the xdt transformation files, so user knows what's going on and...
View ArticleClosed Issue: Make it clear that the error messages is from the XDT file [3309]
Repro steps:1. create a package that has XDT syntax error2. install the packageExpected: The error dialog says that below errors are from the xdt transformation files, so user knows what's going on and...
View ArticleCreated Unassigned: [Regression] Package Sources dialog: the feed source...
Repro steps:1. open Settings dialog and go to Package Source2. select any of the existing sources, try to edit the Source3. or create a new package source, edit the Source in the Source:...
View ArticleClosed Issue: Changes to .nupkg at a local store are not reflected unless VS...
Repro steps:1. create a package A with text content of "abc"2. create a new class library project and install that package3. use NPE to edit the package A, update its content to "efg" and save the...
View ArticleEdited Unassigned: [Regression] Package Sources dialog: the feed source...
Repro steps:1. open Settings dialog and go to Package Source2. select any of the existing sources, try to edit the Source3. or create a new package source, edit the Source in the Source:...
View Article