Commented Issue: Uninstalling packages crashes Visual Studio [2664]
1. Create new class library2. install-package RavenDB.Embedded -source http://www.myget.org/F/filteredreferences/3. uninstall-package RavenDB.Embedded4. uninstall-package RavenDB.Database (get...
View ArticleCommented Issue: Uninstalling packages crashes Visual Studio [2664]
1. Create new class library2. install-package RavenDB.Embedded -source http://www.myget.org/F/filteredreferences/3. uninstall-package RavenDB.Embedded4. uninstall-package RavenDB.Database (get...
View ArticleCommented Issue: PathResolver does not support alt directory separator chars...
nuget.exe push /foo/bar.nupkg results in a file not found even though a file exists under $PWD\foo. Shouldn't be particularly hard to allow both kinds of separatorsComments: The windows api supports...
View ArticleCreated Issue: viewing all installed packages causes nuget and visual studio...
When I click on the option to manage nuget packages at the solution level and select the option in the left-hand menu option 'Installed packages - > All' the program causes Visual Studio to hang...
View ArticleCommented Issue: viewing all installed packages causes nuget and visual...
When I click on the option to manage nuget packages at the solution level and select the option in the left-hand menu option 'Installed packages - > All' the program causes Visual Studio to hang...
View ArticleCommented Issue: Adding binding redirects removes comments, changes...
Adding binding redirects removes any comments in the <assemblyBinding> sections, and also reformats the config file, changing whitespace in places unrelated to the binding redirects.For example,...
View ArticleCommented Issue: nuget crashes when building project [2593]
This seems to happen each and every time :(Is there any more details I can provide to help getting this resolved?3>C:\Work\hg\uxf\2012.10\.nuget\NuGet.targets(6,9): error MSB3073: The command...
View ArticleEdited Issue: Adding binding redirects removes comments, changes formatting....
Adding binding redirects removes any comments in the <assemblyBinding> sections, and also reformats the config file, changing whitespace in places unrelated to the binding redirects.For example,...
View ArticleCommented Issue: Adding binding redirects removes comments, changes...
Adding binding redirects removes any comments in the <assemblyBinding> sections, and also reformats the config file, changing whitespace in places unrelated to the binding redirects.For example,...
View ArticleEdited Issue: NuGet ignores best match for Win8 tools folders [2723]
NuGet seems ignore the best match folder for Win8 projects, as opposed to .NET 4.5 and Phon e8.Given the following tools layout (and nothing else): <file src="_._"...
View ArticleCreated Issue: Display list of missing packages before restoring [2771]
When giving the option to restore missing packages it would be useful to see a list of projects and their missing dependencies. As it stands it gives a list missing packages but does not say where the...
View ArticleNew Post: Clear Nuget Search History
somebody searched random words on nuget and i can't get it off, is there a way to clear this? EDIT: found it.. please delete this thread :)
View ArticleClosed Feature: Allow searching for package with exact Id match [2644]
In the dialog, allow searching for exact package Id will allow users to easily get to the package if they already know the Id. We can use the same syntax as search engines do, e.g....
View ArticleCreated Issue: Require that users accept license agreements on a...
There are usage scenarios where a package may call out another package as a dependency where the license of that package may be undesirable to some users or contradict the license of the package which...
View ArticleCommented Issue: Satellite package functional test fails [2553]
This is to track the functional test 'UninstallingSatellitePackageDoesNotRemoveCollidingRuntimeFilesWhenContentsDiffer' failing. The test is commented out for now and will be fixed in 2.2.Comments:...
View ArticleEdited Issue: Satellite package functional test fails [2553]
This is to track the functional test 'UninstallingSatellitePackageDoesNotRemoveCollidingRuntimeFilesWhenContentsDiffer' failing. The test is commented out for now and will be fixed in 2.2.
View ArticleSource code checked in, #81ffa7a1af5c
Revert changeset 2a0e7e5243c2 to fix failing funciton tests.
View ArticleSource code checked in, #baeeb47fb4a7
Temporary skip a unit test until the real fix is implemented.
View ArticleEdited Issue: Enable NuGet Package Restore fails [2602]
Scenario:In the VS 2010 -> right click on Solution in the solution explorer -> Enable NuGet Package RestoreAttached error is displayed
View ArticleSource code checked in, #f484aab5d485
2768 : QuickLaunch results are displayed for NuGet even when no solution is open 1. Visibility of the command for AddPackageForSolutionDialog does not get updated automatically because it is NOT...
View Article