Skip to content

Refactor GetTaskListDescriptorsAsync to use async provider #12086

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

pgroene
Copy link

@pgroene pgroene commented Aug 7, 2025

Updated OptionsStorage to use IAsyncServiceProvider for service retrieval.

RPS Regression in Visual Studio where intellicode is not longer loading the ErrorList before Razor loads the errorlist

This uses the Async service provider instead of the sync service provider

Updated OptionsStorage to use IAsyncServiceProvider for service retrieval.

RPS Regression in Visual Studio where intellicode is not longer loading the ErrorList before Razor loads the errorlist

This uses the Async service provider instead of the sync service provider
@pgroene
Copy link
Author

pgroene commented Aug 7, 2025

@davidwengier how to test this? There is a regression where the ErrorList is now loaded synchronously in VS. I think this changes would fix that.

@davidwengier
Copy link
Member

@pgroene you can do a test insertion by pushing your branch to https://dnceng.visualstudio.com/internal/_git/dotnet-razor and running https://dev.azure.com/dnceng/internal/_build?definitionId=262 against the branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants