Skip to content

[deps]: Update dotnet monorepo to v10 (major)#831

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/major-dotnet-monorepo
Open

[deps]: Update dotnet monorepo to v10 (major)#831
renovate[bot] wants to merge 1 commit intomainfrom
renovate/major-dotnet-monorepo

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Nov 24, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
Microsoft.AspNetCore.Cryptography.KeyDerivation (source) 9.0.910.0.6 age confidence
Microsoft.AspNetCore.DataProtection.EntityFrameworkCore (source) 9.0.910.0.5 age confidence
Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore (source) 9.0.910.0.6 age confidence
Microsoft.AspNetCore.Identity.EntityFrameworkCore (source) 9.0.910.0.6 age confidence
Microsoft.AspNetCore.Identity.UI (source) 9.0.910.0.6 age confidence
Microsoft.AspNetCore.Mvc.Testing (source) 9.0.910.0.6 age confidence
Microsoft.AspNetCore.OpenApi (source) 9.0.910.0.6 age confidence
Microsoft.EntityFrameworkCore (source) 9.0.910.0.6 age confidence
Microsoft.EntityFrameworkCore.Design (source) 9.0.910.0.6 age confidence
Microsoft.EntityFrameworkCore.InMemory (source) 9.0.910.0.6 age confidence
Microsoft.EntityFrameworkCore.Relational (source) 9.0.910.0.6 age confidence
Microsoft.EntityFrameworkCore.SqlServer (source) 9.0.910.0.6 age confidence
Microsoft.EntityFrameworkCore.Sqlite (source) 9.0.910.0.6 age confidence
Microsoft.EntityFrameworkCore.Tools (source) 9.0.910.0.6 age confidence
Microsoft.Extensions.Configuration.Abstractions (source) 9.0.910.0.6 age confidence
Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore (source) 9.0.910.0.6 age confidence
Microsoft.Extensions.Logging.Abstractions (source) 9.0.910.0.6 age confidence
Microsoft.Extensions.TimeProvider.Testing (source) 9.8.010.5.0 age confidence
System.Configuration.ConfigurationManager (source) 9.0.910.0.6 age confidence

Release Notes

dotnet/dotnet (Microsoft.AspNetCore.Cryptography.KeyDerivation)

v10.0.6

v10.0.5

v10.0.4

v10.0.3

v10.0.2

v10.0.1

dotnet/extensions (Microsoft.Extensions.TimeProvider.Testing)

v10.5.0

HTTP Logging Middleware APIs in Microsoft.AspNetCore.Diagnostics.Middleware are now stable. This release also transfers Microsoft.Extensions.VectorData.Abstractions and Microsoft.Extensions.VectorData.ConformanceTests from the Semantic Kernel repository into dotnet/extensions, jumping from 10.1.0 to 10.5.0 for consistent versioning. The release also delivers fixes across the AI libraries, AI Evaluation, and Service Discovery.

Breaking Changes

  1. Rename VectorStoreVectorAttribute constructor parameter #​7460
    • The Dimensions parameter was renamed to dimensions (lowercase). This is a source-breaking change only — binary compatibility is preserved.
    • If you use the named argument syntax new VectorStoreVectorAttribute(Dimensions: 1536), update it to new VectorStoreVectorAttribute(dimensions: 1536).

Experimental API Changes

Now Stable
  • HTTP Logging Middleware APIs are now stable (previously EXTEXP0013): AddHttpLogEnricher<T>, IHttpLogEnricher, and RequestHeadersLogEnricherOptions.HeadersDataClasses #​7380

What's Changed

AI
Vector Data
  • Move Microsoft.Extensions.VectorData.Abstractions over from Semantic Kernel #​7434 by @​roji
  • Rename VectorStoreVectorAttribute dimensions constructor parameter #​7460 by @​roji
AI Evaluation
ASP.NET Core Extensions
Service Discovery

Documentation Updates

Test Improvements

Repository Infrastructure Updates

  • Bump minimatch and azure-pipelines-task-lib in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript #​7361
  • Remove stale user-level .npmrc instead of npmAuthenticate #​7366 by @​ilonatommy
  • [main] Update dependencies from dotnet/arcade #​7374
  • Use env vars in build.ps1 to bypass stale agent npm config #​7376 by @​ilonatommy
  • Add a Release-Notes skill #​7390 by @​jeffhandley
  • Enable CFSClean* policies for extensions-ci-official pipeline #​7403 by @​mmitche
  • Fix CG alerts for Microsoft.Bcl.Memory #​7418 by @​wtgodbe
  • Bump flatted from 3.3.3 to 3.4.2 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript #​7421
  • [main] Update dependencies from dotnet/arcade #​7422
  • Bump picomatch from 2.3.1 to 2.3.2 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript #​7427
  • Bump picomatch in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript #​7429
  • Stop using Mariner 2 images #​7431 by @​wtgodbe
  • [main] Update dependencies from dotnet/arcade #​7435
  • Bump brace-expansion from 1.1.12 to 1.1.13 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript #​7440
  • Bump lodash from 4.17.23 to 4.18.1 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript #​7455
  • Bump vite from 6.4.1 to 6.4.2 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript #​7456
  • Correctly publish MEVD.ConformanceTests as nuget packages #​7459 by @​roji
  • Update ApiChief baselines for MEAI and MEVD #​7461 by @​jeffhandley
  • Upgrade to OpenAI 2.10.0 #​7450 by @​stephentoub
  • Use shared DiagnosticIds constants for MEVD experimental APIs #​7462 by @​jeffhandley

Acknowledgements

Full Changelog: dotnet/extensions@v10.4.1...v10.5.0

v10.4.0

This release advances the AI abstractions with new hosted file, web search, and reasoning content types, stabilizes MCP and tool approval APIs, adds streaming latency metrics to OpenTelemetry instrumentation, and delivers bug fixes across caching, data ingestion, and resource monitoring.

Experimental API Changes

Now Stable
  • MCP Server Tool Content and Function Call Approval APIs are now stable (previously MEAI001) #​7299
  • FakeLogCollector.GetLogsAsync(CancellationToken) is now stable (previously EXTEXP0003) #​7332
New Experimental APIs
  • New experimental AddExtendedHttpClientLogging overloads with wrapHandlersPipeline parameter (EXTEXP0013) #​7231
Removed Experimental APIs
  • AI Tool Reduction experimental APIs removed (was experimental under MEAI001) #​7353

What's Changed

AI
Telemetry and Observability
HTTP Resilience and Diagnostics
Diagnostics, Health Checks, and Resource Monitoring
Data Ingestion
Caching

Test Improvements

Repository Infrastructure Updates

Acknowledgements

Full Changelog: dotnet/extensions@v10.3.0...v10.4.0

v10.3.0

What's Changed

New Contributors

Full Changelog: dotnet/extensions@v10.2.0...v10.3.0

v10.2.0

What's Changed

New Contributors

Full Changelog: dotnet/extensions@v10.1...v10.2.0

v10.0.0

What's Changed

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "every 2nd week starting on the 2 week of the year before 4am on Monday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested a review from a team as a code owner November 24, 2025 02:34
@bitwarden-bot bitwarden-bot changed the title [deps]: Update dotnet monorepo to v10 (major) [PAS-605] [deps]: Update dotnet monorepo to v10 (major) Nov 24, 2025
@bitwarden-bot
Copy link
Copy Markdown

Internal tracking:

@renovate renovate Bot changed the title [PAS-605] [deps]: Update dotnet monorepo to v10 (major) [deps]: Update dotnet monorepo to v10 (major) Nov 24, 2025
@renovate renovate Bot force-pushed the renovate/major-dotnet-monorepo branch 3 times, most recently from 07ca4c0 to 20ab18d Compare December 17, 2025 02:52
@renovate renovate Bot force-pushed the renovate/major-dotnet-monorepo branch 2 times, most recently from 0b9130a to b4f5eed Compare January 20, 2026 22:44
@renovate renovate Bot force-pushed the renovate/major-dotnet-monorepo branch 3 times, most recently from 5b0f6e2 to bee9ccd Compare February 18, 2026 00:14
@renovate renovate Bot force-pushed the renovate/major-dotnet-monorepo branch 2 times, most recently from 454066f to 09f419c Compare February 19, 2026 21:08
@renovate renovate Bot force-pushed the renovate/major-dotnet-monorepo branch 3 times, most recently from 9e6a0e1 to f636403 Compare March 19, 2026 18:35
@renovate renovate Bot force-pushed the renovate/major-dotnet-monorepo branch 2 times, most recently from 21d06cc to e6f9bae Compare April 22, 2026 02:23
@renovate renovate Bot force-pushed the renovate/major-dotnet-monorepo branch from e6f9bae to ad90101 Compare April 22, 2026 11:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant