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: main
Choose a base ref
...
head repository: dotnet/extensions
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: release/10.0
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 57 files changed
  • 10 contributors

Commits on Nov 21, 2025

  1. Configuration menu
    Copy the full SHA
    1fce40d View commit details
    Browse the repository at this point in the history
  2. Use DataContent from Microsoft.Extensions.AI for data URI generation (#…

    …7027)
    
    Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
    Co-authored-by: stephentoub <2642209+stephentoub@users.noreply.github.com>
    Co-authored-by: adamsitnik <6011991+adamsitnik@users.noreply.github.com>
    3 people authored and jeffhandley committed Nov 21, 2025
    Configuration menu
    Copy the full SHA
    e3e0a6f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e48d735 View commit details
    Browse the repository at this point in the history
  4. Replace custom IAsyncEnumerable extensions with System.Linq.AsyncEnum…

    …erable (#7039)
    
    Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
    Co-authored-by: adamsitnik <6011991+adamsitnik@users.noreply.github.com>
    2 people authored and jeffhandley committed Nov 21, 2025
    Configuration menu
    Copy the full SHA
    5a36077 View commit details
    Browse the repository at this point in the history
  5. Update to OpenAI 2.7.0 (#7044)

    stephentoub authored and jeffhandley committed Nov 21, 2025
    Configuration menu
    Copy the full SHA
    0f92af0 View commit details
    Browse the repository at this point in the history
  6. Update AI Chat Web template to Aspire 13.0.0 (#7036)

    * Initial plan
    
    * Update Aspire version to 13.0.0 in GeneratedContent.targets
    
    Co-authored-by: MackinnonBuck <10456961+MackinnonBuck@users.noreply.github.com>
    
    * Update template snapshots with Aspire 13.0.0 and ServiceDiscovery 10.0.0
    
    Co-authored-by: MackinnonBuck <10456961+MackinnonBuck@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
    Co-authored-by: MackinnonBuck <10456961+MackinnonBuck@users.noreply.github.com>
    2 people authored and jeffhandley committed Nov 21, 2025
    Configuration menu
    Copy the full SHA
    3dd3c0f View commit details
    Browse the repository at this point in the history
  7. Update AI changelogs (#7037)

    stephentoub authored and jeffhandley committed Nov 21, 2025
    Configuration menu
    Copy the full SHA
    4cd7403 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    58ef25d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    68f7c40 View commit details
    Browse the repository at this point in the history
  10. Fix operator precedence bug in ValidateSchemaDocument causing rejecti…

    …on of valid boolean schemas (#7066)
    
    * Initial plan
    
    * Fix operator precedence bug in ValidateSchemaDocument and add tests
    
    Co-authored-by: stephentoub <2642209+stephentoub@users.noreply.github.com>
    
    * Replace reflection-based tests with public API tests
    
    Co-authored-by: stephentoub <2642209+stephentoub@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
    Co-authored-by: stephentoub <2642209+stephentoub@users.noreply.github.com>
    2 people authored and jeffhandley committed Nov 21, 2025
    Configuration menu
    Copy the full SHA
    e6577e7 View commit details
    Browse the repository at this point in the history
  11. Use JsonElement.Parse for JsonElement conversions in AI libraries (#7067

    )
    
    * Initial plan
    
    * Replace JsonSerializer.Deserialize with JsonElement.Parse for string to JsonElement conversions
    
    Co-authored-by: stephentoub <2642209+stephentoub@users.noreply.github.com>
    
    * Replace remaining JsonSerializer.Deserialize with JsonElement.Parse for byte spans
    
    Co-authored-by: stephentoub <2642209+stephentoub@users.noreply.github.com>
    
    * Remove internal ParseJsonElement helper method from AIJsonUtilities
    
    Co-authored-by: eiriktsarpalis <2813363+eiriktsarpalis@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
    Co-authored-by: stephentoub <2642209+stephentoub@users.noreply.github.com>
    Co-authored-by: eiriktsarpalis <2813363+eiriktsarpalis@users.noreply.github.com>
    3 people authored and jeffhandley committed Nov 21, 2025
    Configuration menu
    Copy the full SHA
    4335bdf View commit details
    Browse the repository at this point in the history
  12. .NET: Change type of ContinuationToken properties (#7050)

    * Change type of ContinuationToken properties from object? to ResponseContinuationToken?
    
    * Delete unnecessary compat suppressions
    
    ---------
    
    Co-authored-by: Stephen Toub <stoub@microsoft.com>
    2 people authored and jeffhandley committed Nov 21, 2025
    Configuration menu
    Copy the full SHA
    0a0df1d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    14a26ce View commit details
    Browse the repository at this point in the history
Loading