Bump the dotnet-dependencies group with 13 updates - #172
Merged
Chris-Wolfgang merged 4 commits intoJul 15, 2026
Conversation
Bumps coverlet.collector from 8.0.1 to 10.0.1 Bumps Meziantou.Analyzer from 3.0.58 to 3.0.123 Bumps Microsoft.Bcl.AsyncInterfaces from 10.0.5 to 10.0.10 Bumps Microsoft.CodeAnalysis.BannedApiAnalyzers from 4.14.0 to 5.6.0 Bumps Microsoft.CodeAnalysis.PublicApiAnalyzers from 3.3.4 to 5.6.0 Bumps Microsoft.Data.SqlClient from 6.0.2 to 7.0.2 Bumps Microsoft.Extensions.Logging.Abstractions from 10.0.5 to 10.0.10 Bumps Microsoft.SourceLink.GitHub from 8.0.0 to 10.0.301 Bumps Microsoft.VisualStudio.Threading.Analyzers from 17.14.15 to 18.7.23 Bumps SonarAnalyzer.CSharp from 10.25.0.139117 to 10.29.0.143774 Bumps Testcontainers.MsSql from 4.1.0 to 4.13.0 Bumps Wolfgang.Etl.Abstractions from 0.13.0 to 0.15.0 Bumps Xunit.SkippableFact from 1.5.23 to 1.5.61 --- updated-dependencies: - dependency-name: coverlet.collector dependency-version: 10.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dotnet-dependencies - dependency-name: coverlet.collector dependency-version: 10.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dotnet-dependencies - dependency-name: Meziantou.Analyzer dependency-version: 3.0.123 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet-dependencies - dependency-name: Microsoft.Bcl.AsyncInterfaces dependency-version: 10.0.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet-dependencies - dependency-name: Microsoft.CodeAnalysis.BannedApiAnalyzers dependency-version: 5.6.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dotnet-dependencies - dependency-name: Microsoft.CodeAnalysis.PublicApiAnalyzers dependency-version: 5.6.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dotnet-dependencies - dependency-name: Microsoft.Data.SqlClient dependency-version: 7.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dotnet-dependencies - dependency-name: Microsoft.Extensions.Logging.Abstractions dependency-version: 10.0.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet-dependencies - dependency-name: Microsoft.SourceLink.GitHub dependency-version: 10.0.301 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dotnet-dependencies - dependency-name: Microsoft.VisualStudio.Threading.Analyzers dependency-version: 18.7.23 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dotnet-dependencies - dependency-name: SonarAnalyzer.CSharp dependency-version: 10.29.0.143774 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet-dependencies - dependency-name: Testcontainers.MsSql dependency-version: 4.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet-dependencies - dependency-name: Wolfgang.Etl.Abstractions dependency-version: 0.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet-dependencies - dependency-name: Xunit.SkippableFact dependency-version: 1.5.61 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
…(NU1605) The group bump raised the src project's transitive Microsoft.Bcl.AsyncInterfaces to 10.0.10 but left the Tests.Unit direct pin at 10.0.7, producing an NU1605 package-downgrade error that failed restore (cascading to Stage 1, InspectCode, CodeQL, and license-audit). Align the test pin with src. Verified: solution restore clean, Tests.Unit builds (0 warnings), 252 unit tests pass on net8.0. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Testcontainers.MsSql 4.13.0 (from the group bump) marks the parameterless
new MsSqlBuilder() obsolete in favour of passing the image to the constructor.
Warnings-as-errors turned this into a build failure. Switch to
new MsSqlBuilder("<image>").Build(). Integration project builds clean on net8.0.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Chris-Wolfgang
deleted the
dependabot/nuget/dotnet-dependencies-2a90edc130
branch
July 15, 2026 19:59
Chris-Wolfgang
added a commit
that referenced
this pull request
Jul 15, 2026
…t build) The main->vNext reconcile brought src to Microsoft.Data.SqlClient 7.0.2 (from the #172 group bump), but the samples project still pinned 6.0.2 -> NU1605 downgrade that broke the vNext build (failing #169). Align the samples deps: - Microsoft.Data.SqlClient 6.0.2 -> 7.0.2 (match src) - Testcontainers.MsSql 4.1.0 -> 4.13.0 (match the integration project) - new MsSqlBuilder() + .WithImage() -> new MsSqlBuilder("<image>") (4.13 deprecated the parameterless ctor, CS0618) Samples build clean; whole-solution restore clean (no downgrades). Co-Authored-By: Claude Opus 4.8 <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.
Updated coverlet.collector from 8.0.1 to 10.0.1.
Release notes
Sourced from coverlet.collector's releases.
10.0.1
Improvements
Fixed
Maintenance
Diff between 10.0.0 and 10.0.1
10.0.0
Improvements
--coverlet-file-prefixoption for unique report files #1869Fixed
Maintenance
Diff between 8.0.1 and 10.0.0
Commits viewable in compare view.
Updated Meziantou.Analyzer from 3.0.58 to 3.0.123.
Release notes
Sourced from Meziantou.Analyzer's releases.
3.0.123
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.123
What's Changed
is-pattern detection to avoid declaration-pattern false positives by @meziantou with @Copilot in Refine MA0179is-pattern detection to avoid declaration-pattern false positives meziantou/Meziantou.Analyzer#1220Full Changelog: meziantou/Meziantou.Analyzer@3.0.122...3.0.123
3.0.122
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.122
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.121...3.0.122
3.0.121
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.121
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.120...3.0.121
3.0.120
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.120
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.119...3.0.120
3.0.119
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.119
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.118...3.0.119
3.0.118
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.118
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.117...3.0.118
3.0.117
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.117
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.116...3.0.117
3.0.116
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.116
What's Changed
isexpressions by @meziantou with @Copilot in Fix MA0194 merging of indexer-basedisexpressions meziantou/Meziantou.Analyzer#1209Full Changelog: meziantou/Meziantou.Analyzer@3.0.115...3.0.116
3.0.115
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.115
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.114...3.0.115
3.0.114
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.114
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.113...3.0.114
3.0.113
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.113
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.112...3.0.113
3.0.112
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.112
Full Changelog: meziantou/Meziantou.Analyzer@3.0.111...3.0.112
3.0.111
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.111
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.110...3.0.111
3.0.110
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.110
What's Changed
partialdiagnostics by @meziantou with @Copilot in MA0204: exclude WPF XAML root types from unnecessarypartialdiagnostics meziantou/Meziantou.Analyzer#1195Full Changelog: meziantou/Meziantou.Analyzer@3.0.109...3.0.110
3.0.109
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.109
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.108...3.0.109
3.0.108
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.108
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.107...3.0.108
3.0.107
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.107
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.106...3.0.107
3.0.106
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.106
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.105...3.0.106
3.0.105
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.105
What's Changed
<returns>tags onvoidmethods by @meziantou in Add MA0203 to flag<returns>tags onvoidmethods meziantou/Meziantou.Analyzer#1189Full Changelog: meziantou/Meziantou.Analyzer@3.0.104...3.0.105
3.0.104
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.104
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.103...3.0.104
3.0.103
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.103
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.102...3.0.103
3.0.102
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.102
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.101...3.0.102
3.0.101
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.101
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.100...3.0.101
3.0.100
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.100
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.99...3.0.100
3.0.99
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.99
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.98...3.0.99
3.0.98
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.98
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.97...3.0.98
3.0.97
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.97
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.96...3.0.97
3.0.96
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.96
Full Changelog: meziantou/Meziantou.Analyzer@3.0.95...3.0.96
3.0.95
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.95
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.94...3.0.95
3.0.94
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.94
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.93...3.0.94
3.0.93
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.93
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.92...3.0.93
3.0.92
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.92
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.91...3.0.92
3.0.91
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.91
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.90...3.0.91
3.0.90
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.90
What's Changed
else ifchains with reachable prior branches by @Copilot in Fix MA0071 false positive forelse ifchains with reachable prior branches meziantou/Meziantou.Analyzer#1166Full Changelog: meziantou/Meziantou.Analyzer@3.0.89...3.0.90
3.0.89
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.89
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.88...3.0.89
3.0.88
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.88
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.87...3.0.88
3.0.87
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.87
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.86...3.0.87
3.0.86
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.86
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.85...3.0.86
3.0.85
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.85
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.84...3.0.85
3.0.84
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.84
What's Changed
[Experimental]overloads in MA0040 cancellation-token matching by @Copilot in Ignore[Experimental]overloads in MA0040 cancellation-token matching meziantou/Meziantou.Analyzer#1157Full Changelog: meziantou/Meziantou.Analyzer@3.0.83...3.0.84
3.0.83
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.83
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.82...3.0.83
3.0.82
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.82
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.81...3.0.82
3.0.81
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.81
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.80...3.0.81
3.0.80
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.80
Full Changelog: meziantou/Meziantou.Analyzer@3.0.79...3.0.80
3.0.79
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.79
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.78...3.0.79
3.0.78
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.78
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.77...3.0.78
3.0.77
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.77
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.76...3.0.77
3.0.76
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.76
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.75...3.0.76
3.0.75
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.75
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.74...3.0.75
3.0.74
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.74
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.73...3.0.74
3.0.73
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.73
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.72...3.0.73
3.0.72
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.72
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.71...3.0.72
3.0.71
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.71
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.70...3.0.71
3.0.70
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.70
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.69...3.0.70
3.0.69
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.69
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.68...3.0.69
3.0.68
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.68
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.67...3.0.68
3.0.67
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.67
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.66...3.0.67
3.0.66
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.66
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.65...3.0.66
3.0.65
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.65
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.64...3.0.65
3.0.64
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.64
What's Changed
Main(string[] args)by @Copilot in MA0109: Skip diagnostic for program entry pointMain(string[] args)meziantou/Meziantou.Analyzer#1123Full Changelog: meziantou/Meziantou.Analyzer@3.0.63...3.0.64
3.0.63
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.63
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.62...3.0.63
3.0.62
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.62
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.61...3.0.62
3.0.61
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.61
What's Changed
IDbContextFactory<TContext>.CreateDbContext()by @Copilot in MA0042: suppress diagnostic forIDbContextFactory<TContext>.CreateDbContext()meziantou/Meziantou.Analyzer#1116Full Changelog: meziantou/Meziantou.Analyzer@3.0.60...3.0.61
3.0.60
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.60
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.59...3.0.60
3.0.59
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.59
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.58...3.0.59
Commits viewable in compare view.
Updated Microsoft.Bcl.AsyncInterfaces from 10.0.5 to 10.0.10.
Release notes
Sourced from Microsoft.Bcl.AsyncInterfaces's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Microsoft.CodeAnalysis.BannedApiAnalyzers from 4.14.0 to 5.6.0.
Release notes
Sourced from Microsoft.CodeAnalysis.BannedApiAnalyzers's releases.
5.0.4
Release
5.0.2
Release Notes
Install Instructions
Repos
5.0.1
Release Notes
Install Instructions
Repo
Commits viewable in compare view.
Updated Microsoft.CodeAnalysis.PublicApiAnalyzers from 3.3.4 to 5.6.0.
Release notes
Sourced from Microsoft.CodeAnalysis.PublicApiAnalyzers's releases.
5.0.4
Release
5.0.2
Release Notes
Install Instructions
Repos
5.0.1
Release Notes
Install Instructions
Repo
4.2.0-4.22266.5
Release
4.2.0-3.22151.16
Release
4.2.0-1.22108.11
Release
4.0.0-2.21354.7
Release
4.0.0-2.21254.26
Release
4.0.0-1.21277.15
Release
3.10.0-3.21201.20
Release
3.10.0-2.21153.36
Release
3.10.0-1.21102.26
Release
3.7.0-3.20312.3
Release Notes
Install Instructions
Repos
3.7.0-3.20269.11
Release Notes
Install Instructions
Repos
3.7.0-2.20277.1
Release Notes
Install Instructions
Repos
3.6.0
Release Notes
Install Instructions
Commits viewable in compare view.
Updated Microsoft.Data.SqlClient from 6.0.2 to 7.0.2.
Release notes
Sourced from Microsoft.Data.SqlClient's releases.
7.0.2
This update brings the following changes since the 7.0.1 release:
Companion package release notes
The following companion packages ship aligned as
7.0.2. See their individual release notes for package-specific changes (including theMicrosoft.Data.SqlClient.Extensions.AzureWAM broker support):Fixed
Fixed a
NullReferenceExceptioninSqlCommand.Cancel(). The diagnostic message built during cancellation dereferenced the active connection directly; it now uses a null-conditional access so cancellation no longer throws when the connection has already been torn down.(#4372,#4373)
Fixed a
NullReferenceExceptioninSqlDataReaderwhen callingGetBytes/GetCharswith anulldestination buffer. The argument-validation path that constructs theInvalidDestinationBufferIndexexception now guards against the null buffer so the correctArgumentExceptionis surfaced instead of an NRE.(#4159,#4206)
Fixed Always Encrypted column master key signature verification incorrectly reusing cached results. The
SignatureVerificationCachelookup logic was corrected so signature verification outcomes are cached and retrieved against the correct key, preventing stale or mismatched verification results.(#4339,#4343)
Changed
Hardened TDS token parsing with data-length bounds checks
What Changed:
(#4340,#4358)
Who Benefits:
Impact:
... (truncated)
7.0.1
This update brings the following changes since the 7.0.0 release:
Fixed
Fixed
SqlBulkCopyfailing on SQL Server 2016 withInvalid column name 'graph_type'error. The column metadata query now uses dynamic SQL so that references to thegraph_typecolumn (introduced in SQL Server 2017) are not compiled on older versions that lack the column. (#3714, #4092, #4147)Fixed
SqlBulkCopyfailing on Azure Synapse Analytics dedicated SQL pools. The column-list query previously used a variable-assignment pattern that Synapse does not support; it now usesSTRING_AGGwhen targeting Synapse (engine edition 6) and falls back to the variable-assignment approach for SQL Server 2016 compatibility. (#4149, #4176, #4182)Fixed
SqlDataReader.GetFieldType()andGetProviderSpecificFieldType()returningtypeof(byte[])instead oftypeof(SqlVector<float>)for vector float32 columns. The methods now follow the same type-determination logic asGetValue(). (#4104, #4105, #4152)Added missing
System.Data.Common(v4.3.0) NuGet package dependency for .NET Framework consumers. The inboxSystem.Data.Commonassembly on .NET Framework predates APIs such asIDbColumnSchemaGenerator; without the explicit NuGet dependency, consumers encounteredCS0012compilation errors when using these types throughMicrosoft.Data.SqlClient. (#4063, #4074)Changed
Enabled the User Agent TDS feature extension unconditionally. The
Switch.Microsoft.Data.SqlClient.EnableUserAgentAppContext switch has been removed; the driver now always sends User Agent information during login. (#4124, #4154)Added type forwards from the core
Microsoft.Data.SqlClientassembly to public types that were moved to theMicrosoft.Data.SqlClient.Extensions.Abstractionspackage:SqlAuthenticationMethod,SqlAuthenticationParameters,SqlAuthenticationProvider,SqlAuthenticationProviderException, andSqlAuthenticationToken. This ensures binary compatibility for assemblies compiled against earlier versions ofMicrosoft.Data.SqlClientwhere these types lived in the core assembly. (#4067, #4117)Fixed API documentation include paths and duplicate doc snippets. (#4084, #4086, #4107, #4161)
Contributors
We thank the following public contributors. Their efforts toward this project are very much appreciated.
Target Platform Support
Dependencies
.NET 9.0
.NET 8.0
... (truncated)
7.0.0
This is the general availability release of Microsoft.Data.SqlClient 7.0, a major milestone for the .NET data provider for SQL Server. This release addresses the most upvoted issue in the repository's history — extracting Azure dependencies from the core package — introduces pluggable SSPI authentication, adds enhanced routing for Azure SQL Hyperscale, and delivers async read performance improvements.
Also released as part of this milestone:
Changes Since 7.0.0-preview4
Added
Microsoft.Data.SqlClient.Extensions.Azurepackage installed, guiding users to install the correct package. (#3962, #4046)Changed
Other changes
Microsoft.Data.SqlClient.Extensions.Loggingpackage toMicrosoft.Data.SqlClient.Internal.Loggingto indicate it is for internal use only and should not be referenced directly by application code. (#4038)Azure.Coreto v1.51.1Azure.Identityto v1.18.0Azure.Security.KeyVault.Keysto v4.9.0Microsoft.Extensions.Caching.Memoryto v9.0.13 (.NET 9.0)Microsoft.IdentityModel.JsonWebTokensto v8.16.0Microsoft.IdentityModel.Protocols.OpenIdConnectto v8.16.0Microsoft.Bcl.Cryptographyto v9.0.13 (.NET 9.0)System.Configuration.ConfigurationManagerto v9.0.13 (.NET 9.0)System.Diagnostics.DiagnosticSourceto v10.0.3System.Security.Cryptography.Pkcsto v9.0.13 (.NET 9.0)System.Text.Jsonto v10.0.3System.Threading.Channelsto v10.0.3System.ValueTupleto v4.6.2Cumulative Changes Since 6.1
This section summarizes all changes across the 7.0 preview cycle for users upgrading from the latest 6.1 stable release.
Changed
Azure Dependencies Removed from Core Package
What Changed:
Microsoft.Data.SqlClientpackage no longer depends onAzure.Core,Azure.Identity, or their transitive dependencies (e.g.,Microsoft.Identity.Client,Microsoft.Web.WebView2). Azure Active Directory / Entra ID authentication functionality (ActiveDirectoryAuthenticationProviderand related types) has been extracted into a newMicrosoft.Data.SqlClient.Extensions.Azurepackage. (#1108, #3680, #3902, #3904, #3908, #3917, #3982, #3978, #3986)... (truncated)
7.0.0-preview4
Changed
Azure Dependencies Removed from Core Package
What Changed:
Microsoft.Data.SqlClientpackage no longer depends onAzure.Core,Azure.Identity, or their transitive dependencies (e.g.,Microsoft.Identity.Client,Microsoft.Web.WebView2). Azure Active Directory / Entra authentication functionality (ActiveDirectoryAuthenticationProviderand related types) has been extracted into a newMicrosoft.Data.SqlClient.Extensions.Azurepackage that can be installed separately when needed. (#1108, #3680, #3902, #3904, #3908, #3917, #3982, #3978, #3986)Microsoft.Data.SqlClient.Extensions.Abstractions(shared types between the core driver and extensions) andMicrosoft.Data.SqlClient.Extensions.Logging(shared ETW tracing infrastructure). (#3626, #3628, #3967)Who Benefits:
Azure.Core,Azure.Identity,Microsoft.Identity.Client, andMicrosoft.Web.WebView2) even for applications that only needed basic SQL Server connectivity. This was the most upvoted open issue in the repository (#1108).Impact:
ActiveDirectoryPassword,ActiveDirectoryInteractive,ActiveDirectoryDefault, etc.) must now install theMicrosoft.Data.SqlClient.Extensions.AzureNuGet package separately. No code changes are required beyond adding the package reference.Added
Expose SSPI Context Provider as Public API
What Changed:
SspiContextProviderabstract class and a publicSspiContextProviderproperty onSqlConnection, allowing applications to supply a custom SSPI context provider for integrated authentication. This enables custom Kerberos ticket negotiation and NTLM username/password authentication scenarios that the driver does not natively support. (#2253, #2494)Who Benefits:
Impact:
SspiContextProvideronSqlConnectionbefore opening the connection. The provider handles the authentication token exchange during integrated authentication. This is an additive API — existing authentication behavior is unchanged when no custom provider is set. See SspiContextProvider_CustomProvider.cs for a sample implementation.SspiContextProvideris a part of the connection pool key. Care should be taken when using this property to ensure the implementation returns a stable identity per resource.Expose Default Transient Error List
What Changed:
SqlConfigurableRetryFactory.BaselineTransientErrorsstatic property (returns aReadOnlyCollection<int>), making it easier to extend the set of transient errors without copy-pasting from the repository source. (#3903)Who Benefits:
Impact:
... (truncated)
7.0.0-preview3
Preview Release 7.0.0-preview3.25342.7 - December 8, 2025
Added
Support for .NET 10
What Changed:
(#3686)
Who Benefits:
Impact:
Enable SqlClientDiagnosticListener in SqlCommand on .NET Framework
What Changed:
(#3658)
Who Benefits:
Impact:
Enable User Agent Extension
What Changed:
(#3606)
Who Benefits:
Impact:
Switch.Microsoft.Data.SqlClient.EnableUserAgentapp context switch is enabled, the driver sends more detailed user agent strings. This switch is disabled by default. This change will assist with troubleshooting and quantifying driver usage by version and operating system.Fixed
... (truncated)
7.0.0-preview2
This update brings the following changes since the 7.0.0-preview1 release:
Bug Fixes
CreatePerformanceCounters(#3623)Added
App Context Switch for Ignoring Server-Provided Failover Partner
What Changed:
Switch.Microsoft.Data.SqlClient.IgnoreServerProvidedFailoverPartnerwas introduced to let the client ignore server-provided failover partner info in Basic Availability Groups (BAGs). When the switch is enabled, only the failover partner specified in the connection string is used; server-supplied partner values are skipped. This context switch was introduced in PR #3625.Who Benefits:
Impact:
tcp:host,port) so that the client uses that instead of the server's suggestion.Other Additions
Changed
Deprecation of
SqlAuthenticationMethod.ActiveDirectoryPasswordWhat Changed:
SqlAuthenticationMethod.ActiveDirectoryPasswordis now marked as[Obsolete]. This change occurred in PR #3671Who benefits:
... (truncated)
7.0.0-preview1
Changes Since 6.1.0
This update brings the following changes since the 6.1.0 release:
Breaking Changes
Constrained Execution Regionerror handling blocks and associatedSqlConnectioncleanup which may affect how potentially-broken connections are expunged from the pool. (#3535)Bug Fixes
Added
SqlColumnEncryptionCertificateStoreProvidernow works on Windows, Linux, and macOS. (#3014)Changed
Updated
SqlVector.Nullto return a nullableSqlVectorinstance in the reference API to match the implementation. (#3521)Performance improvements for all built-in
SqlColumnEncryptionKeyStoreProviderimplementations. (#3554)Various test improvements. (#3456, #2968, #3458, #3494, #3559, #3575)
Codebase merge project and related cleanup. (#3436, #3434, #3448, #3454, #3462, #3435, #3492, #3473, #3469, #3394, #3493, #3593)
Documentation improvements. (#3490)
Updated
Azure.Identitydependency to v1.14.2. (#3538)Changes Since 6.0.2
This update brings the following changes since the 6.0.2 release. Changes already noted above are omitted:
Additions
Added dedicated SQL Server vector datatype support
What Changed:
Who Benefits:
Impact:
... (truncated)
6.1.6
This update brings the following changes since the 6.1.5 release:
Added
WAM broker support for the supported Entra ID authentication modes (Windows only)
What Changed:
ActiveDirectoryAuthenticationProviderOptionsoptions bag and a correspondingActiveDirectoryAuthenticationProvider(ActiveDirectoryAuthenticationProviderOptions options)constructor were introduced, exposing aUseWamBrokerproperty (alongsideApplicationClientIdandDeviceCodeFlowCallback).(#4288, #4387)
SetParentActivityOrWindowFunc(Func<object> parentActivityOrWindowFunc)method so callers can supply a parent window handle on Windows or a parentActivity/UIViewControlleron Android/iOS/MAUI.Who Benefits:
ActiveDirectoryInteractiveand other supported Entra ID authentication modes on Windows benefit from the WAM broker's improved security (tokens are brokered by the OS), single sign-on with the logged-in Windows account, and support for Conditional Access and Windows Hello.Impact:
ApplicationClientId, WAM is opt-in viaActiveDirectoryAuthenticationProviderOptions.UseWamBroker. Consider enabling it when you want OS-brokered tokens, single sign-on with the signed-in Windows account, Windows Hello, and Conditional Access support.UseWamBrokeris a Windows-only setting and has no effect on non-Windows platforms, where interactive Entra ID flows always use the system browser.Changed
Hardened TDS token parsing with data-length bounds checks
What Changed:
(#4340, #4359)
Who Benefits:
Impact:
... (truncated)
6.1.5
This update brings the following changes s...
Description has been truncated