Integrate SqlParser into the onchange diagnostics to provide error messages.

This commit is contained in:
Karl Burtram
2016-07-23 15:05:02 -07:00
parent ae54004e99
commit 7119db3bcd
3 changed files with 45 additions and 23 deletions

View File

@@ -5,7 +5,8 @@
"emitEntryPoint": true
},
"dependencies": {
"Newtonsoft.Json": "9.0.1"
"Newtonsoft.Json": "9.0.1",
"Microsoft.SqlServer.SqlParser": "140.1.3"
},
"frameworks": {
"netcoreapp1.0": {