Install NuGet command line extensions using the Package Manager Console
It's quite late into the night over here, and the blog post is quite abstract, so please bare with me on this one :-)
It's quite late into the night over here, and the blog post is quite abstract, so please bare with me on this one :-)
I recently came accross a tweet asking for help, because TFS was always adding the installed NuGet package binaries into source control automatically. Especi...
2011-10-20 Edit: the NuGet.Analyze.Installer package is now obsolete, as explained in this post. Use the more generic installation procedure provided by the ...
I've played with this idea for a while now, and I've finally forked the NuGet sources to add this functionality to the Commandline tool. This is work in prog...
Many people are starting to realize what an awesome tool NuGet really is. If you don't believe me, just take a look the statistics. Looking at the NuGet ecos...
One thing I really like about using NuGet is the fact that it creates a window of opportunities: you can use it in different ways, you can abuse it in differ...
Update (August 17, 2011):
Today, Luan Nguyen (@dotnetjunky) announced the release of NuGet Package Explorer (NPE) version 1.6.
One of the things I find useful is being able to decompile an assembly and explore its inner workings. I bet you all are familiar with such tools as DotPeek,...