microsoft / SqlScriptDOM

ScriptDOM/SqlDOM is a .NET library for parsing T-SQL statements and interacting with its abstract syntax tree

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install instructions should use dotnet instead of msbuild

Charles-Gagnon opened this issue · comments

The instructions currently use msbuild, but dotnet is a lot more common for people to be familiar with nowadays and is usually easier to use (e.g. dotnet restore instead of msbuild /t:Restore).

You can also remove the separate restore step - dotnet will automatically do a restore when you run build.