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.4.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.4.2
Choose a head ref
  • 8 commits
  • 26 files changed
  • 12 contributors

Commits on Aug 13, 2025

  1. [release/9.4] Simplify Aspire CLI project name validation to only rej…

    …ect path separators (#10832)
    
    * Initial plan
    
    * Update project name validation to support Unicode characters and add comprehensive tests
    
    Co-authored-by: mitchdenny <[email protected]>
    
    * Add documentation comment explaining the Unicode-aware project name validation regex
    
    Co-authored-by: mitchdenny <[email protected]>
    
    * Remove project name validation - let dotnet new handle validation
    
    Co-authored-by: davidfowl <[email protected]>
    
    * Revert to validation logic and simplify to only reject path separators
    
    Co-authored-by: mitchdenny <[email protected]>
    
    * Fix test compile.
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <[email protected]>
    Co-authored-by: mitchdenny <[email protected]>
    Co-authored-by: davidfowl <[email protected]>
    Co-authored-by: Mitch Denny <[email protected]>
    5 people authored Aug 13, 2025
    Configuration menu
    Copy the full SHA
    d3774ae View commit details
    Browse the repository at this point in the history
  2. [release/9.4] External Services with URL Parameter fails to generate …

    …manifests (#10806)
    
    * External Services with URL Parameter fails to generate manifests
    
    Need to check for publish mode before calling GetValueAsync on the URL parameter
    
    Fix #10789
    
    * Add test
    
    * Fix test to not use Verify
    
    ---------
    
    Co-authored-by: Eric Erhardt <[email protected]>
    github-actions[bot] and eerhardt authored Aug 13, 2025
    Configuration menu
    Copy the full SHA
    0f19a21 View commit details
    Browse the repository at this point in the history
  3. [release/9.4] Always update resource list in console logs after hidde…

    …n bool changes (#10738)
    
    * Always update resource list in console logs after hidden bool changes
    
    * Add test
    
    ---------
    
    Co-authored-by: Adam Ratzman <[email protected]>
    github-actions[bot] and Adam Ratzman authored Aug 13, 2025
    Configuration menu
    Copy the full SHA
    9c400db View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2025

  1. serve blazor.web.js from wwwroot instead of setting up new endpoint t…

    …o serve it (#10990)
    
    Co-authored-by: Adam Ratzman <[email protected]>
    JamesNK and adamint authored Aug 19, 2025
    Configuration menu
    Copy the full SHA
    8d690b4 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2025

  1. Configuration menu
    Copy the full SHA
    5c69750 View commit details
    Browse the repository at this point in the history
  2. Port (#11032)

    danmoseley authored Aug 20, 2025
    Configuration menu
    Copy the full SHA
    9942803 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2025

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

Commits on Aug 28, 2025

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