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

Two LSIF tool fixes #70847

Merged
merged 2 commits into from
Nov 16, 2023
Merged

Two LSIF tool fixes #70847

merged 2 commits into from
Nov 16, 2023

Conversation

jasonmalinowski
Copy link
Member

Fixes BuildHost not being deployed which broke it (and is a build problem unique to our repo), and a bug reported where we were getting tripped up on tuples and anonymous types.

We use the BuildHost library for serialization types in-proc of the
user of MSBuildWorkspace; we include it in the NuGet package but due
to the trickiness of having to package it, projects within this repo
need to reference the project explicitly.
We emit document symbol spans for any declared type, however the use
of a tuple is (reasonably) considered a declaration of that field. But
for the purposes of something like a document outline, we don't want
that.
@jasonmalinowski jasonmalinowski requested a review from a team as a code owner November 16, 2023 00:40
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead labels Nov 16, 2023
@jasonmalinowski jasonmalinowski self-assigned this Nov 16, 2023
Copy link

@mohaimenhasan mohaimenhasan left a comment

Choose a reason for hiding this comment

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

Thank you so much for the quick fix

@jasonmalinowski jasonmalinowski merged commit 5402370 into dotnet:main Nov 16, 2023
19 of 24 checks passed
@jasonmalinowski jasonmalinowski deleted the lsif-fixes branch November 16, 2023 20:59
@ghost ghost added this to the Next milestone Nov 16, 2023
@RikkiGibson RikkiGibson modified the milestones: Next, 17.9 P2 Nov 28, 2023
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.

5 participants