From 9b48a50da052ebaf0462c89fc6462ddff8ca5d73 Mon Sep 17 00:00:00 2001 From: Erik Darling <2136037+erikdarlingdata@users.noreply.github.com> Date: Sat, 25 Apr 2026 19:34:48 -0400 Subject: [PATCH] Bump Microsoft.Data.SqlClient 6.0.1 -> 7.0.1, ScriptDom 170 -> 180 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit SqlClient: API surface unchanged (codebase already uses Encrypt explicitly, SqlConnectionEncryptOption, async-only patterns). Note: the Microsoft.Data.SqlClient.Extensions.Azure auxiliary package is only published at 1.0.0 and isn't required for ActiveDirectoryInteractive in 7.0.1 — the auth method remains in the core package. ScriptDom: 180.6.0 tracks SQL 2025 grammar. No API surface changes affect SqlObjectResolver, SqlFormattingService, or SqlFormatSettingsService. Sticking with TSql160/170 parsers as today; future work can adopt TSql180Parser when needed. 71/71 tests passing. Co-Authored-By: Claude Opus 4.7 (1M context) --- src/PlanViewer.App/PlanViewer.App.csproj | 2 +- src/PlanViewer.Core/PlanViewer.Core.csproj | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/PlanViewer.App/PlanViewer.App.csproj b/src/PlanViewer.App/PlanViewer.App.csproj index a677f74..a83c713 100644 --- a/src/PlanViewer.App/PlanViewer.App.csproj +++ b/src/PlanViewer.App/PlanViewer.App.csproj @@ -32,7 +32,7 @@ - +