Through automatic nuget restore is convenient it is not safe. I previously checked in all packages into the repository. This was easy as VS created a packages directory under the project root.
Now I find I have a
~/.nuget
directory outside the project hierarchy. Is there a way to revert the behavior? Perhaps a flag in the *.csproj
file?