Nuget and Source Control Files to Exclude?
Posted
by
Peter Kellner
on Stack Overflow
See other posts from Stack Overflow
or by Peter Kellner
Published on 2012-08-31T15:36:46Z
Indexed on
2012/08/31
15:38 UTC
Read the original article
Hit count: 175
Nuget
|nuget-package
I know I should be using nuget more but at this point I don't completely understand the nuances so I still tend to either get source and build the project, then reference the project, or I create my own "dlls" folder and hand copy the dll's in.
As part of my learning process, I'm trying to understand what is critical and what is not when using nuget. For example, I've done install-package restsharp and now when I check into source control, I get files like "packages/RestSharp.103.4/lib/net4/RestSharp.xml". I'm assuming that nuget will help me with upgrading and such and it needs to have certain meta data type files.
My question is: Should I be ignoring any or all files in the "packages" directory? If so, what and why.
Thanks
© Stack Overflow or respective owner