Bump SqlClient 6 -> 7 and ScriptDom 170 -> 180#279
Merged
erikdarlingdata merged 1 commit intodevfrom Apr 25, 2026
Merged
Conversation
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) <noreply@anthropic.com>
erikdarlingdata
added a commit
that referenced
this pull request
Apr 27, 2026
Highlights since v1.8.0: - Minimap for plan navigation (#276) - Colored links by accuracy ratio divergence (#289) - Distinct parallelism subtype icons (#285, #288) - Query Store filter ordering fix (#287) - xunit v2 -> v3 migration (#278) - SqlClient 6 -> 7, ScriptDom 170 -> 180 (#279) - System.CommandLine GA (#280) Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Microsoft.Data.SqlClient6.0.1 → 7.0.1Microsoft.SqlServer.TransactSql.ScriptDom170.191.0 → 180.6.0 (Core + App)Zero source code changes — the API surface in use carries forward unchanged.
ActiveDirectoryInteractive(Entra MFA) remains in the core SqlClient package in 7.0.1.Test plan
dotnet build— 0 errors, 0 source warningsdotnet test— 71/71 passing.sqlplanand use the SQL formatter / object resolver🤖 Generated with Claude Code