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

No solution file?

clement911 opened this issue · comments

Is it expected that the repo contains no .sln file?
I tried opening Microsoft.SqlServer.TransactSql.ScriptDom.csproj directly but it crashes VS 2022

Hi @clement911, we actually use SlnGen to generate the Visual Studio sln.
Here are the instructions:
https://github.com/microsoft/SqlScriptDOM/blob/main/CONTRIBUTING.md#getting-started

gotcha. sorry I missed that!
Will give it a try...