Found 6 packages
The Microsoft SQL ScriptDOM library provides parsing and analysis capabilities for management and development of TSQL Scripts.
Unofficial package of Microsoft.Data.Schema.ScriptDom.dll if you need it as reference
Parses SQL files to create a meta-object hierarchy with which you can generate C# code such as stored procedure wrappers or Entity Framework entities. Includes templates. Go to https://github.com/aeslinger0/sqlsharpener for more info!
SQL Server syntax validation for SqlMimic. Provides SQL Server specific implementation of ISqlSyntaxValidator using Microsoft.SqlServer.TransactSql.ScriptDom. Supports .NET Framework 4.6.2+, .NET 8.0, and .NET 9.0.
Core SQL transformation engine for the EFCore.NoLock ecosystem. Provides shared, ORM-agnostic WITH (NOLOCK) hint injection using the official Microsoft.SqlServer.TransactSql.ScriptDom parser.
A LinqToDB interceptor extension that brings 'WITH (NOLOCK)' support to your LINQ queries. Uses the official Microsoft.SqlServer.TransactSql.ScriptDom parser for safe SQL transformation. Part of the EFCore.NoLock ecosystem.