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: 28fb38d
Choose a base ref
...
head repository: dotnet/extensions
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8a57aae
Choose a head ref
  • 19 commits
  • 103 files changed
  • 8 contributors

Commits on Dec 1, 2025

  1. Configuration menu
    Copy the full SHA
    7e19cc5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40d04a7 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2025

  1. Remove Microsoft.Extensions.AI.AzureAIInference (#7096)

    Azure.AI.Inference is no longer recommended. We don't need to maintain the source for the wrapper.
    stephentoub authored Dec 2, 2025
    Configuration menu
    Copy the full SHA
    1ab483a View commit details
    Browse the repository at this point in the history
  2. DisableParallelization for environment variables based tests (#7100)

    * DisableParallelization for environment variables based tests
    
    * Refactor
    amadeuszl authored Dec 2, 2025
    Configuration menu
    Copy the full SHA
    152765f View commit details
    Browse the repository at this point in the history
  3. Remove AzureAIInference remnants after #7096 (#7102)

    * Initial plan
    
    * Remove AzureAIInference remnants after PR #7096
    
    Co-authored-by: jozkee <[email protected]>
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <[email protected]>
    Co-authored-by: jozkee <[email protected]>
    Copilot and jozkee authored Dec 2, 2025
    Configuration menu
    Copy the full SHA
    c233e67 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2025

  1. Update resource management configuration (#7084)

    Moving the condition to the correct node
    sebastienros authored Dec 3, 2025
    Configuration menu
    Copy the full SHA
    10d109f View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2025

  1. Merged PR 55833: Preapre for 10.1 release

    Preapre for 10.1 release
    
    ----
    #### AI description  (iteration 1)
    #### PR Classification
    This pull request prepares the project for the 10.1 release by updating dependency versions and build configurations for a stable shipping build.
    
    #### PR Summary
    The changes update package versions and streamline build pipelines to ensure a stable, release-ready output:
    - **`eng/Versions.props`**: Bumped dependency versions from 10.0.0 to 10.0.1 and enabled release stabilization by setting `<StabilizePackageVersion>` to true and `<DotNetFinalVersionKind>` to release.
    - **`azure-pipelines.yml`**: Removed the code coverage stage and updated dependency triggers to simplify the CI pipeline.
    - **`NuGet.config`**: Removed the package source mapping section and added a new internal package source reference.
    - **`eng/pipelines/templates/BuildAndTest.yml` & `Directory.Build.props`**: Added tasks to set up private feed credentials and disabled NU1507 warnings to support internal feeds.
    <!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot -->
    joperezr committed Dec 8, 2025
    Configuration menu
    Copy the full SHA
    9e8d935 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2025

  1. Configuration menu
    Copy the full SHA
    04048e1 View commit details
    Browse the repository at this point in the history
  2. Merged PR 55833: Preapre for 10.1 release (#7127)

    Preapre for 10.1 release
    
    ----
    #### AI description  (iteration 1)
    #### PR Classification
    This pull request prepares the project for the 10.1 release by updating dependency versions and build configurations for a stable shipping build.
    
    #### PR Summary
    The changes update package versions and streamline build pipelines to ensure a stable, release-ready output:
    - **`eng/Versions.props`**: Bumped dependency versions from 10.0.0 to 10.0.1 and enabled release stabilization by setting `<StabilizePackageVersion>` to true and `<DotNetFinalVersionKind>` to release.
    - **`azure-pipelines.yml`**: Removed the code coverage stage and updated dependency triggers to simplify the CI pipeline.
    - **`NuGet.config`**: Removed the package source mapping section and added a new internal package source reference.
    - **`eng/pipelines/templates/BuildAndTest.yml` & `Directory.Build.props`**: Added tasks to set up private feed credentials and disabled NU1507 warnings to support internal feeds.
    <!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot -->
    joperezr authored Dec 10, 2025
    Configuration menu
    Copy the full SHA
    4bb940f View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2025

  1. Bump MEAI version to 10.1.1

    ericstj committed Dec 11, 2025
    Configuration menu
    Copy the full SHA
    5efad04 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc76fa2 View commit details
    Browse the repository at this point in the history
  3. Fix markdown parser crash on inline HTML elements (#7131)

    Co-authored-by: copilot-swe-agent[bot] <[email protected]>
    Co-authored-by: adamsitnik <[email protected]>
    2 people authored and ericstj committed Dec 11, 2025
    Configuration menu
    Copy the full SHA
    2a872c8 View commit details
    Browse the repository at this point in the history
  4. Fix IndexOutOfRangeException when parsing markdown tables without tra…

    …iling pipes (#7133)
    
    Co-authored-by: copilot-swe-agent[bot] <[email protected]>
    Co-authored-by: adamsitnik <[email protected]>
    2 people authored and ericstj committed Dec 11, 2025
    Configuration menu
    Copy the full SHA
    be3641e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9dd2a7d View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2025

  1. Configuration menu
    Copy the full SHA
    d0d7beb View commit details
    Browse the repository at this point in the history
  2. Augment UsageDetails with cached / reasoning token counts (#7122)

    Cached tokens are currently reported by Anthropic, Gemini, OpenAI, and AWS. Reasoning tokens are currently reported by OpenAI and Gemini.
    stephentoub committed Dec 12, 2025
    Configuration menu
    Copy the full SHA
    9085192 View commit details
    Browse the repository at this point in the history
  3. Expose ctors for setting AdditionalProperties on Hosted tools (#7120)

    * Expose ctors for setting AdditionalProperties on Hosted tools
    
    * Address feedback
    stephentoub committed Dec 12, 2025
    Configuration menu
    Copy the full SHA
    a867287 View commit details
    Browse the repository at this point in the history
  4. Update to OpenAI 2.8.0 (#7136)

    * Update to OpenAI 2.8.0
    
    * Fix merge and address feedback
    stephentoub committed Dec 12, 2025
    Configuration menu
    Copy the full SHA
    b85d8c5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8a57aae View commit details
    Browse the repository at this point in the history
Loading