
QueryLens — SQL Validation for .NET
by .NET Developer
QueryLens is an open-source .NET library I built and published on NuGet. It validates raw SQL during unit tests so broken queries fail the build instead of failing in production — catching missing columns, typos, and dialect mismatches the C# compiler never sees. Works alongside Dapper and ADO.NET, with no refactor required. NuGet: dotnet add package QueryLens


