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: v13.0.0
Choose a base ref
...
head repository: dotnet/aspire
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v13.0.2
Choose a head ref
  • 13 commits
  • 29 files changed
  • 10 contributors

Commits on Nov 11, 2025

  1. Configuration menu
    Copy the full SHA
    f7c7abd View commit details
    Browse the repository at this point in the history
  2. Fix NpgSQL end-to-end tests

    joperezr committed Nov 11, 2025
    Configuration menu
    Copy the full SHA
    445e51a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #12896 from joperezr/MergeInternalChanges

    Merge internal changes
    joperezr authored Nov 11, 2025
    Configuration menu
    Copy the full SHA
    4249002 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2025

  1. [release/13.0] Fix Azure roles resources always redeploying (#12903)

    * Fix Azure roles resources always redeploying
    
    Everytime we check if we need to redeploy an Azure "roles" resource in run mode, we are getting a different CheckSum. This is because we are overwriting the "known parameters" like PrincipalId and PrincipalType with 'null' values, because these values aren't available yet.
    
    The fix is to skip setting those known parameters, like we did in previous versions.
    
    Fix #12651
    
    * PR feedback
    
    ---------
    
    Co-authored-by: Eric Erhardt <eric.erhardt@microsoft.com>
    github-actions[bot] and eerhardt authored Nov 20, 2025
    Configuration menu
    Copy the full SHA
    6891fa8 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2025

  1. [release/13.0] Remove .py and .js files from being signed (#13005) (#…

    …13032)
    
    * Remove .py files from being signed (#13005)
    
    * Remove .py files from being signed
    
    Our python starter template has an Authenitcode signature block in its .py files. These aren't wanted because users are meant to change these templates.
    
    Fix #13004
    
    * PR feedback
    
    * Don't sign JS files
    
    We have .js files in our templates that are currently getting signed in our official builds. We don't want this, nor signing .py files. Exclude them both the same way - Update + CertificateName=None.
    eerhardt authored Nov 21, 2025
    Configuration menu
    Copy the full SHA
    9022848 View commit details
    Browse the repository at this point in the history
  2. [release/13.0] Fix subscription ID not being disabled on Azure provis…

    …ioning dialog (#12913)
    
    * Fix subscription ID not being disabled on Azure provisioning dialog
    
    * Fix location always disabled
    
    ---------
    
    Co-authored-by: James Newton-King <james@newtonking.com>
    github-actions[bot] and JamesNK authored Nov 21, 2025
    Configuration menu
    Copy the full SHA
    42ccc16 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2025

  1. [release/13.0] Default OpenAISettings.EnableSensitiveTelemetryData to…

    … TelemetryHelpers.EnableSensitiveDataDefault (#13017)
    
    * Initial plan
    
    * Default OpenAISettings.EnableSensitiveTelemetryData to TelemetryHelpers.EnableSensitiveDataDefault
    
    Co-authored-by: JamesNK <303201+JamesNK@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
    Co-authored-by: JamesNK <303201+JamesNK@users.noreply.github.com>
    3 people authored Nov 24, 2025
    Configuration menu
    Copy the full SHA
    56a471a View commit details
    Browse the repository at this point in the history
  2. Bump patch version from 13.0.0 to 13.0.1 (#13167)

    * Initial plan
    
    * Bump patch version from 13.0.0 to 13.0.1
    
    Co-authored-by: joperezr <13854455+joperezr@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
    Co-authored-by: joperezr <13854455+joperezr@users.noreply.github.com>
    Copilot and joperezr authored Nov 24, 2025
    Configuration menu
    Copy the full SHA
    2b4b203 View commit details
    Browse the repository at this point in the history
  3. EndpointReference evaluation should wait on missing AllocatedEndpoint (

    …#13074) (#13076)
    
    * Expression resolver should wait on missing AllocatedEndpoint(s)
    
    * Target test now passing
    
    * ExpressionResolverTests passing
    karolz-ms authored Nov 24, 2025
    Configuration menu
    Copy the full SHA
    4af9992 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2025

  1. [release/13.0] Update to Npgsql 10 (#13166)

    * Update to Npgsql 10
    
    * Ship stable versions now
    
    * Fix RepoTesting version
    
    ---------
    
    Co-authored-by: Eric Erhardt <eric.erhardt@microsoft.com>
    Co-authored-by: Jose Perez Rodriguez <joperezr@microsoft.com>
    3 people authored Nov 25, 2025
    Configuration menu
    Copy the full SHA
    a1937a3 View commit details
    Browse the repository at this point in the history
  2. Update dependencies from https://github.com/microsoft/usvc-apiserver

    …build 0.18.15 (#13187)
    
    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-amd64 , Microsoft.DeveloperControlPlane.windows-arm64 From Version 0.20.2 -> To Version 0.18.15
    Microsoft.DeveloperControlPlane.windows-386 From Version 0.19.0 -> To Version 0.18.15
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    danegsta and dotnet-maestro[bot] authored Nov 25, 2025
    Configuration menu
    Copy the full SHA
    5ee81c7 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2025

  1. Bump patch version from 13.0.1 to 13.0.2 (#13324)

    * Initial plan
    
    * Bump patch version from 13.0.1 to 13.0.2
    
    Co-authored-by: joperezr <13854455+joperezr@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
    Co-authored-by: joperezr <13854455+joperezr@users.noreply.github.com>
    Copilot and joperezr authored Dec 4, 2025
    Configuration menu
    Copy the full SHA
    b40d733 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8924dc6 View commit details
    Browse the repository at this point in the history
Loading