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.1.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: v13.1.2
Choose a head ref
  • 3 commits
  • 10 files changed
  • 7 contributors

Commits on Feb 25, 2026

  1. Bump patch version from 13.1.1 to 13.1.2 (#14699)

    * Initial plan
    
    * Bump patch version from 13.1.1 to 13.1.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 Feb 25, 2026
    Configuration menu
    Copy the full SHA
    f912eab View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2026

  1. [release/13.1] Fix template version parsing for .NET 10.0 SDK separat…

    …or change (#14698)
    
    * Fix template version parsing for .NET 10.0 SDK separator change (#14285)
    
    * Initial plan
    
    * Fix template version parsing to support @ separator for .NET 10.0 SDK
    
    Co-authored-by: JamesNK <303201+JamesNK@users.noreply.github.com>
    
    * Refactor into parameterized test using Theory and InlineData
    
    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>
    
    * Fix
    
    * Update pinned SDK version to 10.0.102 (#13936)
    
    * Initial plan
    
    * Update SDK version from 10.0.101 to 10.0.102
    
    Co-authored-by: danegsta <50252651+danegsta@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
    Co-authored-by: danegsta <50252651+danegsta@users.noreply.github.com>
    
    * Apply suggestions from code review
    
    * Make Ubuntu runner not identify as WSL2 (#14440)
    
    * Try making dotnet not identify github as WSL2, ignore trust error
    
    * Skip on error
    
    * Remove continue-on-error since workaround was successful
    
    * Allow exit code 4
    
    * Add comment explaining workaround
    
    ---------
    
    Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
    Co-authored-by: JamesNK <303201+JamesNK@users.noreply.github.com>
    Co-authored-by: danegsta <50252651+danegsta@users.noreply.github.com>
    Co-authored-by: Jose Perez Rodriguez <joperezr@microsoft.com>
    5 people authored Feb 26, 2026
    Configuration menu
    Copy the full SHA
    311931f View commit details
    Browse the repository at this point in the history
  2. Update pipeline images to non-deprecated pools (#14707)

    Port pipeline image changes from release/13.2 to release/13.1:
    - Replace windows.vs2022preview.amd64 with windows.vs2026preview.scout.amd64 (internal)
    - Replace windows.vs2022preview.amd64.open with windows.vs2026preview.scout.amd64.open (public)
    - Fix ubuntu image casing: build.ubuntu.2204.amd64.open -> Build.Ubuntu.2204.Amd64.Open
    
    Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
    joperezr and Copilot authored Feb 26, 2026
    Configuration menu
    Copy the full SHA
    895a2f0 View commit details
    Browse the repository at this point in the history
Loading