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

Microsoft.CodeAnalysis.ExternalAccess.VisualDiagnostics #72296

Merged
merged 51 commits into from
Mar 29, 2024
Merged

Microsoft.CodeAnalysis.ExternalAccess.VisualDiagnostics #72296

merged 51 commits into from
Mar 29, 2024

Conversation

chabiss
Copy link
Contributor

@chabiss chabiss commented Feb 27, 2024

  • Microsoft.CodeAnalysis.ExternalAccess.VisualDiagnostics is a ILspServiceFactory responsible for creating a workspace service, IVisualDiagnosticsLanguageService (the support for C#/XAML/Razor/CSS Hot Reload for MAUI), and delegating the IServiceBroker once the connection is created with C# Dev Kit
  • ServiceBrokerFactory imports IOnServiceBrokerInitialized
  • VisualDiagnosticsServiceFactory export IOnServiceBrokerInitialized and delegates to OnInitializedService which ensure the creation of the IVisualDiagnosticsLanguageService, once the broker service is initialized.

@chabiss chabiss requested review from a team as code owners February 27, 2024 22:11
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead labels Feb 27, 2024
chabiss and others added 2 commits March 25, 2024 13:32
@dibarbet dibarbet merged commit 0f35ec3 into dotnet:main Mar 29, 2024
30 checks passed
@dotnet-policy-service dotnet-policy-service bot added this to the Next milestone Mar 29, 2024
@dibarbet dibarbet modified the milestones: Next, 17.11 P1 Apr 29, 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.

8 participants