.NET: Bump Azure.AI.Projects to 3.0.0-beta.2 - #8165
Conversation
There was a problem hiding this comment.
🟢 Approval recommended
The changes are limited to consistent version/comment updates for Azure.AI.Projects with no functional code modifications detected.
Pull request overview
Updates the .NET Foundry integration to use the latest preview of Azure.AI.Projects (3.0.0-beta.2), keeping both centrally managed package versions and standalone hosted sample pins aligned.
Changes:
- Bumped central
Azure.AI.Projectspackage version to3.0.0-beta.2viaDirectory.Packages.props. - Updated explicit
Azure.AI.Projectspins in the Hosted Steering and Resilient Workflow samples to3.0.0-beta.2to keep them self-contained/consistent. - Updated the Foundry project comment referencing the preview dependency version.
File summaries
| File | Description |
|---|---|
| dotnet/src/Microsoft.Agents.AI.Foundry/Microsoft.Agents.AI.Foundry.csproj | Updates the preview dependency comment to reference 3.0.0-beta.2. |
| dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-Workflow-Resilient/HostedWorkflowResilient.csproj | Updates the standalone sample’s explicit Azure.AI.Projects version to 3.0.0-beta.2. |
| dotnet/samples/04-hosting/FoundryHostedAgents/responses/Hosted-Steering/HostedSteering.csproj | Updates the standalone sample’s explicit Azure.AI.Projects version to 3.0.0-beta.2. |
| dotnet/Directory.Packages.props | Bumps centrally managed Azure.AI.Projects version to 3.0.0-beta.2. |
Review details
- Files reviewed: 4/4 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.
There was a problem hiding this comment.
MAF Automated Review — Iteration 1
Result: No findings
Scope: full PR (1 commit(s)): 2fc9f3919dc2
Model: gpt-5.6-sol-fast
Overview
The PR consistently updates the centrally managed Azure.AI.Projects version and the two standalone samples that opt out of central package management, while keeping intentionally isolated older sample pins unchanged. The affected preview API surfaces have focused routing and option-propagation tests, and the repository-wide build matrix covers all declared target frameworks with warnings treated as errors. No publishable 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.
Motivation & Context
Update the .NET Foundry integration to the latest
Azure.AI.Projectspreview,3.0.0-beta.2.Description & Review Guide
3.0.0-beta.1to3.0.0-beta.2. Update the matching Foundry package comment.Azure.AI.Projects,Azure.AI.Projects.Agents, andAzure.AI.Extensions.OpenAIto3.0.0-beta.2. No Agent Framework API changes or C# adaptations are needed. Samples independently pinned to2.1.0-beta.4retain those pins.Related Issue
None. Routine dependency maintenance; no matching open issue or duplicate PR was found.
Contribution Checklist
10.0.303. The SDK was installed from Microsoft's checksum-verified archive because its SDK image tag is unavailable.Integration-test projects were built but not executed because they require external services.