Edited Unassigned: NuGet.targets BuildCommand should set Platform property...
The BuildCommand property in NuGet.targets only loosely specifies the configuration of the project but forgets to set the platform.This can cause MSBuild to fail the build with the error message:...
View ArticleCommented Unassigned: NuGet.targets BuildCommand should set Platform property...
The BuildCommand property in NuGet.targets only loosely specifies the configuration of the project but forgets to set the platform.This can cause MSBuild to fail the build with the error message:...
View ArticleCreated Unassigned: Nuget Tools will not install [3660]
The Visual Studio Extension Installer will not install the Nuget Tools download, saying that it is not a valid VSIX package.
View ArticleCommented Unassigned: Nuget *server* crashing on update check [3652]
The standard update package command stopped working. (nuget 2.7.40808.167). I've managed to capture the URL nuget is sending:...
View ArticleNew Post: Large nuget package
Hi, I have a 500-600 MB nupkg and nuget push fails for the following error:System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown. at...
View ArticleNew Post: while pushing nuget package to local feed, it asks username,...
Hi From my experience it is an IIS configuration. Try to disable the webdav in the web.config file:<system.webServer><handlers><remove name="WebDAV" /><add name="ELMAH"...
View ArticleCreated Unassigned: NuGet.exe 2.7.40906.75 does not install packages with...
Hello,After migration to NuGet 2.7 our packages are no longer restored properly.The NuGet ver 2.6.40619.9041 was working fine.The problem is that our packages' version number contains 0 followed by...
View ArticleCommented Issue: automatic Package restore doesn't work for solution folder...
1. Create new solution2. Add a solution folder3. Add a class library project to the solution folder4. install package to class library5. delete packages folder6. buildActual:it doesn't restore...
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 Issue: Error occurred while processing this request [2527]
In Visual Studio 2012 RTM running in Windows 8 RTM, I frequently get the message "An error occurred while processing this request" when searching the NuGet official package source. I have tried this...
View ArticleCommented Unassigned: Nuget Tools will not install [3660]
The Visual Studio Extension Installer will not install the Nuget Tools download, saying that it is not a valid VSIX package.Comments: Package installed fine when I ran it directly w/o saving.
View ArticleCommented 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 ArticleCreated Issue: Tab completion always assumes talking to www.nuget.org [3662]
[Moved from https://github.com/NuGet/NuGetGallery/issues/1561reported by github user https://github.com/shayke]From the client code it looks like the following:GetRemotePackageIdCommand.cspublic...
View ArticleSource code checked in, #42d0c753eb1f3578ea765ee87ba3a1d57847e14d
Update Moq and xunit packages to the latest versions
View ArticleCommented Unassigned: NuGet.exe 2.7.40906.75 does not install packages with...
Hello,After migration to NuGet 2.7 our packages are no longer restored properly.The NuGet ver 2.6.40619.9041 was working fine.The problem is that our packages' version number contains 0 followed by...
View ArticleSource code checked in, #67c284a88b5167c4b9ee779052a87b17f218cef8
Revert "Update Moq and xunit packages to the latest versions" This reverts commit 42d0c753eb1f3578ea765ee87ba3a1d57847e14d.
View ArticleCommented Issue: automatic Package restore doesn't work for solution folder...
1. Create new solution2. Add a solution folder3. Add a class library project to the solution folder4. install package to class library5. delete packages folder6. buildActual:it doesn't restore...
View ArticleSource code checked in, #88576ac704c22820e28cacab6b1dc23fb466b36a
Merge branch '2.7' Conflicts: src/CommandLine/CommandLine.csproj
View ArticleCommented Issue: automatic Package restore doesn't work for solution folder...
1. Create new solution2. Add a solution folder3. Add a class library project to the solution folder4. install package to class library5. delete packages folder6. buildActual:it doesn't restore...
View ArticleCreated Unassigned: Add support for Xbox project profile [3663]
right now when creating a new portable class library project, there is a checkbox named "Xbox" at the bottom. We may need to add support for it in nuget.core.
View Article