Commented Issue: Arrow keys does not work for File Conflict dialog [3076]
repro steps:1. start nuget package manager2. install a package that overwrite files3. press <- and -> arrows on keyboardExpected: can change between Yes, Yes to All, No and No to AllActual: arrow...
View ArticleClosed Issue: error message has minor version information missing [3080]
Try installing a package with minclientversion 2.3.99999.9999. with nuget.exe, Powershell console and dialog.Actual:NuGet.exe shows error shows full version information whereas it's missing in PMC and...
View ArticleNew Post: Nuget hintpath issue
I think this feature should work for projects in solutions, which already have packages Auto-restore feature on. Such proj-files already have a line like this<SolutionDir Condition="$(SolutionDir)...
View ArticleEdited Issue: Warning message is confusing for uninstalling a package that...
repro steps:1. install a package that has the same file name with what's included in project2. when asked for file conflict, select no3. start PMC, uninstall the package, got the following warning...
View ArticleCommented Issue: Can't install any package using nuGet package manager in...
I just updated the nuGet Package manager. The version number is 2.2.40... Now, I am trying to install one package using nuGet Package Manager. and it is throwing an error. It is happening with only one...
View ArticleCommented Issue: Warning message is confusing for uninstalling a package that...
repro steps:1. install a package that has the same file name with what's included in project2. when asked for file conflict, select no3. start PMC, uninstall the package, got the following warning...
View ArticleEdited Issue: Warning message is confusing for uninstalling a package that...
repro steps:1. install a package that has the same file name with what's included in project2. when asked for file conflict, select no3. start PMC, uninstall the package, got the following warning...
View ArticleEdited Issue: nuget.exe update doesn't add new content files to project [3073]
1. Create a project and install jQuery 1.8.0 to it.2. Open command line and run this command:__nuget.exe update <solution name>.sln__3. It will claim that it has updated the project to jQuery...
View ArticleCommented Issue: Package cannot be uninstalled at solution level, after one...
Repro step:1. Create a solution with two class library projects2. start the package manager for solution3. install jquery to the two class library projects4. remove one class library project5. start...
View ArticleClosed Issue: Package cannot be uninstalled at solution level, after one of...
Repro step:1. Create a solution with two class library projects2. start the package manager for solution3. install jquery to the two class library projects4. remove one class library project5. start...
View ArticleClosed Feature: Provide functionality to allow package to overwrite files [278]
I'd like to be able to have NuPack prompt the user and ask to overwrite existing files. This would be useful if your package added a feature to an existing application/file - in my case it's Kentico...
View ArticleClosed Issue: Type ? [Help] does not work on PMC for overwrite files [3065]
1. start PMC2. install a package that has file conflicts with the existing files in projects by calling install-package on PMC3. when the prompt for actions is availableFile 'Class1.cs' already exists...
View ArticleClosed Issue: Improve the error message when package is not compatible with...
Repro steps:1. create a new Lightswitch application in VS 20122. start nuget package manager for solution3. install jqueryExpected: good error messageActual: got the following error message:'jQuery'...
View ArticleClosed Issue: Arrow keys does not work for File Conflict dialog [3076]
repro steps:1. start nuget package manager2. install a package that overwrite files3. press <- and -> arrows on keyboardExpected: can change between Yes, Yes to All, No and No to AllActual: arrow...
View ArticleClosed Issue: The color/style of the resolve file conflict dialog is not...
The color/style of the resolve file conflict dialog is not consistent with the rest of nuget dialogs.see attached screenshot.Comments: verified.
View ArticleClosed Issue: Add hotkey for the 4 options on File Conflict dialog [3067]
Add hotkey for the 4 options on File Conflict dialog and display the hotkey letter on the buttons.Consider using the same set of keys with what's shown on PMC (below).[Y] Yes [A] Yes to All [N] No [L]...
View ArticleNew Post: Updating Portable Class Library question
Hi! So I have a portable class library for Json.NET 4.5.11 for these frameworks: portable-net40+sl4+wp7+win8 I am thinking of updating Json.NET to 5.0.0 and the PLC project to something like:...
View ArticleNew Post: Updating Portable Class Library question
No, NuGet doesn't automatically direct people to the old PCL. What is your actual goal? Do you still want to support Silverlight in your new 5.0.0 version?
View ArticleCommented Issue: There's no "Disable NuGet Package Restore" option [1883]
If I want to disable the NuGet Package Restore option, there's no way to do it other than going through each project file and removing the appropriate entries (or was I not looking good enough?). This...
View Article