Skip to content

Bump Microsoft.AspNetCore.SpaProxy and 2 others#187

Merged
FSchiltz merged 1 commit intodevelopfrom
dependabot/nuget/Thea/non-major-versions-e63fdab193
Apr 13, 2026
Merged

Bump Microsoft.AspNetCore.SpaProxy and 2 others#187
FSchiltz merged 1 commit intodevelopfrom
dependabot/nuget/Thea/non-major-versions-e63fdab193

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Nov 24, 2025

Updated Microsoft.AspNetCore.SpaProxy from 8.0.22 to 8.0.25.

Release notes

Sourced from Microsoft.AspNetCore.SpaProxy's releases.

8.0.25

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.24...v8.0.25

8.0.24

Release

8.0.23

Release

What's Changed

https://devblogs.microsoft.com/dotnet/dotnet-and-dotnet-framework-january-2026-servicing-updates/#release-changelogs

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 9.0.11 to 9.0.14.

Release notes

Sourced from Microsoft.Data.Sqlite's releases.

9.0.14

Release

What's Changed

Full Changelog: dotnet/efcore@v9.0.13...v9.0.14

9.0.13

Release

What's Changed

Full Changelog: dotnet/efcore@v9.0.12...v9.0.13

9.0.12

Release

What's Changed

Full Changelog: dotnet/efcore@v9.0.11...v9.0.12

Commits viewable in compare view.

@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Nov 24, 2025
@FSchiltz FSchiltz enabled auto-merge (squash) April 2, 2026 19:42
Bumps Microsoft.AspNetCore.SpaProxy from 8.0.15 to 8.0.22
Bumps Microsoft.Data.SqlClient from 6.0.2 to 6.1.3
Bumps Microsoft.Data.Sqlite from 9.0.4 to 10.0.0
Bumps MQTTnet from 4.3.7.1207 to 5.0.1.1416

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.SpaProxy
  dependency-version: 8.0.22
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-major-versions
- dependency-name: Microsoft.Data.SqlClient
  dependency-version: 6.1.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-major-versions
- dependency-name: Microsoft.Data.Sqlite
  dependency-version: 10.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: non-major-versions
- dependency-name: MQTTnet
  dependency-version: 5.0.1.1416
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: non-major-versions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot changed the title Bump the non-major-versions group with 4 updates Bump Microsoft.AspNetCore.SpaProxy and 2 others Apr 13, 2026
@dependabot dependabot bot force-pushed the dependabot/nuget/Thea/non-major-versions-e63fdab193 branch from bd4c693 to a90c06f Compare April 13, 2026 13:30
@FSchiltz FSchiltz merged commit 77a0603 into develop Apr 13, 2026
2 checks passed
@FSchiltz FSchiltz deleted the dependabot/nuget/Thea/non-major-versions-e63fdab193 branch April 13, 2026 13:32
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