Edited Feature: Support passing version constraints via the command line and...
Right now the update and install commands only allow passing an exact version. We should be able to use the version range syntax to filter out packages
View ArticleSource code checked in, #eb084c6bcc36fd705944e3aa88f03ea0ef63b842
Temporarily skip 2 unit tests to fix build break.
View ArticleCreated Unassigned: NuGet 2.7: Package Manager Console always chooses oldest...
#SummaryWhen installing packages using the package manager console, the oldest available version of that package is installed. When using either the "Manage NuGet Packages" GUI or nuget.exe at the...
View ArticleNew Post: Create NuGet package for a COM dll
Wise men, I need help. I have trouble building a NuGet package with an old COM dll, the interop bit doesn't seem to work. The reference is broken and I'm getting errors like:The type or namespace name...
View ArticleCreated Unassigned: Updating package (reinstall?) creates packages.config [3685]
I just updated NuGet extension to 2.7. I believe what I then did was eitherUpdate-Package -reinstall xunitorused the Package Manager UI to update xunit to the latest version.This my packages.config...
View ArticleCreated Unassigned: Extension for VS 2013 is missing icon/screenshot [3686]
The VS Extension for VS 2010/2012 has an icon and a screenshot included in the VSIX; the VS Extension for VS 2013 does not.For NuGet 2.8, we should include the icon/screenshot in the 2013 extension. We...
View ArticleCommented Issue: SemVer: Limit the length of the string part [1639]
Just realized that I can enter arbitrarily long string for the string part of the version. This makes it look very ugly on every client, including console, dialog and possibly the website too. Suggest...
View ArticleNew Post: My nuget package can't be found from either VS or search on nuget.org
The packages shows under "My Packages" when I'm logged into nuget.org but the search for packages both out of Visual Studio 2012 and directly off nuget.org site fails to find the package. Any ideas?...
View ArticleNew Post: Hosting Own NuGet Feed, Unable to reach it with NuGet.exe
I've upgraded to 2.7 and I still run into the same issue....the exception is slightly different but appears to be mostly the same:System.Net.WebException: The remote server returned an error: (404) Not...
View ArticleCreated Unassigned: The output message for packages already downloaded is...
Repro steps:1. install a package that's from the cache2. check the output message on VSExpected: package files for package *** are already present.Actual: package *** already installed, which is...
View ArticleCreated Task: For RestoreCommand, you can remove the Mutex from...
The Mutex was meant to be used in InstallCommand when multiple instances of nuget.exe would run into disk contention when running msbuild in parallel. In the case of RestoreCommand, we have one...
View ArticleEdited Unassigned: nuget.exe to show license information [3511]
PS console shows it, manage dialog shows it. nuget.exe install should atleast show the license information same as powershell console
View ArticleCommented Issue: NuGet restore does not respect nuget.config [3672]
When I have this command line:nuget.exe restore "[somedir]\[somesln].sln"it fails to respect the nuget.config (in the SLN directory). I have to force it into this:nuget.exe restore...
View ArticleEdited Unassigned: nuget.exe to show license information [3511]
PS console shows it, manage dialog shows it. nuget.exe install should atleast show the license information same as powershell console
View ArticleCommented Unassigned: nuget.exe to show license information [3511]
PS console shows it, manage dialog shows it. nuget.exe install should atleast show the license information same as powershell consoleComments: Please follow up with legal to see if we are required to...
View ArticleClosed Unassigned: [Regression]Cancel search does not bring back the view of...
Repro steps:1. start PM dialog, go to online tab2. search by any keyword such as "jk"3. during search, click the cancel buttonExpected: The full list of packages is brought back to view. The control...
View ArticleEdited Unassigned: Solution-Level vs Project-Level package determination...
Rules to determine whether a package is project-level or solution-level package are not consistent within the code...In one place, a package is considered to be Project-Level if it has ANY...
View ArticleCommented Issue: When package restore does not honor "repositoryPath" [2921]
In my Nuget.config I have specified a repository path:<config><add key="repositoryPath" value="C:\Shared\Packages" /></config>When I install a package it correctly places the exploded...
View ArticleSource code checked in, #5a55028211164832520949888c14ac4b86cc489e
Fix a typo, PowerScript -> PowerShell. Work items: 3525
View ArticleSource code checked in, #5f0b9af07281a7b22cf1510a1501dd835ccca68e
Merge branch 'master' of https://git01.codeplex.com/nuget
View Article