Skip to content

Conversation

CyrusNajmabadi
Copy link
Member

Fixes #7151

@CyrusNajmabadi CyrusNajmabadi requested a review from a team as a code owner November 5, 2024 18:32
@ghost ghost added Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead labels Nov 5, 2024
var symbolId = graphNode.GetValue<SymbolKey?>(RoslynGraphProperties.SymbolId);
private async Task NavigateToAsync(GraphNode graphNode, CancellationToken cancellationToken)
{
var projectId = graphNode.GetValue<ProjectId>(RoslynGraphProperties.ContextProjectId);
Copy link
Member

Choose a reason for hiding this comment

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

Are there any UI thread requirements for this?

Copy link
Member Author

Choose a reason for hiding this comment

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

nope!

if (document == null)
// Go through the mainline symbol id path if we have it. That way we notify third parties, and we can navigate
// to metadata.
var symbolId = graphNode.GetValue<SymbolKey?>(RoslynGraphProperties.SymbolId);
Copy link
Member

Choose a reason for hiding this comment

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

Do we ever get called for other languages (TS/F#) here?

Copy link
Member

Choose a reason for hiding this comment

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

looks the same as before, so assumingthis is fine

Copy link
Member Author

Choose a reason for hiding this comment

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

nope!

@CyrusNajmabadi CyrusNajmabadi merged commit 33e986c into dotnet:main Nov 5, 2024
25 checks passed
@CyrusNajmabadi CyrusNajmabadi deleted the progressionMAS branch November 5, 2024 20:48
@dotnet-policy-service dotnet-policy-service bot added this to the Next milestone Nov 5, 2024
@jjonescz jjonescz modified the milestones: Next, 17.13 P2 Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Progression type hierarchy doesn't launch Metadata-as-Source
3 participants