Commented Feature: Package Creation from Project File doesn't handle Project...
Related to http://nuget.codeplex.com/workitem/675Duped by http://nuget.codeplex.com/workitem/1058I have a solution with two Class Library projects, each with NuSpec files in there: Project B ->...
View ArticleCommented Unassigned: Install NuGet.targets to MSBuildExtensionsPath and...
nuget.exe should be in PATH (or in a well-defined system-wide location) like any other build tool such as MSBuild. It should never be copied to a project-specific directory because it is a generic tool...
View ArticleCommented Issue: NuGet.exe restore gives the same warning about prevent from...
Repro steps:1. create a new MVC3 project2. nuget.exe restore %pathTo.sln%Expected: The warning about preventing from downloading packages is only shown onceActual:c:\temp>NuGet.exe restore...
View ArticleCreated Unassigned: NuGet Package Extension for MSVS - Retarded. [3634]
OMG, can you guys please make this thing quit prompting me for an update every 12 hours??? I have to disable ALL updates just to get this thing to go away - doesn't matter if I update it or not....
View ArticleNew Post: NotSupportedException on PackageRepository.GetPackages() query...
Even more weird... while looking for alternative ways to do this, I realized that the Version property actually works, but again, not as you would expect... The following throws an...
View ArticleCommented Feature: Package folder names with version numbers break version...
When installing or updating a NuGet package, the package is placed in a folder that contains the version number of the package being installed.This breaks version control, since the old package is not...
View ArticleCommented Feature: Package folder names with version numbers break version...
When installing or updating a NuGet package, the package is placed in a folder that contains the version number of the package being installed.This breaks version control, since the old package is not...
View ArticleCommented Feature: Package folder names with version numbers break version...
When installing or updating a NuGet package, the package is placed in a folder that contains the version number of the package being installed.This breaks version control, since the old package is not...
View ArticleCommented Issue: VS2010 - Package Restore always adds "packages" folder to...
Hi,we have solutions with enabled package restore. There is disableSourceControlIntegration set to true in nuget.config. But everytime someone gets the latest version from TFS and uses "Restore" button...
View ArticleNew Post: NotSupportedException on PackageRepository.GetPackages() query...
Ok, figured it out... Turns out most of what you want is embedded in PackageRepository.Search() rather than PackageRepository.GetPackages(), including the option to filter prerelease versions. I still...
View ArticleCommented Issue: VS2010 - Package Restore always adds "packages" folder to...
Hi,we have solutions with enabled package restore. There is disableSourceControlIntegration set to true in nuget.config. But everytime someone gets the latest version from TFS and uses "Restore" button...
View ArticleCommented Unassigned: Input string was not in a correct format [3609]
I have upgrade to the latest NuGet version 2.7, and I now get the following error when trying to install a package. I am running on VS2012 Ultimate. I had all of the latest updateds installed. I did...
View ArticleCreated Unassigned: Remove search text in the search text box always says...
Repro steps:1. start package manager dialog2. in the search textbox, type in some keywords3. delete the keyword by keystrokes or X buttonExpected: the full list of package is shownActual: always says...
View ArticleCommented Unassigned: Input string was not in a correct format [3609]
I have upgrade to the latest NuGet version 2.7, and I now get the following error when trying to install a package. I am running on VS2012 Ultimate. I had all of the latest updateds installed. I did...
View ArticleCommented Unassigned: Provider load failure when trying to open Package...
Hi,Nuget 2.7.40808.167 Package Manager Console fails to load with "Provider load failure" error message in Visual Studio 2012 Ultimate on Windows 7 x64.Executing devenv.exe /log reveals the following...
View ArticleCommented Feature: Package folder names with version numbers break version...
When installing or updating a NuGet package, the package is placed in a folder that contains the version number of the package being installed.This breaks version control, since the old package is not...
View ArticleCommented Issue: NuGet.exe -OutputDirectory NonExistentDirectory doesn't...
Nuget Pack -OutputDirectory Foo will fail if Foo doesn't exist, instead of calling Directory.CreateDirectory() on that folder to make sure it exists.It should silently create the directory if it...
View ArticleCreated Unassigned: NuGet.exe -OutputDirectory NonExistentDirectory doesn't...
duplicate of earlier issue which is now reproducible in 2.7https://nuget.codeplex.com/workitem/2181error if the directory specified by OutputDirectory doesn't exist:Could not find a part of the path...
View ArticleCommented Feature: Allow package resource folders to be configurable [1914]
I <3 Nuget. But one thing I don't like is that it forces things like JavaScripts to be in one location. I keep my website organized a specific way, and I don't want my scripts in that folder. So it...
View ArticleCommented Feature: Allow package resource folders to be configurable [1914]
I <3 Nuget. But one thing I don't like is that it forces things like JavaScripts to be in one location. I keep my website organized a specific way, and I don't want my scripts in that folder. So it...
View Article