-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
chabiss
commented
Feb 27, 2024
•
edited
Loading
edited
- 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.
…s.VisualDiagnostics boostrapper
…tManagerService to the service container
…eference to LS server so that EA.VisualDiagnostics is part of the default ALC
dotnet-issue-labeler
bot
added
Area-IDE
untriaged
Issues and PRs which have not yet been triaged by a lead
labels
Feb 27, 2024
etvorun
suggested changes
Feb 27, 2024
...ernalAccess/VisualDiagnostics/Microsoft.CodeAnalysis.ExternalAccess.VisualDiagnostics.csproj
Outdated
Show resolved
Hide resolved
...ernalAccess/VisualDiagnostics/Microsoft.CodeAnalysis.ExternalAccess.VisualDiagnostics.csproj
Outdated
Show resolved
Hide resolved
...ernalAccess/VisualDiagnostics/Microsoft.CodeAnalysis.ExternalAccess.VisualDiagnostics.csproj
Outdated
Show resolved
Hide resolved
...ernalAccess/VisualDiagnostics/Microsoft.CodeAnalysis.ExternalAccess.VisualDiagnostics.csproj
Outdated
Show resolved
Hide resolved
...ernalAccess/VisualDiagnostics/Microsoft.CodeAnalysis.ExternalAccess.VisualDiagnostics.csproj
Outdated
Show resolved
Hide resolved
src/Tools/ExternalAccess/VisualDiagnostics/Contracts/IVisualDiagnosticsLanguageService.cs
Outdated
Show resolved
Hide resolved
src/Tools/ExternalAccess/VisualDiagnostics/Contracts/IVisualDiagnosticsLanguageService.cs
Outdated
Show resolved
Hide resolved
src/Tools/ExternalAccess/VisualDiagnostics/Internal/BrokeredDebuggerServices.cs
Outdated
Show resolved
Hide resolved
src/Tools/ExternalAccess/VisualDiagnostics/Internal/BrokeredDebuggerServices.cs
Outdated
Show resolved
Hide resolved
jjonescz
reviewed
Feb 28, 2024
...ernalAccess/VisualDiagnostics/Microsoft.CodeAnalysis.ExternalAccess.VisualDiagnostics.csproj
Show resolved
Hide resolved
mgoertz-msft
reviewed
Mar 1, 2024
src/Tools/ExternalAccess/VisualDiagnostics/Internal/VisualDiagnosticsServiceFactory.cs
Outdated
Show resolved
Hide resolved
sharwell
reviewed
Mar 8, 2024
src/Tools/ExternalAccess/VisualDiagnostics/Contracts/IVisualDiagnosticsLanguageService.cs
Outdated
Show resolved
Hide resolved
sharwell
reviewed
Mar 8, 2024
src/Tools/ExternalAccess/VisualDiagnostics/Contracts/IBrokeredDebuggerServices.cs
Outdated
Show resolved
Hide resolved
sharwell
reviewed
Mar 8, 2024
...ernalAccess/VisualDiagnostics/Microsoft.CodeAnalysis.ExternalAccess.VisualDiagnostics.csproj
Outdated
Show resolved
Hide resolved
sharwell
reviewed
Mar 8, 2024
...ernalAccess/VisualDiagnostics/Microsoft.CodeAnalysis.ExternalAccess.VisualDiagnostics.csproj
Outdated
Show resolved
Hide resolved
dibarbet
reviewed
Mar 25, 2024
src/Tools/ExternalAccess/VisualDiagnostics/Internal/VisualDiagnosticsServiceFactory.cs
Outdated
Show resolved
Hide resolved
src/Tools/ExternalAccess/VisualDiagnostics/Internal/VisualDiagnosticsServiceFactory.cs
Outdated
Show resolved
Hide resolved
src/Tools/ExternalAccess/VisualDiagnostics/Internal/VisualDiagnosticsServiceFactory.cs
Outdated
Show resolved
Hide resolved
dibarbet
reviewed
Mar 25, 2024
src/Tools/ExternalAccess/VisualDiagnostics/Internal/VisualDiagnosticsServiceFactory.cs
Outdated
Show resolved
Hide resolved
...ernalAccess/VisualDiagnostics/Microsoft.CodeAnalysis.ExternalAccess.VisualDiagnostics.csproj
Outdated
Show resolved
Hide resolved
src/Tools/ExternalAccess/VisualDiagnostics/Internal/VisualDiagnosticsServiceFactory.cs
Outdated
Show resolved
Hide resolved
…nosticsServiceFactory.cs Co-authored-by: David Barbet <[email protected]>
…rder for IVisualDiagnosticsLanguageService to load
…rder for IVisualDiagnosticsLanguageService to load
dibarbet
approved these changes
Mar 26, 2024
etvorun
approved these changes
Mar 26, 2024
AArnott
approved these changes
Mar 26, 2024
src/Tools/ExternalAccess/VisualDiagnostics/Contracts/IVisualDiagnosticsLanguageService.cs
Outdated
Show resolved
Hide resolved
src/Tools/ExternalAccess/VisualDiagnostics/Internal/VisualDiagnosticsServiceFactory.cs
Outdated
Show resolved
Hide resolved
src/Tools/ExternalAccess/VisualDiagnostics/Internal/VisualDiagnosticsServiceFactory.cs
Show resolved
Hide resolved
...anguageServer/Microsoft.CodeAnalysis.LanguageServer/BrokeredServices/ServiceBrokerFactory.cs
Show resolved
Hide resolved
...anguageServer/Microsoft.CodeAnalysis.LanguageServer/BrokeredServices/ServiceBrokerFactory.cs
Outdated
Show resolved
Hide resolved
…le to components consuming it
…le to components consuming it
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.