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

Merge IActiveWorkspaceProjectContextHost and IWorkspaceProjectContextHost #4103

Merged
merged 3 commits into from
Oct 16, 2018

Conversation

davkean
Copy link
Member

@davkean davkean commented Oct 11, 2018

This includes #4102 so only review ce49d0f.

This moves all consumers of the old language service APIs over to the new APIs and shims the old language service under them.

…Host

This moves all consumers of the old language service APIs over to the new APIs and shims the old language service under them.
@davkean davkean requested a review from a team as a code owner October 11, 2018 02:35
@davkean davkean changed the title Merge active context Merge IActiveWorkspaceProjectContextHost and IWorkspaceProjectContextHost Oct 11, 2018
Copy link
Member

@drewnoakes drewnoakes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Quite a few usages of OpenContextForWriteAsync seem to be returning Task.FromResult. I haven't seen the implementation, but would there be a benefit to a synchronous overload?

@davkean
Copy link
Member Author

davkean commented Oct 15, 2018

@drewnoakes Possibly but at the moment that's going to result in an explosion of overloads, I'll let the dust settle on the design before I plumb through that.

@davkean
Copy link
Member Author

davkean commented Oct 15, 2018

@dotnet-bot retest windows_release please

@davkean davkean merged commit f4d0872 into dotnet:features/LanguageService Oct 16, 2018
@davkean davkean deleted the MergeActiveContext branch October 16, 2018 00:25
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.

3 participants