I'm testing NuGet for the first time today and I'm a little bit disappointed with the documentation and support material for it. I know that it is CTP and that it should probably get better but I feel like the product is incomplete.
I was able to install packages with almost no problem (it crashed once and its a little bit slow) but what now? Should I add all stuff it downloaded into my VCS? I ask that because I got NUnit and NuGet even downloaded the runners for it which I don't think I'm suppose to add to the VCS (and I won't).
I think it should work more like the GEMFILE in rails where you first run a "bundle install" before running the app.
How are you handling this situation?
Thanks a lot!