Thanks to visit codestin.com
Credit goes to github.com

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.3.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: v9.3.1
Choose a head ref
  • 8 commits
  • 45 files changed
  • 9 contributors

Commits on May 28, 2025

  1. markdown lint (#9389) (#9536)

    Fix these issues, and pin markdownlint so new rules don't appear out of the blue again.
    danmoseley authored May 28, 2025
    Configuration menu
    Copy the full SHA
    dcbd3d9 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2025

  1. [release/9.3] branding for 9.3.1 (#9539)

    * branding for 9.3.1
    
    * Update package versions to 9.3.1 across multiple configuration files
    
    ---------
    
    Co-authored-by: Jose Perez Rodriguez <[email protected]>
    danmoseley and joperezr authored May 29, 2025
    Configuration menu
    Copy the full SHA
    8b51817 View commit details
    Browse the repository at this point in the history
  2. [release/9.3] Fix Blob Container Connection String Format Exception (#…

    …9496)
    
    * Fix blob storage connection string configuration
    
    * Rervert program change
    
    * Remove connection string embedding
    
    * Add tests
    
    * Fix test
    
    ---------
    
    Co-authored-by: Sebastien Ros <[email protected]>
    github-actions[bot] and sebastienros authored May 29, 2025
    Configuration menu
    Copy the full SHA
    fcda82f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e8c4fa9 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2025

  1. [release/9.3] Use ProcessSpec for invoking dotnet publish (#9561)

    * Move dotnet publish call over to ProcessSpec.
    
    * Update PublishCommand.cs
    
    ---------
    
    Co-authored-by: Mitch Denny <[email protected]>
    github-actions[bot] and mitchdenny authored May 30, 2025
    Configuration menu
    Copy the full SHA
    f8022b6 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2025

  1. Initialize telemetry context in UpdateTelemetryProperties if not alre…

    …ady initialized (#9553) (#9602)
    
    Co-authored-by: Adam Ratzman <[email protected]>
    JamesNK and adamint authored Jun 2, 2025
    Configuration menu
    Copy the full SHA
    b50d00e View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2025

  1. Configuration menu
    Copy the full SHA
    26bef51 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2025

  1. Skip role assignment handling for emulators (#9705) (#9716)

    - Updated `BuildRoleAssignmentAnnotations` to skip processing for container emulators.
    - Added a new test `DoesNotApplyRoleAssignmentsInRunModeForEmulators` to verify that role assignments are not applied to emulator resources.
    
    Co-authored-by: David Fowler <[email protected]>
    eerhardt and davidfowl authored Jun 6, 2025
    Configuration menu
    Copy the full SHA
    5bc26c7 View commit details
    Browse the repository at this point in the history
Loading