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

Remove GetTagHelpersSynchronously extension method #11205

Merged

Conversation

DustinCampbell
Copy link
Member

Fixes #9878

It turns out that this extension method isn't necessary. It's only used by the legacy editor, which can just access IProjectSnaphshot.ProjectWorkspaceState.TagHelpers. That property is always implemented by any project snapshot that the legacy editor encounters, namely ProjectSnapshot or EphemeralProjectSnapshot.

It turns out that this extension method isn't necessary. It's only used by the legacy editor, which can just access `IProjectSnaphshot.ProjectWorkspaceState.TagHelpers`. That property is always implemented by any project snapshot that the legacy editor encounters, namely `ProjectSnapshot` or `EphemeralProjectSnapshot`.
@DustinCampbell DustinCampbell requested a review from a team as a code owner November 13, 2024 16:46
@DustinCampbell
Copy link
Member Author

Thanks!

@DustinCampbell DustinCampbell merged commit ade9db7 into dotnet:main Nov 13, 2024
12 checks passed
@DustinCampbell DustinCampbell deleted the remove-gettaghelperssynchronously branch November 13, 2024 21:26
@dotnet-policy-service dotnet-policy-service bot added this to the Next milestone Nov 13, 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
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix/remove IProjectSnapshot.GetTagHelpersSynchronously()
4 participants