Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dotnet/aspire
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v9.5.1
Choose a base ref
...
head repository: dotnet/aspire
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v9.5.2
Choose a head ref
  • 7 commits
  • 23 files changed
  • 10 contributors

Commits on Oct 10, 2025

  1. [release/9.5] Revert SQL Server container image tag from 2025-latest …

    …to 2022-latest for Mac ARM compatibility (#11908)
    
    * Initial plan
    
    * Revert SQL Server container image tag from 2025-latest to 2022-latest
    
    Co-authored-by: eerhardt <8291187+eerhardt@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
    Co-authored-by: eerhardt <8291187+eerhardt@users.noreply.github.com>
    3 people authored Oct 10, 2025
    Configuration menu
    Copy the full SHA
    28d5b55 View commit details
    Browse the repository at this point in the history
  2. Ensure OutputPath is created in ResourceContainerImageBuilder (#11886)

    When using docker/podman, and specifying an output path, building a docker image will fail if the directory isn't created. Ensure it is created.
    
    Co-authored-by: Eric Erhardt <eric.erhardt@microsoft.com>
    github-actions[bot] and eerhardt authored Oct 10, 2025
    Configuration menu
    Copy the full SHA
    617e6df View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2025

  1. [release/9.5] Add configuration to suppress unsecured telemetry messa…

    …ge in dashboard (#11954)
    
    * Initial plan
    
    * Add SuppressUnsecuredTelemetryMessage option to OtlpOptions
    
    Co-authored-by: JamesNK <303201+JamesNK@users.noreply.github.com>
    
    * Address feedback: Parameterize MainLayout test and remove DashboardOptions tests
    
    Co-authored-by: JamesNK <303201+JamesNK@users.noreply.github.com>
    
    * Apply suggestion from @JamesNK
    
    * Update
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
    Co-authored-by: JamesNK <303201+JamesNK@users.noreply.github.com>
    Co-authored-by: James Newton-King <james@newtonking.com>
    4 people authored Oct 11, 2025
    Configuration menu
    Copy the full SHA
    a33ece0 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2025

  1. Update dependencies from https://github.com/microsoft/usvc-apiserver

    …build 0.17.3 (#12032)
    
    On relative base path root
    Microsoft.DeveloperControlPlane.darwin-amd64 , Microsoft.DeveloperControlPlane.darwin-arm64 , Microsoft.DeveloperControlPlane.linux-amd64 , Microsoft.DeveloperControlPlane.linux-arm64 , Microsoft.DeveloperControlPlane.linux-musl-amd64 , Microsoft.DeveloperControlPlane.windows-386 , Microsoft.DeveloperControlPlane.windows-amd64 , Microsoft.DeveloperControlPlane.windows-arm64 From Version 0.18.1 -> To Version 0.17.3
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    danegsta and dotnet-maestro[bot] authored Oct 15, 2025
    Configuration menu
    Copy the full SHA
    478043d View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2025

  1. Multi-target RabbitMQ and Redis client libraries (#12138)

    Users encountered a NuGet downgrade error (NU1605) when using Aspire client library packages in .NET 9 projects.
    
    This occurred because:
    1. Component packages targeted only `net8.0`, which references `Microsoft.Extensions.Hosting.Abstractions 8.0.1`
    2. They depend on `Microsoft.Extensions.DependencyInjection.AutoActivation 9.9.0`
    3. AutoActivation 9.9.0 requires `Microsoft.Extensions.Hosting.Abstractions >= 9.0.9`
    4. This created a downgrade conflict when the packages were consumed by .NET 9 projects
    
    Contributes to #11888
    eerhardt authored Oct 17, 2025
    Configuration menu
    Copy the full SHA
    c69f5f7 View commit details
    Browse the repository at this point in the history
  2. Backport PR #11951: Add noProfileSwitch to run command in DotNetCliRu…

    …nner (#11959)
    
    * Initial plan
    
    * Apply PR #11951 changes: Add noProfileSwitch to single-file run command and filter empty arguments
    
    Co-authored-by: davidfowl <95136+davidfowl@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
    Co-authored-by: davidfowl <95136+davidfowl@users.noreply.github.com>
    Copilot and davidfowl authored Oct 17, 2025
    Configuration menu
    Copy the full SHA
    287fe54 View commit details
    Browse the repository at this point in the history
  3. Checkpoint from VS Code for coding agent session (#12139)

    Co-authored-by: Jose Perez Rodriguez <joperezr@microsoft.com>
    Copilot and joperezr authored Oct 17, 2025
    Configuration menu
    Copy the full SHA
    2fc2752 View commit details
    Browse the repository at this point in the history
Loading