-
Couldn't load subscription status.
- Fork 840
Merge release/9.7 into main #6589
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Flow .NET Servicing versions ---- #### AI description (iteration 1) #### PR Classification This PR performs a servicing update by bumping .NET dependency versions and refining CI pipeline configurations for stable releases. #### PR Summary The changes update dependency versions from 9.0.6 to 9.0.7 (and corresponding LTS versions) and adjust build settings to support release stability while streamlining internal feed configurations. - `eng/Version.Details.xml`: Updated multiple dependency version numbers and SHA values from 9.0.6 to 9.0.7. - `eng/Versions.props`: Bumped version properties (including LTS versions from 8.0.17 to 8.0.18) and enabled stable release settings by setting package stabilization to true and DotNetFinalVersionKind to release. - `NuGet.config`: Modified package source settings by adding new internal feed mappings and removing preexisting package source mapping blocks. - `azure-pipelines.yml` & `eng/pipelines/templates/BuildAndTest.yml`: Removed the CodeCoverage stage and added tasks for setting up private feed credentials, with integration tests commented out due to authentication requirements. - `Directory.Build.props`: Suppressed NU1507 warnings to accommodate internal feeds without package source mapping. <!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot -->
* Add DelegatingAIFunction To simplify scenarios where someone wants to augment an existing AIFunction's behavior, tweak what one of its properties returns, etc. * Address PR feedback
The conventions we're pushing for on NuGet are: 1. `PackAsTool` 2. `McpServer` package type (in addition to the default `DotnetTool`) 3. Embed server.json This provides an `mcpserver` template as part of `Microsoft.Extensions.AI.Templates`. This currently only covers a local MCP server, with stdio transport.
We've had a bunch of requests to be able to customize how function invocation is handled, and while it's already possible today by deriving from FunctionInvokingChatClient and overriding its InvokeFunctionAsync, there's a lot of ceremony involved in that. By having a property on the client instance, that behavior can instead be configured as part of a UseFunctionInvocation call.
* Add reporting tests that show NLP results. * Cleanup analyzer errors. * Add global tags for NLP * Add more precision to the evaluator timing * More tags * Add another partial match test
* Enable specifying "strict" for OpenAI clients via ChatOptions * Address PR feedback
* AIFunctionFactory: tolerate JSON string function parameters. * Add debug assertion. * Update src/Libraries/Microsoft.Extensions.AI.Abstractions/Functions/AIFunctionFactory.cs Co-authored-by: Stephen Toub <[email protected]> * Add regex-based JSON string recognition and add more tests. --------- Co-authored-by: Stephen Toub <[email protected]>
…ns for 9.7 Pure cherry-picks
Clean cherry-picks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR merges the release/9.7 branch into main, updating package versions and checksums to the latest 9.0.7 and LTS 8.0.18 releases across the repository.
- Updated dozens of package version properties in
eng/Versions.propsfrom 9.0.6 → 9.0.7 and LTS 8.0.17 → 8.0.18. - Synced corresponding
<Dependency>entries ineng/Version.Details.xmlwith new versions and SHA hashes.
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| eng/Versions.props | Bumped automated Maestro-managed package version properties |
| eng/Version.Details.xml | Updated <Dependency> entries’ Version and Sha values |
This needs to be merged and not squashed.
Microsoft Reviewers: Open in CodeFlow