git - Migrating to NuGet Automatic Package Restore -


i migrating msbuild-integrated package restore automatic package restore became available v2.7 of nuget. steps easy follow confused part mentions .nuget/nuget.config

if create new solution few projects, automatic package restore "just works" , there no .nuget folder @ solution level @ all...

  1. so why migration doc mention need leave it? works if remove it...
  2. i read in docs 1 possible advantage of leaving "using approach, rather cloaking packages folder or otherwise ignoring it, allows nuget skip call visual studio pend changes packages folder." it? big advantage (as opposed having cleaner solution)?

note: using git in tfs , not tvsvc.

that nuget.config file team foundation server (tfs). if not using tfs, can safely remove it. quote migrating msbuild-integrated solutions use automatic package restore:

by default, nuget.config file instructs nuget bypass adding package binaries source control. automatic package restore honor long leave file in place. note nuget.config has effect when using visual studio integrate team foundation server (tfs).


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -