Edited Issue: Strange error when install jQuery to native project [3165]
Repo:1. Create a new Visual C++ Win32 Console Application project with default settings.2. Add a NuGet reference to jQuery.EXPECT: A warning saying that jQuery has no native component, so it is not...
View ArticleCommented Issue: nuget and VS2012 broken by package restore [2914]
This started happening today, and only to me after I installed Nuget 2.2. I have removed it and downgraded to nuget 2.1 but the behaviour is unchanged.Similar issues happen on all other Solutions that...
View ArticleCommented Issue: The underlying connection was closed: Could not establish...
Hello,Whenever I'm trying to install something or even just list the packages I get this error "The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure...
View ArticleCommented Issue: Nuget does not provide an option to overwrite file when...
I'm trying to update one of my older solutions before adding some new features to it. When I go to update the packages, It skips many files because "it was modified". The files were never modified from...
View ArticleCommented Issue: Nuget does not provide an option to overwrite file when...
I'm trying to update one of my older solutions before adding some new features to it. When I go to update the packages, It skips many files because "it was modified". The files were never modified from...
View ArticleCommented Issue: When updating a nuget package, remember when files are moved...
For example, if I install JQuery and move any of the jquery script files to a different location or rename them, nuget should be aware and remember this change and know where the file is when it comes...
View ArticleCreated Issue: get-package cmdlet help is confusing / misphrased [3190]
the help for Get-Package has a synopsis that's confusing. I would guess that maybe Get-Package used to just list available packages (or did so by default) and when that change happened, this bit of...
View ArticleEdited Issue: get-package cmdlet help is confusing / misphrased [3190]
the help for Get-Package has a synopsis that's confusing. I would guess that maybe Get-Package used to just list available packages (or did so by default) and when that change happened, this bit of...
View ArticleCreated Issue: get-package help missing command:parameterValue for...
http://nuget.codeplex.com/SourceControl/changeset/view/f53b1d017f2ca11281b3f4944d023f214450491b#src/VsConsole/PowerShellCmdlets/Help/NuGet.Cmdlets.dll-Help.xmlThe -ProjectName parameter of Get-Package...
View ArticleEdited Issue: Hintpath is not set properly for packages installed via project...
Note: This repros only when a project is created programatically. Hence not a mainline scenario. Nevertheless, the hint path should be set properly irrespective of how the project gets created, since...
View ArticleCommented Issue: [2.5 pre-release build] clicking 'upgrade nuget' takes me to...
Not really a bug but a potential improvement :)When trying to install a package that has the minClientVersion unsatisfied, the dialog shows a "upgrade nuget" button. Clicking the button shows the...
View ArticleEdited Issue: isPreunzipped doesn't get reset for subsequent repo's [3014]
User is trying to create a template with multiple package repositories and has ispreunzipped property set to true for the first repo. Actual: We found that it was trying to find unzipped sources for...
View ArticleEdited Feature: Support Visual Studio (XDT) Web.config Transforms [232]
Currently, we have the auto-magical simple web.config transforms. We want to support allowing package authors to opt-in to using VS Web.config transforms.This depends on this feature being put in the...
View ArticleCommented Issue: [2.5 pre-release build] clicking 'upgrade nuget' takes me to...
Not really a bug but a potential improvement :)When trying to install a package that has the minClientVersion unsatisfied, the dialog shows a "upgrade nuget" button. Clicking the button shows the...
View ArticleCreated Issue: Add -StorePasswordInClearText parameter to 'nuget.exe source'...
This parameter will tell nuget.exe to store password as clear text, in the 'ClearTextPassword' attribute of the nuget.config file.
View ArticleSource code checked in, #5bc4021ba752d9a561560f0eb27d738f41cf0f5d
Add -StorePasswordInClearText parameter to the 'nuget.exe source' command. Work items: 3192
View ArticleEdited Issue: Add -StorePasswordInClearText parameter to 'nuget.exe source'...
This parameter will tell nuget.exe to store password as clear text, in the 'ClearTextPassword' attribute of the nuget.config file.
View ArticleCommented Issue: Add -StorePasswordInClearText parameter to 'nuget.exe...
This parameter will tell nuget.exe to store password as clear text, in the 'ClearTextPassword' attribute of the nuget.config file.Comments: Fixed in changeset 5bc4021ba752d9a561560f0eb27d738f41cf0f5d
View ArticleEdited Issue: Fix resource string in FSharpProjectSystem::RemoveReference [2907]
Fix the string in FSharpProjectSystem::RemoveReference.Also, ADD unit tests/functional tests for Issue: 2873 as appropriate
View Article