Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GetPackageMetadataAsync should not be invoked on UI thread #10469

Open
donnie-msft opened this issue Jan 20, 2021 · 0 comments
Open

GetPackageMetadataAsync should not be invoked on UI thread #10469

donnie-msft opened this issue Jan 20, 2021 · 0 comments
Labels
Functionality:VisualStudioUI Product:VS.Client Tenet:Performance Performance issues Type:Tracking This issue is tracking the completion of other related issues.

Comments

@donnie-msft
Copy link
Contributor

PM UI calls NuGet.Protocol's search API on the UI thread, here:

https://github.com/NuGet/NuGet.Client/blob/dev/src/NuGet.Clients/NuGet.PackageManagement.VisualStudio/PackageFeeds/SourceRepositoryExtensions.cs#L90

@donnie-msft donnie-msft added Product:VS.Client Functionality:VisualStudioUI Tenet:Performance Performance issues Type:Tracking This issue is tracking the completion of other related issues. labels Jan 20, 2021
@heng-liu heng-liu added internal-debugging For bot related testing and removed internal-debugging For bot related testing labels Sep 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Functionality:VisualStudioUI Product:VS.Client Tenet:Performance Performance issues Type:Tracking This issue is tracking the completion of other related issues.
Projects
None yet
Development

No branches or pull requests

3 participants