Repro steps:
1. have two projects sharing the same folder, i.e. open project in windows explorer, the folder being opened is the same
2. install package to one of the project
3. install package to another project
Expected: package installation is fine for both projects
Actual: package install will throw a warning that packages.config already existed, skipping. The package install was not successful.
It seems that the two projects are sharing the same packages.config under the same folder.
Comments: Pulling out of UpForGrabs to be re-triaged based on new information and proposal.
1. have two projects sharing the same folder, i.e. open project in windows explorer, the folder being opened is the same
2. install package to one of the project
3. install package to another project
Expected: package installation is fine for both projects
Actual: package install will throw a warning that packages.config already existed, skipping. The package install was not successful.
It seems that the two projects are sharing the same packages.config under the same folder.
Comments: Pulling out of UpForGrabs to be re-triaged based on new information and proposal.