mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-14 01:25:40 -05:00
This reverts commit 822a6459ce.
This commit is contained in:
@@ -11,7 +11,6 @@ using System.Threading.Tasks;
|
||||
using Microsoft.SqlServer.Management.XEvent;
|
||||
using Microsoft.SqlTools.Hosting.Protocol;
|
||||
using Microsoft.SqlTools.ServiceLayer.Connection;
|
||||
using Microsoft.SqlTools.ServiceLayer.Connection.Contracts;
|
||||
using Microsoft.SqlTools.ServiceLayer.Profiler;
|
||||
using Microsoft.SqlTools.ServiceLayer.Profiler.Contracts;
|
||||
using Microsoft.SqlTools.ServiceLayer.UnitTests.Utility;
|
||||
@@ -207,10 +206,6 @@ namespace Microsoft.SqlTools.ServiceLayer.UnitTests.Profiler
|
||||
|
||||
public int Id { get { return 51; } }
|
||||
|
||||
public ConnectionDetails ConnectionDetails { get; set; }
|
||||
|
||||
public Session Session { get; set; }
|
||||
|
||||
public void Start(){}
|
||||
|
||||
public void Stop(){}
|
||||
@@ -296,10 +291,6 @@ namespace Microsoft.SqlTools.ServiceLayer.UnitTests.Profiler
|
||||
|
||||
public int Id { get { return 1; } }
|
||||
|
||||
public ConnectionDetails ConnectionDetails { get; set; }
|
||||
|
||||
public Session Session { get; set; }
|
||||
|
||||
public void Start(){}
|
||||
|
||||
public void Stop(){}
|
||||
@@ -391,10 +382,6 @@ namespace Microsoft.SqlTools.ServiceLayer.UnitTests.Profiler
|
||||
|
||||
public int Id { get { return 2; } }
|
||||
|
||||
public ConnectionDetails ConnectionDetails { get; set; }
|
||||
|
||||
public Session Session { get; set; }
|
||||
|
||||
public void Start(){}
|
||||
|
||||
public void Stop(){}
|
||||
|
||||
Reference in New Issue
Block a user