Commented Issue: NuGet should not generate binding redirects for binaries...
We're hitting an issue with Microsoft.Bcl package where NuGet is adding a binding redirect for a binary that is considered part of the framework, this causes the application to crash because the...
View ArticleCommented Issue: NuGet should not generate binding redirects for binaries...
We're hitting an issue with Microsoft.Bcl package where NuGet is adding a binding redirect for a binary that is considered part of the framework, this causes the application to crash because the...
View ArticleCommented Issue: NuGet should not generate binding redirects for binaries...
We're hitting an issue with Microsoft.Bcl package where NuGet is adding a binding redirect for a binary that is considered part of the framework, this causes the application to crash because the...
View ArticleCreated Unassigned: Enable solution-wide package install for a specific...
It is currently not possible to update the entire VS solution to a specific version of a NuGet package.This is particularly painful in light of jQuery decision to develop two "current" versions, 1.x...
View ArticleCommented Unassigned: Enable solution-wide package install for a specific...
It is currently not possible to update the entire VS solution to a specific version of a NuGet package.This is particularly painful in light of jQuery decision to develop two "current" versions, 1.x...
View ArticleCreated Unassigned: Don't repeat identical license links in License...
When installing a NuGet package that requires license acceptance, the UI displays a separate link for each package even when the license terms (URLs) are the same. Only one link per license terms URL...
View ArticleCommented Unassigned: Don't repeat identical license links in License...
When installing a NuGet package that requires license acceptance, the UI displays a separate link for each package even when the license terms (URLs) are the same. Only one link per license terms URL...
View ArticleClosed Unassigned: Don't repeat identical license links in License Acceptance...
When installing a NuGet package that requires license acceptance, the UI displays a separate link for each package even when the license terms (URLs) are the same. Only one link per license terms URL...
View ArticleClosed Issue: Give warning on profile mismatch [2139]
Please give a warning if you download a package that has the wrong profile (Client vs. Full). Repro:1. Create a default C# console app in Dev10. This will be the Client profile.2. Add the azure package...
View ArticleEdited Issue: NuGet should not generate binding redirects for binaries that...
We're hitting an issue with Microsoft.Bcl package where NuGet is adding a binding redirect for a binary that is considered part of the framework, this causes the application to crash because the...
View ArticleEdited Issue: nuget installing packages to /net40 folder instead of /sl4...
What could be calling nuget to install packages such as JSON.NET to /net40 folder like the following? {project folder}\packages\Newtonsoft.Json.4.5.6\lib\net40\Newtonsoft.Json.dllThis is causing some...
View ArticleNew Post: Nuget hintpath issue
I would also like this enhancement. Please could you confirm which version this will be included in?
View ArticleCreated Unassigned: the new -ConfigFile optionfor NuGet.exe does not respect...
When I run the following command:C:\Path\Folder> ..\Tools\NuGet\2.5\NuGet.exe install EnterpriseLibrary.Logging -ConfigFile C:\Path\NuGet.configAnd the NuGet.config file contains...
View ArticleCommented Unassigned: the new -ConfigFile optionfor NuGet.exe does not...
When I run the following command:C:\Path\Folder> ..\Tools\NuGet\2.5\NuGet.exe install EnterpriseLibrary.Logging -ConfigFile C:\Path\NuGet.configAnd the NuGet.config file contains...
View ArticleCommented Feature: Allow repositories.config to be moved [1241]
It's currently placed in $(SolutionDir)\Packages\ , which is not a bad place per se, but if you don't want to check that folder into your source control, it's a problem. A trivial work-around would be...
View ArticleCreated Unassigned: Output Redirection Causes inf loop [3408]
I was trying to write a wrapper for NuGet to use in Unity3d tool window. This issue prevented me from progressing.Note: I am on a mac and run NuGet via Mono```$ mono --runtime=v4.0...
View ArticleNew Post: api/v3 no more odata?
Hello, I've been reading a bit here: https://github.com/NuGet/NuGetGallery/issues/595 And as I understand, from v3 you are not going to use the odata protocol anymore, is that true? is there an ETA for...
View ArticleCreated Unassigned: Incorrect update propose (NHibernate+Iesi.Collections)...
Example:Project contains:1. NHibernate 3.3.1.40001. Iesi.Collections 3.2.0.4000Restrictions:NHibernate can use Iesi.Collections < 4.0 versionNew Iesi.Collections versions:Iesi.Collections...
View ArticleCreated Unassigned: Wrong handler is unregistered [3410]
In RunProjectAction method VsProjectManager class 2 event handler are registered (Removed and Adding):```projectManager.PackageReferenceRemoved += removeHandler;projectManager.PackageReferenceAdding +=...
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