BatchParser target netstandard2.0 and remove Hosting dependency (#1564)

* Remove Hosting dependency from BatchParser, wip for logging replacement

* netstandard2.0 and fixes

* comment + cleanup

* comment

* fix build

* Update newtonsoft

* localize errors
This commit is contained in:
Charles Gagnon
2022-07-06 15:26:06 -07:00
committed by GitHub
parent e64e31e487
commit ac9f88266c
21 changed files with 192 additions and 17 deletions

View File

@@ -3,7 +3,7 @@
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
//
using Microsoft.SqlTools.Utility;
using Microsoft.SqlTools.BatchParser.Utility;
using System;
using System.Collections.Generic;
using System.IO;