While doing Package Restore from the client. it makes a call to "FindPackagesById" and then fetches the actual package.
Why is the call to FindPackagesById required ? PR is always tied to a specific package version.
Removing that call might help a little bit of performance boost in the cases where folks complain about PR taking a lot a time for solution with more projects.
Comments: This is a dupe of https://nuget.codeplex.com/workitem/2879
Why is the call to FindPackagesById required ? PR is always tied to a specific package version.
Removing that call might help a little bit of performance boost in the cases where folks complain about PR taking a lot a time for solution with more projects.
Comments: This is a dupe of https://nuget.codeplex.com/workitem/2879