Move back 'Shared' content to 'Hosting' assembly (#1967)

This commit is contained in:
Cheena Malhotra
2023-03-24 15:07:02 -07:00
committed by GitHub
parent b7709c9e5b
commit 463fc60330
23 changed files with 640 additions and 32 deletions

View File

@@ -4,7 +4,7 @@
//
using Microsoft.SqlTools.Hosting.Contracts;
using static Microsoft.SqlTools.Shared.Utility.Constants;
using static Microsoft.SqlTools.Utility.SqlConstants;
namespace Microsoft.Kusto.ServiceLayer.Connection
{

View File

@@ -19,7 +19,7 @@ using System.Diagnostics;
using Microsoft.Kusto.ServiceLayer.DataSource;
using Microsoft.Kusto.ServiceLayer.DataSource.Metadata;
using Microsoft.SqlTools.ServiceLayer.Connection.ReliableConnection;
using static Microsoft.SqlTools.Shared.Utility.Constants;
using static Microsoft.SqlTools.Utility.SqlConstants;
namespace Microsoft.Kusto.ServiceLayer.Connection
{

View File

@@ -20,7 +20,7 @@ using Microsoft.Kusto.ServiceLayer.LanguageServices;
using Microsoft.Kusto.ServiceLayer.Utility;
using Microsoft.Kusto.ServiceLayer.Workspace.Contracts;
using CompletionItem = Microsoft.Kusto.ServiceLayer.LanguageServices.Contracts.CompletionItem;
using static Microsoft.SqlTools.Shared.Utility.Constants;
using static Microsoft.SqlTools.Utility.SqlConstants;
namespace Microsoft.Kusto.ServiceLayer.DataSource
{

View File

@@ -21,7 +21,7 @@ using Kusto.Language.Editor;
using Microsoft.Kusto.ServiceLayer.Connection;
using Microsoft.Kusto.ServiceLayer.DataSource.Contracts;
using Microsoft.Kusto.ServiceLayer.Utility;
using static Microsoft.SqlTools.Shared.Utility.Constants;
using static Microsoft.SqlTools.Utility.SqlConstants;
namespace Microsoft.Kusto.ServiceLayer.DataSource.Kusto
{

View File

@@ -51,7 +51,6 @@
<ProjectReference Include="../Microsoft.SqlTools.Hosting/Microsoft.SqlTools.Hosting.csproj" />
<ProjectReference Include="../Microsoft.SqlTools.Credentials/Microsoft.SqlTools.Credentials.csproj" />
<ProjectReference Include="../Microsoft.SqlTools.ManagedBatchParser/Microsoft.SqlTools.ManagedBatchParser.csproj" />
<ProjectReference Include="..\Microsoft.SqlTools.Shared\Microsoft.SqlTools.Shared.csproj" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="ObjectExplorer\DataSourceModel\TreeNodeDefinition.xml" />