Skip to content

chore(deps): update dotnet monorepo (major)#31

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

chore(deps): update dotnet monorepo (major)#31
renovate[bot] wants to merge 1 commit intomainfrom
renovate/major-dotnet-monorepo

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Nov 15, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
Microsoft.AspNetCore.Authentication.OpenIdConnect (source) 9.0.810.0.7 age confidence
Microsoft.AspNetCore.Components.WebAssembly (source) 9.0.810.0.7 age confidence
Microsoft.AspNetCore.Components.WebAssembly.Authentication (source) 9.0.810.0.7 age confidence
Microsoft.AspNetCore.Components.WebAssembly.Server (source) 9.0.810.0.7 age confidence
Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore (source) 9.0.810.0.7 age confidence
Microsoft.AspNetCore.Identity.EntityFrameworkCore (source) 9.0.810.0.7 age confidence
Microsoft.CodeAnalysis.Analyzers 3.3.45.3.0 age confidence
Microsoft.CodeAnalysis.CSharp 4.8.05.3.0 age confidence
Microsoft.EntityFrameworkCore.SqlServer (source) 9.0.810.0.7 age confidence
Microsoft.EntityFrameworkCore.Tools (source) 9.0.810.0.7 age confidence
Microsoft.Extensions.Configuration.Abstractions (source) 9.0.810.0.7 age confidence
Microsoft.Extensions.Configuration.Binder (source) 9.0.810.0.7 age confidence
Microsoft.Extensions.DependencyInjection (source) 9.0.810.0.7 age confidence
Microsoft.Extensions.DependencyInjection.Abstractions (source) 9.0.810.0.7 age confidence
Microsoft.Extensions.Http (source) 9.0.810.0.7 age confidence
Microsoft.Extensions.Http.Resilience (source) 9.7.010.5.0 age confidence
Microsoft.Extensions.Options (source) 9.0.810.0.7 age confidence
Microsoft.Extensions.Options.ConfigurationExtensions (source) 9.0.810.0.7 age confidence
Microsoft.Extensions.ServiceDiscovery.Yarp (source) 9.4.110.5.0 age confidence
System.Text.Json (source) 9.0.910.0.7 age confidence

Release Notes

dotnet/dotnet (Microsoft.AspNetCore.Authentication.OpenIdConnect)

v10.0.7

v10.0.6

v10.0.5

v10.0.4

v10.0.3

v10.0.2

v10.0.1

dotnet/extensions (Microsoft.Extensions.Http.Resilience)

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
    • Only on Sunday and Saturday (* * * * 0,6)
  • Automerge
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)

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

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 force-pushed the renovate/major-dotnet-monorepo branch 2 times, most recently from 2ba1e66 to fd4b936 Compare December 10, 2025 02:39
@renovate renovate Bot force-pushed the renovate/major-dotnet-monorepo branch 2 times, most recently from 00e7eca to 88d3046 Compare January 13, 2026 20:54
@renovate renovate Bot force-pushed the renovate/major-dotnet-monorepo branch from 88d3046 to 85d55af Compare February 10, 2026 20:48
@renovate renovate Bot force-pushed the renovate/major-dotnet-monorepo branch from 85d55af to e116fc1 Compare February 24, 2026 15:15
@renovate renovate Bot force-pushed the renovate/major-dotnet-monorepo branch from e116fc1 to f177e9b Compare March 7, 2026 11:48
@renovate renovate Bot changed the title chore(deps): update dotnet monorepo to v10 (major) chore(deps): update dotnet monorepo (major) Mar 7, 2026
@renovate renovate Bot force-pushed the renovate/major-dotnet-monorepo branch 6 times, most recently from e05598b to 371c7d5 Compare March 13, 2026 18:55
@renovate renovate Bot force-pushed the renovate/major-dotnet-monorepo branch 2 times, most recently from e2fa19f to daf450a Compare April 1, 2026 16:59
@renovate renovate Bot force-pushed the renovate/major-dotnet-monorepo branch 3 times, most recently from 6c99f61 to 468a4a9 Compare April 15, 2026 05:04
@renovate renovate Bot force-pushed the renovate/major-dotnet-monorepo branch from 468a4a9 to c3739bb Compare April 21, 2026 19:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants