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

Value Tracking: Remove inproc symbol usage #59473

Merged

Conversation

ryzngard
Copy link
Contributor

@ryzngard ryzngard commented Feb 11, 2022

Remove symbol usage in the Value Tracking command handler, and use the IValueTrackingService instead to find the right symbol at the root.

Fixes #59378

@ryzngard ryzngard requested a review from a team as a code owner February 11, 2022 02:18
@ryzngard ryzngard requested a review from tmat February 11, 2022 02:18
return null;
}

var semanticModel = await document.GetRequiredSemanticModelAsync(cancellationToken).ConfigureAwait(false);
Copy link
Member

Choose a reason for hiding this comment

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

oh thank goodness. so now nothign symbolic happens on the client side right? it's all on the server?

@ryzngard ryzngard merged commit 6812ec1 into dotnet:main Feb 22, 2022
@ryzngard ryzngard deleted the issues/59378_valuetracking_inproc_symbols branch February 22, 2022 22:59
@ghost ghost added this to the Next milestone Feb 22, 2022
@RikkiGibson RikkiGibson modified the milestones: Next, 17.2.P2 Mar 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ValueTracker: avoid constructing symbols in-proc (on client)
6 participants