Is is advisable to check in the NuGet packages.config to my VCS (e.g. Mercurial)? Or is it better to ignore the file?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|||
|
|
|
Definitely check this in. When someone else clones/forks/copies your repository from the the repo-source(aka Origin) they need to know which packages the solution requires. This is the magic file that has those answers. NOTE: having this file does not mean you have the actual nuget packages on the person's local computer. That's a different topic -> i personally always have Nuget Package Restore set to on, for every solution. |
|||
|
|