未验证 提交 d2a7c263 编写于 作者: H Heejae Chang 提交者: GitHub

Renamed roslyn servicehub service names (#24392)

* changed our service name to include roslyn.

it is asked from service hub team so that they can more easily identify which team owns which service.

* update devdiv insertion tool for the renames.
上级 09a4fa83
......@@ -74,14 +74,14 @@ Public Class BuildDevDivInsertionFiles
"Newtonsoft.Json.dll",
"StreamJsonRpc.dll",
"StreamJsonRpc.resources.dll",
"codeAnalysisService.servicehub.service.json",
"remoteHostService.servicehub.service.json",
"snapshotService.servicehub.service.json",
"remoteSymbolSearchUpdateEngine.servicehub.service.json",
"codeAnalysisService64.servicehub.service.json",
"remoteHostService64.servicehub.service.json",
"snapshotService64.servicehub.service.json",
"remoteSymbolSearchUpdateEngine64.servicehub.service.json",
"roslynCodeAnalysis.servicehub.service.json",
"roslynRemoteHost.servicehub.service.json",
"roslynSnapshot.servicehub.service.json",
"roslynRemoteSymbolSearchUpdateEngine.servicehub.service.json",
"roslynCodeAnalysis64.servicehub.service.json",
"roslynRemoteHost64.servicehub.service.json",
"roslynSnapshot64.servicehub.service.json",
"roslynRemoteSymbolSearchUpdateEngine64.servicehub.service.json",
"Microsoft.Build.Conversion.Core.dll",
"Microsoft.Build.dll",
"Microsoft.Build.Engine.dll",
......
......@@ -246,35 +246,35 @@
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="codeAnalysisService.servicehub.service.json">
<Content Include="roslynCodeAnalysis.servicehub.service.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="remoteHostService.servicehub.service.json">
<Content Include="roslynRemoteHost.servicehub.service.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="remoteSymbolSearchUpdateEngine.servicehub.service.json">
<Content Include="roslynRemoteSymbolSearchUpdateEngine.servicehub.service.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="snapshotService.servicehub.service.json">
<Content Include="roslynSnapshot.servicehub.service.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="snapshotService64.servicehub.service.json">
<Content Include="roslynSnapshot64.servicehub.service.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="codeAnalysisService64.servicehub.service.json">
<Content Include="roslynCodeAnalysis64.servicehub.service.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="remoteHostService64.servicehub.service.json">
<Content Include="roslynRemoteHost64.servicehub.service.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="remoteSymbolSearchUpdateEngine64.servicehub.service.json">
<Content Include="roslynRemoteSymbolSearchUpdateEngine64.servicehub.service.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
......
......@@ -30,14 +30,14 @@
<Asset Type="Microsoft.VisualStudio.MefComponent" Path="Microsoft.CodeAnalysis.EditorFeatures.Text.dll" />
<Asset Type="Microsoft.VisualStudio.MefComponent" Path="Microsoft.VisualStudio.LanguageServices.dll" />
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="XamlVisualStudio" Path="|XamlVisualStudio|" />
<Asset Type="Microsoft.ServiceHub.Service" d:Source="File" Path="remoteHostService.servicehub.service.json" />
<Asset Type="Microsoft.ServiceHub.Service" d:Source="File" Path="snapshotService.servicehub.service.json" />
<Asset Type="Microsoft.ServiceHub.Service" d:Source="File" Path="codeAnalysisService.servicehub.service.json" />
<Asset Type="Microsoft.ServiceHub.Service" d:Source="File" Path="remoteSymbolSearchUpdateEngine.servicehub.service.json" />
<Asset Type="Microsoft.ServiceHub.Service" d:Source="File" Path="remoteHostService64.servicehub.service.json" />
<Asset Type="Microsoft.ServiceHub.Service" d:Source="File" Path="snapshotService64.servicehub.service.json" />
<Asset Type="Microsoft.ServiceHub.Service" d:Source="File" Path="codeAnalysisService64.servicehub.service.json" />
<Asset Type="Microsoft.ServiceHub.Service" d:Source="File" Path="remoteSymbolSearchUpdateEngine64.servicehub.service.json" />
<Asset Type="Microsoft.ServiceHub.Service" d:Source="File" Path="roslynRemoteHost.servicehub.service.json" />
<Asset Type="Microsoft.ServiceHub.Service" d:Source="File" Path="roslynSnapshot.servicehub.service.json" />
<Asset Type="Microsoft.ServiceHub.Service" d:Source="File" Path="roslynCodeAnalysis.servicehub.service.json" />
<Asset Type="Microsoft.ServiceHub.Service" d:Source="File" Path="roslynRemoteSymbolSearchUpdateEngine.servicehub.service.json" />
<Asset Type="Microsoft.ServiceHub.Service" d:Source="File" Path="roslynRemoteHost64.servicehub.service.json" />
<Asset Type="Microsoft.ServiceHub.Service" d:Source="File" Path="roslynSnapshot64.servicehub.service.json" />
<Asset Type="Microsoft.ServiceHub.Service" d:Source="File" Path="roslynCodeAnalysis64.servicehub.service.json" />
<Asset Type="Microsoft.ServiceHub.Service" d:Source="File" Path="roslynRemoteSymbolSearchUpdateEngine64.servicehub.service.json" />
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="BasicVisualStudio" Path="|BasicVisualStudio|" />
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="CSharpVisualStudio" Path="|CSharpVisualStudio|" />
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="SolutionExplorerShim" Path="|SolutionExplorerShim|" />
......
......@@ -6,9 +6,9 @@ internal static class WellKnownRemoteHostServices
{
public static void Set64bit(bool x64)
{
RemoteHostService = "remoteHostService" + (x64 ? "64" : "");
RemoteHostService = "roslynRemoteHost" + (x64 ? "64" : "");
}
public static string RemoteHostService { get; private set; } = "remoteHostService";
public static string RemoteHostService { get; private set; } = "roslynRemoteHost";
}
}
......@@ -8,14 +8,14 @@ public static void Set64bit(bool x64)
{
var bit = x64 ? "64" : "";
SnapshotService = "snapshotService" + bit;
CodeAnalysisService = "codeAnalysisService" + bit;
RemoteSymbolSearchUpdateEngine = "remoteSymbolSearchUpdateEngine" + bit;
SnapshotService = "roslynSnapshot" + bit;
CodeAnalysisService = "roslynCodeAnalysis" + bit;
RemoteSymbolSearchUpdateEngine = "roslynRemoteSymbolSearchUpdateEngine" + bit;
}
public static string SnapshotService { get; private set; } = "snapshotService";
public static string CodeAnalysisService { get; private set; } = "codeAnalysisService";
public static string RemoteSymbolSearchUpdateEngine { get; private set; } = "remoteSymbolSearchUpdateEngine";
public static string SnapshotService { get; private set; } = "roslynSnapshot";
public static string CodeAnalysisService { get; private set; } = "roslynCodeAnalysis";
public static string RemoteSymbolSearchUpdateEngine { get; private set; } = "roslynRemoteSymbolSearchUpdateEngine";
// CodeLens methods.
public const string CodeAnalysisService_GetReferenceCountAsync = "GetReferenceCountAsync";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册