New Post: Improvements for Nuget
Which packages are installed as dependencies I agree that it's useful to know if a package is installed directly or as a result of dependency of another package, for the purpose of keeping track of...
View ArticleCommented Issue: Problem opening from TFS with NuGet Package Restore [2131]
Hi I've got an issue with using TFS "Open from Source Control..." with solutions that use NuGet Package Restore. I discussed briefly with dotnetjunky on the Discussions board, suggested I raised an...
View ArticleNew Post: How to install a NuGet package on the command line to a Visual...
I downloaded nuget.exe and I have tried the install. I would like to target a visual studio project or solution on the command line outside of Visual Studio. It is simply downloading the package with a...
View ArticleCommented Unassigned: Manage nuget for solution does not correctly show the...
I have notice that when we work in a team if one of my colleague update the package on his side and publish the changes to our vcs, then if I downlload this update the visual studio manager will keep...
View ArticleNew Post: How to install a NuGet package on the command line to a Visual...
---------- Forwarded message ----------
View ArticleNew Post: How to install a NuGet package on the command line to a Visual...
Russ, I think the message was cut off. Thanks Greg
View ArticleNew Post: How to install a NuGet package on the command line to a Visual...
Okay let's try again :)What you describe is not currently supported. This post describes why.http://blog.davidebbo.com/2011/05/thoughts-on-installing-and-updating.html
View ArticleCreated Issue: Duplication of official feed with SxS NuGet Clients after...
Duplication of official feed with SxS NuGet Clients after Official Feeds Migration
View ArticleEdited Unassigned: [BugBash628]: Uninstalling and installing again in F#...
1. Create a F# portable project2. Install jQuery3. Uninstall jQuery4. Install jQuery againResult:Attached dialog is shown on install, which is not very helpful. Other project systems seem to work fine.
View ArticleEdited Issue: PackageRestorer blocks the UI thread while restoring packages...
1. install 2.7 build from master2. Create new MVC4 application3. Delete packages folder4. BuildActual:VS freezes for few minutes/seconds (depending on the machine's capability) and then comes back...
View ArticleCommented Issue: PackageRestorer blocks the UI thread while restoring...
1. install 2.7 build from master2. Create new MVC4 application3. Delete packages folder4. BuildActual:VS freezes for few minutes/seconds (depending on the machine's capability) and then comes back...
View ArticleClosed Issue: Pack command for .csproj file doesn't add dependencies when...
There is a bug pulling in dependencies when targeting multiple frameworks using the "nuget pack" command on a .csproj file. It attempts to add the packages multiple times and fails with an "Item...
View ArticleCommented Issue: [BugBash628]: Uninstalling and installing again in F#...
1. Create a F# portable project2. Install jQuery3. Uninstall jQuery4. Install jQuery againResult:Attached dialog is shown on install, which is not very helpful. Other project systems seem to work...
View ArticleEdited Issue: New package restorer perf improvement [3497]
Currently when package restore happens for the first time on a clean machine, it calls EnsurePackageFiles which takes around 42% (for restoring 40 packages) of the resources to copy the files to temp...
View ArticleEdited Issue: NuGet.exe Update -Self .. from 2.6.0 to 2.6.1 is not working...
Repro steps:---------------1) Download command line utility (http://nuget.org/nuget.exe) as documented in http://docs.nuget.org/docs/start-here/installing-nuget2) Issue 'NuGet.exe Update -Self' one or...
View ArticleEdited Unassigned: VsPackageInstaller doesn't add binding redirect entries....
When called through IVsPackageInstaller's methods, NuGet always suppress binding redirects because of an perf optimization we did for new project creation cases. However, it's often desirable to add...
View ArticleCreated Unassigned: Win8 packages feed is automatically moved to top for new...
Repro steps:1. on win8 express, open package sources dialog, move the win8 packages feed down, below the nuget.org feed2. close win8 express3. open win8 express new instanceExpected: win8 packages feed...
View ArticleClosed Issue: VS2012 hangs in NuGet package manager [3093]
I am experiencing a hang in Visual Studio 2012 using NuGet package UI.Its a fairly big (66 projects, 4 pages of NuGet packages) solution, closed-source commercial.Flow:1. Right click solution node in...
View ArticleCommented Unassigned: Win8 packages feed is automatically moved to top for...
Repro steps:1. on win8 express, open package sources dialog, move the win8 packages feed down, below the nuget.org feed2. close win8 express3. open win8 express new instanceExpected: win8 packages feed...
View ArticleSource code checked in, #2ffdc1093fc4b6558ecaf096523d4405b3c3c6d9
Fix issues https://nuget.codeplex.com/workitem/3496, https://nuget.codeplex.com/workitem/3494 The problem arose because of a misunderstanding of the return value of VsUtility.GetFullPath(). The method...
View Article