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

Make IApplyChangesToWorkspaceContext async #4188

Merged
merged 2 commits into from
Oct 29, 2018

Conversation

davkean
Copy link
Member

@davkean davkean commented Oct 29, 2018

This includes #4187, so just review 79d7b4a.

In preparation of making IWorkspaceProjectContext async, plumb through async in ApplyChangesToWorkspaceContext. Handlers will come next.

This class needs to be made async, which prevents lock from being used in async methods. It does not need to be thread-safe as the only consumer of it, WorkspaceContextHostInstance, prevents overlap.
In preparation of making IWorkspaceProjectContext async, plumb through async in ApplyChangesToWorkspaceContext. Handlers will come next.
@davkean davkean requested a review from a team as a code owner October 29, 2018 06:25
@davkean
Copy link
Member Author

davkean commented Oct 29, 2018

@dotnet-bot retest windows_release please

@davkean davkean merged commit 9f343e2 into dotnet:features/LanguageService Oct 29, 2018
@davkean davkean deleted the AddAsync branch October 29, 2018 22:56
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.

4 participants