I like the examples that Scott Hansleman has on his blog. Like adding EF4-CTP4 and CompactSQL.
Me, I'll be very happy when things like the Silverlight Toolkit is able to be added seamlessly like this. And other small utils that I use like WP7Performance.dll But* *I could solve this by myself. Another feature NuPack allows is for you to pull things in from the "main" package repository from Microsoft, but you can also specify a foldershare on your network to act as a package repository. You can also create packages really easily. It is just a .zip folder with a 6 line XML metadata file. What I might end up doing is taking those small library .dlls that I use regularly (WP7 controls, linq extensions, etc.)., create my own packages of them, and put them onto a network share. Taking it further, I could create a small powershell script called *Standard WP7 tools.ps* *Add-Package WP7Performance* *Add-Package UsefulLinqExtensions* *Add-Package ninject* *etc.* That way when I create a new project I can enter that single powershell command and have my project boot strapped with my standard libraries. The fact that it is all powered by powershell could lead to some interesting ways of playing with it / setting up projects. -David Burela On 8 October 2010 15:50, Winston Pang <winstonp...@gmail.com> wrote: > I like the idea, although it's not new, since ruby had the same concept and > perl/cgi did as well I think. Anyways, it's good to see that they're > integrating it with VS now. Certainly makes me more of a lazier person, and > I can spend more time on trying new libraries than figuring out what the > hell to inject in my config files. > > > On Fri, Oct 8, 2010 at 3:47 PM, Mitch Denny <mitch.de...@readify.net>wrote: > >> I'm really happy to finally see a package manager for .NET that will end >> up embedded in Visual Studio (this is the key for me). It means it has a >> chance of getting off the ground. >> >> Regards >> Mitch Denny >> Readify | Chief Technology Officer >> Suite 408 Life.Lab Building | 198 Harbour Esplanade | Docklands | VIC 3008 >> | Australia >> M: +61 414 610 141 | E: mitch.de...@readify.net | W: www.readify.net >> >> The content of this e-mail, including any attachments is a confidential >> communication between Readify Pty Ltd and the intended addressee and is for >> the sole use of that intended addressee. If you are not the intended >> addressee, any use, interference with, disclosure or copying of this >> material is unauthorized and prohibited. If you have received this e-mail in >> error please contact the sender immediately and then delete the message and >> any attachment(s). >> >> >> -----Original Message----- >> From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] >> On Behalf Of silky >> Sent: Friday, 8 October 2010 3:41 PM >> To: ozDotNet >> Subject: Re: NuPack >> >> On Fri, Oct 8, 2010 at 3:17 PM, David Burela <david.bur...@gmail.com> >> wrote: >> >> [...] >> >> > What does everyone think of it? >> >> I guess I don't even really understand the problem. Why aren't all your >> references in a \lib folder in the same directory as the rest of your >> solution? >> >> -- >> silky >> >> http://dnoondt.wordpress.com/ >> >> "Every morning when I wake up, I experience an exquisite joy - the joy of >> being this signature." >> >> >