Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 19, 2026

Updated Microsoft.AspNetCore.Authentication.JwtBearer from 10.0.1 to 10.0.2.

Release notes

Sourced from Microsoft.AspNetCore.Authentication.JwtBearer's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.Data.SqlClient from 6.1.3 to 6.1.4.

Release notes

Sourced from Microsoft.Data.SqlClient's releases.

6.1.4

This update brings the following changes since the 6.1.3 release:

Fixed

  • Fixed NullReferenceException issue with SqlDataAdapter when processing batch scenarios where certain SQL RPC calls may not include system parameters.
    (#​3877)
  • Fixed connection pooling issue where extra connection deactivation was causing active connection counts to go negative.
    (#​3776)

Added

AppContext Switch for enabling MultiSubnetFailover

What Changed:

  • Added new AppContext switch Switch.Microsoft.Data.SqlClient.EnableMultiSubnetFailoverByDefault to set MultiSubnetFailover=true by default in connection string.
    (#​3851)

Who Benefits:

  • Applications that need MultiSubnetFailover enabled globally without modifying connection strings.

Impact:

  • Applications can now enable MultiSubnetFailover globally using one of the following methods:
// In application code
AppContext.SetSwitch("Switch.Microsoft.Data.SqlClient.EnableMultiSubnetFailoverByDefault", true);
// In runtimeconfig.json
{
  "configProperties": {
    "Switch.Microsoft.Data.SqlClient.EnableMultiSubnetFailoverByDefault": true
  }
}
<!-- In App.Config -->
<runtime>
  <AppContextSwitchOverrides value="Switch.Microsoft.Data.SqlClient.EnableMultiSubnetFailoverByDefault=true" />
</runtime>

Changed

  • Optimized SqlStatistics execution timing by using Environment.TickCount instead of more expensive timing mechanisms.
    ... (truncated)

Commits viewable in compare view.

Updated Microsoft.Data.Sqlite from 10.0.1 to 10.0.2.

Release notes

Sourced from Microsoft.Data.Sqlite's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.Extensions.Hosting.WindowsServices from 10.0.1 to 10.0.2.

Release notes

Sourced from Microsoft.Extensions.Hosting.WindowsServices's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.Testing.Extensions.CodeCoverage from 18.1.0 to 18.3.2.

Release notes

Sourced from Microsoft.Testing.Extensions.CodeCoverage's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated System.Data.OleDb from 10.0.1 to 10.0.2.

Release notes

Sourced from System.Data.OleDb's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated TUnit from 1.7.0 to 1.12.3.

Release notes

Sourced from TUnit's releases.

1.12.3

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.12.0...v1.12.3

1.12.0

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.11.64...v1.12.0

1.11.64

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.11.56...v1.11.64

1.11.56

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.11.51...v1.11.56

1.11.51

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.11.45...v1.11.51

1.11.45

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.11.28...v1.11.45

1.11.28

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.11.18...v1.11.28

1.11.18

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.11.16...v1.11.18

1.11.16

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.11.0...v1.11.16

1.11.0

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.10.0...v1.11.0

1.10.0

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.9.91...v1.10.0

1.9.91

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.9.85...v1.9.91

1.9.85

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.9.81...v1.9.85

1.9.81

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.9.68...v1.9.81

1.9.68

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.9.64...v1.9.68

1.9.64

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.9.55...v1.9.64

1.9.55

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.9.45...v1.9.55

1.9.45

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.9.42...v1.9.45

1.9.42

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.9.26...v1.9.42

1.9.26

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.9.17...v1.9.26

1.9.17

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.9.2...v1.9.17

1.9.2

What's Changed

Other Changes

Full Changelog: thomhurst/TUnit@v1.9.0...v1.9.2

1.9.0

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.8.9...v1.9.0

1.8.9

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.8.1...v1.8.9

1.8.1

What's Changed

Other Changes

Full Changelog: thomhurst/TUnit@v1.8.0...v1.8.1

1.8.0

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.7.20...v1.8.0

1.7.20

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.7.16...v1.7.20

1.7.16

What's Changed

Telemetry Notice

Starting with this release, the TUnit meta package includes the Microsoft.Testing.Extensions.Telemetry package, which enables anonymous usage metrics collection by Microsoft. No personal data or source code is collected.

To opt out, you can either:

  • Set the environment variable TESTINGPLATFORM_TELEMETRY_OPTOUT=1
  • Reference TUnit.Engine and TUnit.Assertions packages separately instead of the TUnit meta package

For more details, see the Microsoft.Testing.Platform Telemetry Documentation.

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.7.7...v1.7.16

1.7.7

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.7.5...v1.7.7

1.7.5

What's Changed

Other Changes

Full Changelog: thomhurst/TUnit@v1.7.0...v1.7.5

Commits viewable in compare view.

Updated Verify.TUnit from 31.9.3 to 31.9.4.

Release notes

Sourced from Verify.TUnit's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated WireMock.Net from 1.21.0 to 1.24.0.

Release notes

Sourced from WireMock.Net's releases.

1.23.0

What's Changed

New Contributors

Full Changelog: wiremock/WireMock.Net@1.22.0...1.23.0

1.22.0

What's Changed

New Contributors

Full Changelog: wiremock/WireMock.Net@1.21.0...1.22.0

Commits viewable in compare view.

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps Microsoft.AspNetCore.Authentication.JwtBearer from 10.0.1 to 10.0.2
Bumps Microsoft.Data.SqlClient from 6.1.3 to 6.1.4
Bumps Microsoft.Data.Sqlite from 10.0.1 to 10.0.2
Bumps Microsoft.Extensions.Hosting.WindowsServices from 10.0.1 to 10.0.2
Bumps Microsoft.Testing.Extensions.CodeCoverage from 18.1.0 to 18.3.2
Bumps System.Data.OleDb from 10.0.1 to 10.0.2
Bumps TUnit from 1.7.0 to 1.12.3
Bumps Verify.TUnit from 31.9.3 to 31.9.4
Bumps WireMock.Net from 1.21.0 to 1.24.0

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Authentication.JwtBearer
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: server
- dependency-name: Microsoft.Data.SqlClient
  dependency-version: 6.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: server
- dependency-name: Microsoft.Data.Sqlite
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: server
- dependency-name: Microsoft.Extensions.Hosting.WindowsServices
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: server
- dependency-name: Microsoft.Testing.Extensions.CodeCoverage
  dependency-version: 18.3.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: server
- dependency-name: System.Data.OleDb
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: server
- dependency-name: TUnit
  dependency-version: 1.12.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: server
- dependency-name: Verify.TUnit
  dependency-version: 31.9.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: server
- dependency-name: WireMock.Net
  dependency-version: 1.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: server
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Jan 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .net code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant