mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-14 01:25:40 -05:00
This reverts commit 0d7a3b4168.
This commit is contained in:
@@ -11,6 +11,7 @@ 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;
|
||||
@@ -206,6 +207,10 @@ 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(){}
|
||||
@@ -291,6 +296,10 @@ 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(){}
|
||||
@@ -382,6 +391,10 @@ 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