.NET: deps/ai extensions - #8270
Conversation
chore: upgrade OpenAI package Signed-off-by: Vincent Biret <vibiret@microsoft.com>
chore: upgrades AGUI chore: upgrades hyperlight Signed-off-by: Vincent Biret <vibiret@microsoft.com>
chore: upgrades copilot studio chore: upgrades microsoft agents Signed-off-by: Vincent Biret <vibiret@microsoft.com>
… versions Signed-off-by: Vincent Biret <vibiret@microsoft.com>
…ects Signed-off-by: Vincent Biret <vibiret@microsoft.com>
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
…s multiple projects Signed-off-by: Vincent Biret <vibiret@microsoft.com>
… multiple projects Signed-off-by: Vincent Biret <vibiret@microsoft.com>
…ltiple projects Signed-off-by: Vincent Biret <vibiret@microsoft.com>
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
…penAI to version 2.13.0 in multiple projects Signed-off-by: Vincent Biret <vibiret@microsoft.com>
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
…s for Microsoft.Extensions packages Signed-off-by: Vincent Biret <vibiret@microsoft.com>
…tests Signed-off-by: Vincent Biret <vibiret@microsoft.com>
…d SessionPersistenceTests Signed-off-by: Vincent Biret <vibiret@microsoft.com>
…13.5.0 Signed-off-by: Vincent Biret <vibiret@microsoft.com>
…on to 4.88.0 Signed-off-by: Vincent Biret <vibiret@microsoft.com>
There was a problem hiding this comment.
MAF Automated Review — Iteration 1
Result: No findings
Scope: full PR (18 commit(s)): fe4372b0b5de, d082cdc19f2f, 88119fdef4af, 70bcec546922, 903d6abd63c3, b15268bf6ee7, 44f4054ca62a, e26eda06670e, 3a644d950b6b, 31ee70e9cc96, 00f8e3ee0415, 21e5a2412825, be1b3338f352, fa722778660e, 792c84a0e5c4, 784c32d93a42, cb9d2d04320d, 363133b5d08e
Model: gpt-5.6-sol-fast
Overview
The PR refreshes the .NET dependency set, keeps the principal package families aligned, and updates the two source-level compatibility points required by the new Anthropic and AGUI APIs. The AGUI serializer options preserve the production resolver ordering and are covered by both in-memory and Azure Storage two-turn persistence paths. The only material candidate was a mixed MCP adapter version in one standalone sample, but its exact package graph restores and builds and the sample's UseMcpSkills provider construction succeeds, so no Critical, High, or Medium defect was established.
Reviewed the supplied pull-request change set across correctness, security/reliability, architecture, and failure behavior.
No publishable findings remained after source verification for this scope.
Code Coverage OverviewLanguages: C# C# / code-coverage/dotnetThe overall line coverage in commit 5b154dc in the Show a line coverage summary of the most covered files.
Updated |
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
There was a problem hiding this comment.
MAF Automated Review — Iteration 2
Result: No findings
Scope: 2 net-new commit(s): 6092e8fe1293, c0fe0ffa09f4
Model: gpt-5.6-sol-fast
Overview
This incremental change corrects the self-contained hosted sample's Agent Framework MCP version and explicitly aligns the MCP Tasks extension with the existing MCP 2.2.0 reference. The explicit pins, matching central versions, paired framework dependencies, and task-lifecycle tests support the compatibility of the resulting dependency graph; no publishable defect was established.
Reviewed the supplied incremental change set across correctness, security/reliability, architecture, and failure behavior.
No publishable findings remained after source verification for this scope.
Motivation & Context
Refresh the .NET dependency set to pick up newer AI provider, hosting, Aspire, AGUI, storage, identity, and Microsoft.Extensions package versions. This keeps samples and integration tests aligned with the current package ecosystem, removes now-unnecessary dependency overrides, and updates code that depends on renamed or serializer-sensitive APIs.
Description & Review Guide
What are the major changes?
1.20.0-preview.260831.1and matching dependency versions.LatestVersionIDinstead of the previous version property.What is the impact of these changes?
What do you want reviewers to focus on?
Related Issue
Fixes #
No open PR currently exists for this branch (
deps/ai-extensions). Replace the placeholder above with the linked issue and confirm there is no other open PR for that issue before submitting.Contribution Checklist
breaking changelabel (or add "[BREAKING]" to the title prefix, before or after any language prefix) — a workflow keeps the label and title prefix in sync automatically.