Repro step:
- create a class library project, install some packages
- Add solution to TFS, which will not add packages folder
- check in pending changes, install some other packages
- check pending changes again.
Expected: NuGet should be consistent if Packages folder is considered as the source pending changes
Actual: after step 3, the newly installed packages will be marked with pending changes with their files in Packages folder. The suggestion is, if NuGet detected that packages folder are not checked in, or having pending changes, do not mark the packages folder contents as pending addition.
Repro step:
Expected: NuGet should be consistent if Packages folder is considered as the source pending changes
Actual: after step 3, the newly installed packages will be marked with pending changes with their files in Packages folder. The suggestion is, if NuGet detected that packages folder are not checked in, or having pending changes, do not mark the packages folder contents as pending addition.