-
Notifications
You must be signed in to change notification settings - Fork 693
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix hang in Solution Explorer search through transitive package items…
… of dependencies tree (#5917) * Revert "Reduce number of Dataflow updates through dependency tree code (#5508)" This reverts commit d85c6ea. Turns out that the search provider uses `GetLatestVersionAsync` on this data source, meaning it must propagate a value for every input version. I will fix the original issue in a different way, by updating the consumer to ignore version-only changes instead. * Avoid tree updates when the value is unchanged This replaces the approach taken in #5508 in a way that doesn't interfere with Solution Explorer search.
- Loading branch information
1 parent
e5996d2
commit bca3348
Showing
2 changed files
with
16 additions
and
15 deletions.
There are no files selected for viewing
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