提交 4fe06e4f 编写于 作者: S Sam Harwell

Move WatsonTraceListener to ErrorReporting namespace

上级 3f43feb2
......@@ -4,12 +4,9 @@
using System;
using System.Diagnostics;
using Microsoft.CodeAnalysis.ErrorReporting;
namespace Microsoft.CodeAnalysis.Remote
namespace Microsoft.CodeAnalysis.ErrorReporting
{
using Debugger = System.Diagnostics.Debugger;
internal class WatsonTraceListener : TraceListener
{
public override void Fail(string message, string detailMessage)
......
......@@ -11,7 +11,7 @@
using System.Runtime.Remoting.Channels;
using System.Runtime.Remoting.Channels.Ipc;
using System.Runtime.Serialization.Formatters;
using Microsoft.CodeAnalysis.Remote;
using Microsoft.CodeAnalysis.ErrorReporting;
using Microsoft.VisualStudio.ComponentModelHost;
using Microsoft.VisualStudio.IntegrationTest.Utilities;
using Microsoft.VisualStudio.Shell;
......
......@@ -15,7 +15,7 @@
<IncludeDebugSymbolsInLocalVSIXDeployment>true</IncludeDebugSymbolsInLocalVSIXDeployment>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\..\..\Workspaces\Remote\ServiceHub\WatsonTraceListener.cs" Link="WatsonTraceListener.cs" />
<Compile Include="..\..\Core\Def\Implementation\Watson\WatsonTraceListener.cs" Link="WatsonTraceListener.cs" />
</ItemGroup>
<ItemGroup Label="PkgDef">
<PkgDefPackageRegistration Include="{d02dac01-ddd0-4ecc-8687-79a554852b14}"
......
......@@ -31,6 +31,7 @@
<InternalsVisibleTo Include="Microsoft.CodeAnalysis.Remote.Razor" Key="$(RazorKey)" WorkItem="https://github.com/dotnet/roslyn/issues/35079" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\..\..\VisualStudio\Core\Def\Implementation\Watson\WatsonTraceListener.cs" Link="Shared\WatsonTraceListener.cs" />
<Compile Include="..\ServiceHub\Shared\RoslynJsonConverter.cs">
<Link>Shared\RoslynJsonConverter.cs</Link>
</Compile>
......@@ -43,6 +44,5 @@
<Compile Include="..\ServiceHub\Shared\RemoteEndPoint.cs">
<Link>Shared\RemoteEndPoint.cs</Link>
</Compile>
<Compile Include="..\ServiceHub\WatsonTraceListener.cs" Link="Shared\WatsonTraceListener.cs" />
</ItemGroup>
</Project>
\ No newline at end of file
......@@ -44,6 +44,7 @@
<ItemGroup>
<Compile Include="..\..\..\VisualStudio\Core\Def\Implementation\Watson\WatsonExtensions.cs" Link="Telemetry\WatsonExtensions.cs" />
<Compile Include="..\..\..\VisualStudio\Core\Def\Implementation\Watson\WatsonReporter.cs" Link="Telemetry\WatsonReporter.cs" />
<Compile Include="..\..\..\VisualStudio\Core\Def\Implementation\Watson\WatsonTraceListener.cs" Link="Telemetry\WatsonTraceListener.cs" />
<Compile Include="..\..\..\VisualStudio\Core\Def\Telemetry\VSTelemetryCache.cs" Link="Telemetry\VSTelemetryCache.cs" />
<Compile Include="..\..\..\VisualStudio\Core\Def\Telemetry\VSTelemetryLogger.cs" Link="Telemetry\VSTelemetryLogger.cs" />
</ItemGroup>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册