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/extensions
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 06d1dcae7d
Choose a base ref
...
head repository: dotnet/extensions
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 77859cb87c
Choose a head ref
  • 3 commits
  • 25 files changed
  • 4 contributors

Commits on Aug 18, 2025

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

Commits on Aug 19, 2025

  1. Fix GetResponseAsync<T> to look at the last message only (#6721)

    * Fix GetResponseAsync<T> to look at the last message only
    
    It was looking at all messages in the whole response rather than just the last, which is where we expect the JSON to be.
    
    * update changelog
    stephentoub authored Aug 19, 2025
    Configuration menu
    Copy the full SHA
    736edc6 View commit details
    Browse the repository at this point in the history
  2. Update dependencies from https://github.com/dotnet/arcade build 20250…

    …815.3 (#6728)
    
    Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Templating , Microsoft.DotNet.Helix.Sdk
     From Version 9.0.0-beta.25407.2 -> To Version 9.0.0-beta.25415.3
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Aug 19, 2025
    Configuration menu
    Copy the full SHA
    77859cb View commit details
    Browse the repository at this point in the history
Loading