New Post: using package manager console to list installed packages for a...
if you provide the -ProjectName parameter to the Get-Package command, it will only list installed packages for that project.
View ArticleNew Post: using package manager console to list installed packages for a...
excellent, thanks for the details.
View ArticleNew Post: nuspec approach to single package for both asp.net 4.0 and asp.net...
When you said Tools did you mean dependencies? If not does the multi-target dependencies support require NuGet 2.1+ and does this mean the Tools folder install/init/uninstall.ps1 scripts support...
View ArticleNew Post: when does init.ps1 run and not run
Does Tools\init.ps1 run when a package is installed or does it run only when i solution is opened containing projects with packages already installed?If it does run when a package is installed does it...
View ArticleNew Post: publishing prior minor version updates
I have a package targeting asp.net net40 projects with version 1.6.0.* where I want to create release branch of those sources and then start work on port of them targeting asp.net net45 with version...
View ArticleNew Post: nuspec approach to single package for both asp.net 4.0 and asp.net...
By TOols, I mean the install/init/uninstall.ps1 scripts.
View ArticleNew Post: when does init.ps1 run and not run
It run at both time: when package is first installed into the solution and when the solution is opened. It runs before install.ps1.
View ArticleNew Post: publishing prior minor version updates
Yes, the gallery allows you to publish packages in any version.
View ArticleNew Post: publishing prior minor version updates
That is great news as this gives me a way to move package output to targeting vNext web, phone and winrt framework environments while giving me a set of version numbers for use to do an bug fix update...
View ArticleNew Post: when does init.ps1 run and not run
Thanks that helps. This suggests that I should not have behaviors in my init.ps1 that I also have in my install.ps1 and would explain why it seems like some command were running twice at package...
View ArticleNew Comment on "NuSpec Schema Versioning"
What's the proper namespace URL/URI for current NuGet? It would be great to use the VS XSD-based code-completion for .nuspec files, particularly since the docs are a bit vague, and not always updated.
View ArticleClosed Issue: Add rating and reviews to the gallery [2717]
It is hard now to distinguish cool packages from crappy ones. Downloads do not tell the necessary infoComments: ported to github for gallery issue https://github.com/NuGet/NuGetGallery/issues/750
View ArticleNew Post: Find out all nuget pkgs not used by the project.
Should have a tool ready for this in the coming weeks. Feel free to pitch in and help if you are interested. There is a case for false positives, but on the whole the aim is to have it run in two...
View ArticleEdited Issue: it would be nice to setfocus to search results after it's...
it would be nice if I can achieve installing a package with Keyboard from quick launch1. install 2.2 2. type a search text in quick search and launch the dialog3. Now on the dialog I would like to...
View ArticleEdited Issue: quick launch shows "no items found" momentarily before starting...
1. search azure from quick launchActual:Shows "no items found" momentarily before starting the searchExpected:to start search immediately
View ArticleEdited Issue: deleted package referenced in a project causes VS to hang [2970]
1. I have a project with package restore enabled and has following references <package id="Microsoft.AspNet.WebApi" version="4.1.0-alpha-121009" targetFramework="net45" /><package...
View ArticleCommented Issue: deleted package referenced in a project causes VS to hang...
1. I have a project with package restore enabled and has following references <package id="Microsoft.AspNet.WebApi" version="4.1.0-alpha-121009" targetFramework="net45" /><package...
View ArticleEdited Issue: Need to add different references per platform [2763]
Currently the References element isn't able to specify different file names/references based on the target platform.This should be split up like the depependencies:<References><Group...
View ArticleCommented Issue: Need to add different references per platform [2763]
Currently the References element isn't able to specify different file names/references based on the target platform.This should be split up like the depependencies:<References><Group...
View ArticleEdited Issue: Need to add different references per platform [2763]
Currently the References element isn't able to specify different file names/references based on the target platform.This should be split up like the depependencies:<References><Group...
View Article