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

Expose Roslyn LSP types to XAML and add readme #73942

Merged
merged 1 commit into from
Jun 12, 2024

Conversation

dibarbet
Copy link
Member

We're exposing Roslyn LSP types to Razor and XAML to allow them to consume them when they run as a separate language inside the same Roslyn language server instance.

This will allow us to drastically simplify our server implementation as we do not have to handle different request handlers for the same LSP request using different types, and allows them to call into Roslyn helpers with concrete LSP types (instead of doing complicated wrapping).

@dibarbet dibarbet requested a review from CyrusNajmabadi June 11, 2024 19:35
@dibarbet dibarbet requested a review from a team as a code owner June 11, 2024 19:35
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead labels Jun 11, 2024
@@ -1,59 +0,0 @@
<Project>
Copy link
Member Author

Choose a reason for hiding this comment

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

this was an unused project file sitting in the repo (probably from when these types got moved from internal)

@dibarbet dibarbet force-pushed the expose_roslyn_lsp_xaml branch from dfd0965 to 1cc34e2 Compare June 11, 2024 19:36
@dibarbet dibarbet force-pushed the expose_roslyn_lsp_xaml branch from 1cc34e2 to f752282 Compare June 11, 2024 22:21
@dibarbet dibarbet merged commit cf34588 into dotnet:main Jun 12, 2024
25 checks passed
@dibarbet dibarbet deleted the expose_roslyn_lsp_xaml branch June 12, 2024 19:16
@dotnet-policy-service dotnet-policy-service bot added this to the Next milestone Jun 12, 2024
@jjonescz jjonescz modified the milestones: Next, 17.11 P3 Jun 24, 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.

4 participants