Edited Issue: Allow to install an older version of a package. [2844]
I would like to be able to install an older package version easily. When I want to install an older package version, I'll get an error.<br /><br />PM> update-package MyPackage -version...
View ArticleNew Post: PROTOTYPE Implementation of Native Libraries in NuGet
First of all, thanks wwahammy for spending your time working on this prototype. Great effort. I've tested your fork and it looks good. I have not looked closely at your code though. Do you want me to...
View ArticleNew Post: PROTOTYPE Implementation of Native Libraries in NuGet
I forgot to add that besides adding support for native libraries, our goal with Extensions SDKs is to also implement proper support for Windows Store app flavors, as being discusses in this...
View ArticleNew Post: Problem with NuGet in Visual Studio
I tried all of this and I still have the problem. Please note that I am experiencing this in both VS 2010 and 2012. Also, this computer has been upgraded from Windows Vista. I attempted to install...
View ArticleEdited Issue: Ability to specify that targeting a given set of platforms...
This feature would allow NuGet to be configured in such a way that a target framework of portable-AAA+BBB+CCC would also imply that platform XXX was supported, ie it would be treated the same as...
View ArticleCommented Issue: Ability to specify that targeting a given set of platforms...
This feature would allow NuGet to be configured in such a way that a target framework of portable-AAA+BBB+CCC would also imply that platform XXX was supported, ie it would be treated the same as...
View ArticleEdited Issue: Add method to IPackageRepositoryFactory to create from...
I use IPackageRepositoryFactory in my NuGet.exe plugin to open connection to a NuGet feed. Now I about to support authentication. It's likely I could call the same method from PackageSource object that...
View ArticleCommented Issue: Add method to IPackageRepositoryFactory to create from...
I use IPackageRepositoryFactory in my NuGet.exe plugin to open connection to a NuGet feed. Now I about to support authentication. It's likely I could call the same method from PackageSource object that...
View ArticleClosed Issue: Improve error message related to Enable Nuget Package Restore...
Repro scenario:<br />Try building a project using nuget under source control, but does not have package restore enabled. For example, clone Git repo on another box and build.<br /><br...
View ArticleEdited Issue: Package Manager is confused by centralized packages folder [2933]
I currently have NuGet Package Restore enabled and I'm using "repositoryPath" to store the packages for all the projects on my development machine in a single location.<br /><br />NuGet...
View ArticleEdited Issue: Package Manager is confused by centralized packages folder [2933]
I currently have NuGet Package Restore enabled and I'm using "repositoryPath" to store the packages for all the projects on my development machine in a single location.<br /><br />NuGet...
View ArticleEdited Issue: NuGet crashes on feed credentials if STDIN is closed [2932]
I start NuGet.exe from java process to list NuGet packages. <br />I close STDIN pipe once process was started to avoid process hung to read input<br />It turned out the feed required...
View ArticleCommented Issue: NuGet crashes on feed credentials if STDIN is closed [2932]
I start NuGet.exe from java process to list NuGet packages. <br />I close STDIN pipe once process was started to avoid process hung to read input<br />It turned out the feed required...
View ArticleEdited Issue: Errors while building NuGet-enabled Solution when "NuGet...
I'm using Windows XP SP3, MS Visual Studio 2010, NuGet version 2.2.31210.9045<br />Whenever i try building a code where "NuGet Package restore" option is checked, i always receive following 3...
View ArticleClosed Issue: NuGet fails to restore correct vesion of a package if there're...
I have a package MyCore placed in a private repository. There're two versions of the package in the repo: 1.1 and 1.2.Then I have a solution with 2 projects. One project (project1) has dependency on...
View ArticleCommented Issue: config file [2899]
when nuget search for the config file to use, it seaches a file call nuget.config under solutionDir/nuget/ first and then in the parents directories.<br /><br />but it does not search for a...
View ArticleEdited Issue: XmlSerializers dll no longer being included in package [2895]
With NuSpec<br /><?xml version="1.0"?><br /><package ><br /> <metadata><br /> <id>$id$</id><br />...
View ArticleCommented Issue: XmlSerializers dll no longer being included in package [2895]
With NuSpec<br /><?xml version="1.0"?><br /><package ><br /> <metadata><br /> <id>$id$</id><br />...
View ArticleCommented Issue: nuget and VS2012 broken by package restore [2914]
This started happening today, and only to me after I installed Nuget 2.2. I have removed it and downgraded to nuget 2.1 but the behaviour is unchanged.<br /><br />Similar issues happen on...
View Article