Hi,
we have solutions with enabled package restore. There is disableSourceControlIntegration set to true in nuget.config. But everytime someone gets the latest version from TFS and uses "Restore" button in Package Manager Console, this package folder is added to pending changes. Is there any bug in VS2010 console or why it happens? We have the latest console version (2.2.40116.9051). I think the same thing happens when I try to install a new package to project. When packages folder is created, it is always in pending changes.
Thnx for any help.
Comments: By design. From 2.2, users are required to check in packages\repositories.config file.
we have solutions with enabled package restore. There is disableSourceControlIntegration set to true in nuget.config. But everytime someone gets the latest version from TFS and uses "Restore" button in Package Manager Console, this package folder is added to pending changes. Is there any bug in VS2010 console or why it happens? We have the latest console version (2.2.40116.9051). I think the same thing happens when I try to install a new package to project. When packages folder is created, it is always in pending changes.
Thnx for any help.
Comments: By design. From 2.2, users are required to check in packages\repositories.config file.