New Post: What are your NuGet.exe scenarios?
Hi NuGet Community Members, I am trying to find out and understand what are the important scenarios that you use nuget.exe for: 1. Does your company uses NuGet.exe in build scenarios (may be on a CI...
View ArticleEdited Issue: Access denied when updating [2750]
Some of the time, when updating a NuGet package, Visual Studio 2010 appears to lock some of the XML documentation files (this occurs when updating through the UI and the package manager console). The...
View ArticleCommented Issue: Access denied when updating [2750]
Some of the time, when updating a NuGet package, Visual Studio 2010 appears to lock some of the XML documentation files (this occurs when updating through the UI and the package manager console). The...
View ArticleEdited Issue: Manage Nuget Packages menu is not shown as "for solution", when...
Repros with latest Nuget 2.1 After creating a solution with multiple project in VS, right click the solution node, the menu is showing "Manage Nuget Packages...", instead of "Manage Nuget Packages for...
View ArticleCommented Issue: Manage Nuget Packages menu is not shown as "for solution",...
Repros with latest Nuget 2.1 After creating a solution with multiple project in VS, right click the solution node, the menu is showing "Manage Nuget Packages...", instead of "Manage Nuget Packages for...
View ArticleEdited Issue: Package restore ignores package source credentials from...
It seems that support for hierarchical nuget.config files is not taking into account package source credentials. After copy-pasting feed credentials in the solution level...
View ArticleCommented Issue: Package restore ignores package source credentials from...
It seems that support for hierarchical nuget.config files is not taking into account package source credentials. After copy-pasting feed credentials in the solution level...
View ArticleEdited Issue: Package restore ignores package source credentials from...
It seems that support for hierarchical nuget.config files is not taking into account package source credentials. After copy-pasting feed credentials in the solution level...
View ArticleCommented Issue: Nuget Package Restore Hangs And Then Times Out [2659]
I'm working on an ASP.NET MVC 4 project in VS 2012 with the latest nuget (2.1.31002.9028).My co-worker has this solution working fine on his computer, but on my computer when I run package restore, it...
View ArticleCommented Issue: Can't set a relative path for a file-based package source...
I'm using NuGet 2.1 with multiple solutions, each in a child directory under a single parent directory and a single packages directory which is shared by all the solutions (this became possible with...
View ArticleCommented Issue: nuget.targets does not contain provisions for restoring...
Example package is NUnit.RunnersWhen addin a solution level (not a project level) package trough nuget in Visual Studio, a new packages.config is added to ($SolutionDir).nuget\ with reference to the...
View ArticleEdited Issue: Error updating WinMD C# project [2762]
When I try to update Nuget packages for my solution, I get an error:Failed to generate binding redirects for 'MyLibrary'. Cannot convert null to 'VSLangProj.prjOutputType' because it is a non-nullable...
View ArticleCommented Issue: Error updating WinMD C# project [2762]
When I try to update Nuget packages for my solution, I get an error:Failed to generate binding redirects for 'MyLibrary'. Cannot convert null to 'VSLangProj.prjOutputType' because it is a non-nullable...
View ArticleEdited Issue: NuGet may add app.config file with binding redirects to Windows...
Summary: NuGet will try to add an app.config with binding redirects to Windows Store apps if it thinks it is needed. However, Windows Store apps don't need app.config, and will actually fail to start...
View ArticleCommented Issue: NuGet may add app.config file with binding redirects to...
Summary: NuGet will try to add an app.config with binding redirects to Windows Store apps if it thinks it is needed. However, Windows Store apps don't need app.config, and will actually fail to start...
View ArticleNew Post: deploying one set of files in case of win8 html/js project and...
I'm working on a bunch of win8 project nuget packages where the windows runtime component library requires some boilerplate UI files to be deployed into project that nuget package is added to. If...
View ArticleNew Post: Purging Old Packages from NuGet Gallery
We have an implementation that is pretty specific to our Azure hosting configuration. But the workflow is: For each version of the package: DELETE PackageAuthors for the package DELETE...
View ArticleNew Post: NuGet still hangs
Hi All, I am having the same issue I think. my setup is: Win7 (x64) Visual Studio 2012 Ultimate NuGet VS addin 2.1.3### (latest) TFS 2010 What I have found recenlty (maybe even since VS2012 install)...
View ArticleEdited Issue: Manage Nuget Packages menu is not shown as "for solution", when...
Repros with latest Nuget 2.1 After creating a solution with multiple project in VS, right click the solution node, the menu is showing "Manage Nuget Packages...", instead of "Manage Nuget Packages for...
View ArticleEdited Issue: Add FindPackagesById service method to LocalPackageRepository...
Also need to fix ServerPackageRepository to use this rather than doing its own thing.
View Article