-
Notifications
You must be signed in to change notification settings - Fork 635
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Efficiently solve dependency metadata on install (#10544)
When resolving dependencies from the workspace dependency extension, the entire metadata of dependent packages was requested. However, only information about the version was truly needed, and for packages with a lot of versions this was causing latency issues. Now only the package version of dependencies is obtained. As a result, several code changes were needed, as part of the code path is shared with the standard installation of packages through search, but with different data requirements in each case. Several properties and functions no longer used were marked as 'Obsolete'. Added some basic unit tests for the new functions in package manager client.
- Loading branch information
Showing
9 changed files
with
248 additions
and
114 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.