Merged
Conversation
6cfc992 to
35c4ea4
Compare
src/Features/Core/Portable/DesignerAttribute/AbstractDesignerAttributeIncrementalAnalyzer.cs
Outdated
Show resolved
Hide resolved
...table/Diagnostics/EngineV2/DiagnosticIncrementalAnalyzer.InProcOrRemoteHostAnalyzerRunner.cs
Outdated
Show resolved
Hide resolved
src/Features/Core/Portable/Microsoft.CodeAnalysis.Features.csproj
Outdated
Show resolved
Hide resolved
...sualStudio/Core/Def/Implementation/DesignerAttribute/VisualStudioDesignerAttributeService.cs
Outdated
Show resolved
Hide resolved
...sualStudio/Core/Def/Implementation/DesignerAttribute/VisualStudioDesignerAttributeService.cs
Outdated
Show resolved
Hide resolved
...sualStudio/Core/Def/Implementation/DesignerAttribute/VisualStudioDesignerAttributeService.cs
Outdated
Show resolved
Hide resolved
src/VisualStudio/Core/Def/Implementation/Remote/VisualStudioRemoteHostClientProvider.cs
Outdated
Show resolved
Hide resolved
...Implementation/SemanticClassificationCache/VisualStudioSemanticClassificationCacheService.cs
Outdated
Show resolved
Hide resolved
...Implementation/SemanticClassificationCache/VisualStudioSemanticClassificationCacheService.cs
Outdated
Show resolved
Hide resolved
Contributor
There was a problem hiding this comment.
- if you're intentionally setting this at the end, state why that's important. otherwise, set on the line you create the connection.
- rename
_lazyConnectionto_connection.
Member
Author
There was a problem hiding this comment.
The connection is lazy though as it is initialized on demand.
src/VisualStudio/Core/Def/Telemetry/VisualStudioWorkspaceTelemetryService.cs
Outdated
Show resolved
Hide resolved
src/Workspaces/Core/Portable/Classification/AbstractClassificationService.cs
Outdated
Show resolved
Hide resolved
src/Workspaces/Core/Portable/Classification/IRemoteSemanticClassificationCacheService.cs
Outdated
Show resolved
Hide resolved
src/Workspaces/CoreTestUtilities/Remote/InProcRemostHostClient.cs
Outdated
Show resolved
Hide resolved
src/Workspaces/CoreTestUtilities/Remote/InProcRemostHostClient.cs
Outdated
Show resolved
Hide resolved
src/Workspaces/CoreTestUtilities/Remote/InProcRemostHostClient.cs
Outdated
Show resolved
Hide resolved
src/Workspaces/CoreTestUtilities/Remote/InProcRemostHostClient.cs
Outdated
Show resolved
Hide resolved
src/Workspaces/CoreTestUtilities/Remote/InProcRemostHostClient.cs
Outdated
Show resolved
Hide resolved
src/Workspaces/Remote/ServiceHub/Services/BrokeredServiceBase.cs
Outdated
Show resolved
Hide resolved
src/Workspaces/Remote/ServiceHub/Services/BrokeredServiceBase.cs
Outdated
Show resolved
Hide resolved
src/Workspaces/Remote/ServiceHub/Services/BrokeredServiceBase.cs
Outdated
Show resolved
Hide resolved
src/Workspaces/Remote/ServiceHub/Services/DiagnosticAnalyzer/RemoteDiagnosticAnalyzerService.cs
Outdated
Show resolved
Hide resolved
c5711cd to
56c9602
Compare
Member
Author
|
/azp run Windows_Desktop_Unit_Tests release_32 |
|
No pipelines are associated with this pull request. |
Member
Author
|
/azp run roslyn-CI |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Member
Author
|
/azp run roslyn-CI (Windows_Desktop_Unit_Tests release_64) |
|
No pipelines are associated with this pull request. |
This file contains hidden or 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
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.
Implements infrastructure for defining and calling IServiceBroker based services while keeping existing infrastructure until we can move all services to ISB.
Migrates some services to ISB.
Updates msbuild targets that generate ServiceHub service.json files to also generate VSIX manifest entries. Moves the list of services to a separate file
Services.props.Partially implements #40512.
Partially implements #40476 for ISB services.
Addresses #44328 for ISB services.
For reference: Internal IServiceBroker docs
ISB services: