Closed Issue: NuGet breaks when a solution has WiX installer projects [1112]
WiX installer projects don't have References nodes, so when you attempt to install packages a number of different parts of the NuGet extension breaks.The message you get in the console...
View ArticleCommented Issue: Removing a metapackage upstream triggers an infinite loop...
Suppose you have a meta-package called 'Foo' which depends on 'Foo.Bar' and 'Bar.Baz'. Now, if the package maintainer of Foo decides that the meta-package is a bad idea, and decides to drop Foo for a...
View ArticleNew Post: switching version numbers from major.minor.build.revision to...
@robertob You're not missing anything with the 3 part semantic versioning. We treat the two scheme exactly equally. @lextm: We're not enforcing package version to match assembly versions. You're right,...
View ArticleNew Post: How to make NuGet "optional"?
Your client doesn't need to install NuGet. If you commit the .nuget folder into source control, and your client retrieve it, he should be able to compile the project.
View ArticleNew Post: 404 when pushing to NuGet.Server installation
Following the directions found here:http://docs.nuget.org/docs/creating-packages/hosting-your-own-nuget-feeds I am unable to push packages to my server, and receive a 404. My application is located...
View ArticleCommented Issue: Add ScriptCS package installation hooks. [3201]
As outlined here: http://docs.nuget.org/docs/creating-packages/creating-and-publishing-a-package#Automatically_Running_PowerShell_Scripts_During_Package_Installation_and_RemovalA powershell script can...
View ArticleCreated Issue: Add a UNC share as feed source with complicated structure...
1. open manage nuget packages dialog, click settings2. add a feed source to a UNC share as feed source with complicated structure3. click OK and go back to online tabExpected: List of packages from...
View ArticleNew Post: Package owner identity and trust
I have read Phil's article and I still believe that package signing is a useful addition to NuGet. Accountability is still a requirement in many environments and I believe that there is definite value...
View ArticleCommented Issue: MSTest broken with lastest NuGet 2.4 and 2.5 builds [3200]
I get the following error when NuGet Tools 2.5 Beta, the 2.5 nightly build or current 2.4 are installed:------ Discover test started ------ Error: Missing method 'instance string...
View ArticleCommented Issue: MSTest broken with lastest NuGet 2.4 and 2.5 builds [3200]
I get the following error when NuGet Tools 2.5 Beta, the 2.5 nightly build or current 2.4 are installed:------ Discover test started ------ Error: Missing method 'instance string...
View ArticleCommented Issue: MSTest broken with lastest NuGet 2.4 and 2.5 builds [3200]
I get the following error when NuGet Tools 2.5 Beta, the 2.5 nightly build or current 2.4 are installed:------ Discover test started ------ Error: Missing method 'instance string...
View ArticleNew Post: Package owner identity and trust
@fearthecowboy I like your blog post and I am curious to get your feedback on one of my proposals from above: publishing either a PGP or X509 public key in a canonical place in a repository and...
View ArticleClosed Issue: Add a UNC share as feed source with complicated structure...
1. open manage nuget packages dialog, click settings2. add a feed source to a UNC share as feed source with complicated structure3. click OK and go back to online tabExpected: List of packages from...
View ArticleCreated Issue: Error on clicking on "Upgrade Nuget" button [3205]
from @bhaveshOn windows Server 2012 & Visual studio 2012 RTMRepro steps- Edit a package to have minclientversion = 3.0.0.0- Create a new class lib- Right click and open nuget package manager- Add a...
View ArticleCreated Unassigned: Close button 'X' on progress dialong doesn't work [3206]
from @bhaveshRepro Step- Create a new package that has minclientversion = 3.0- Try to install above package on any project. It would show a progress dialog with appropriate error message- Click close...
View ArticleEdited Unassigned: Close button 'X' on progress dialong doesn't work [3206]
from @bhaveshRepro Step- Create a new package that has minclientversion = 3.0- Try to install above package on any project. It would show a progress dialog with appropriate error message- Click close...
View ArticleCreated Unassigned: Package Manager doens't remember sort by order [3207]
from @bhaveshRepro steps- create a new WAP which will have a bunch of installed packages- Open nuget package manager and click on Installed Packages node- Change sort by from ascending to descending-...
View ArticleCreated Unassigned: Paging was incorrect for packages from a local share [3208]
from @Dan1. create a new class library project2. add package source to \\fc-fileserv\Nuget\test\Packages3. After first loading, there are 4 pages shown. Click the page number 4Expected: there should be...
View ArticleCreated Feature: No equivalent of "Upgrade Nuget" in NuGet Console [3209]
I remember we were showing the url to download the latest earlier, did it regress with the latest build?from @bhaveshWhen trying to install a package that has min version specified and it's missing,...
View ArticleCreated Unassigned: Inconsistent messages when no packages are installed [3210]
from @bhaveshCreate a class lib- Open NuGet package Manager dialog and click on Installed Packages node -> It should display the message "No packages are installed in the current project"- Install...
View Article