Skip to content

.NET: Add Microsoft.Agents.AI.LocalCodeAct to release solution filter - #7343

Merged
westey-m merged 2 commits into
mainfrom
copilot/add-nuget-package-for-localcodeact
Jul 27, 2026
Merged

.NET: Add Microsoft.Agents.AI.LocalCodeAct to release solution filter#7343
westey-m merged 2 commits into
mainfrom
copilot/add-nuget-package-for-localcodeact

Conversation

Copilot AI commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

Motivation & Context

Microsoft.Agents.AI.LocalCodeAct was never published to NuGet because it was missing from agent-framework-release.slnf — the solution filter that drives the release pipeline.

Description & Review Guide

  • What are the major changes? Added src\Microsoft.Agents.AI.LocalCodeAct\Microsoft.Agents.AI.LocalCodeAct.csproj to dotnet/agent-framework-release.slnf, in alphabetical order between Microsoft.Agents.AI.Hosting and Microsoft.Agents.AI.Mcp.
  • What is the impact of these changes? The package will now be included in the release build and published to NuGet.
  • What do you want reviewers to focus on? Correct placement in the solution filter and that no other packages are missing.

Related Issue

Contribution Checklist

  • The code builds clean without any errors or warnings
  • All unit tests pass, and I have added new tests where possible
  • The PR follows the Contribution Guidelines
  • This PR is linked to an issue and there is no other open PR for this issue (see Related Issue above).
  • This is not a breaking change. If it is a breaking change, add the breaking change label (or add "[BREAKING]" to the title prefix, before or after any language prefix) — a workflow keeps the label and title prefix in sync automatically.

Copilot AI review requested due to automatic review settings July 27, 2026 10:25
Copilot AI removed the request for review from Copilot July 27, 2026 10:25
Copilot AI linked an issue Jul 27, 2026 that may be closed by this pull request
Copilot AI requested review from Copilot and removed request for Copilot July 27, 2026 10:27
Copilot AI changed the title [WIP] Add NuGet package for Microsoft.Agents.AI.LocalCodeAct .NET: Add Microsoft.Agents.AI.LocalCodeAct to release solution filter Jul 27, 2026
Copilot AI requested a review from westey-m July 27, 2026 10:27
Copilot AI temporarily deployed to github-app-auth July 27, 2026 10:34 Inactive
Copilot AI temporarily deployed to github-app-auth July 27, 2026 10:34 Inactive
Copilot AI temporarily deployed to github-app-auth July 27, 2026 10:34 Inactive
@westey-m
westey-m marked this pull request as ready for review July 27, 2026 10:34
Copilot AI review requested due to automatic review settings July 27, 2026 10:34
@westey-m
westey-m temporarily deployed to github-app-auth July 27, 2026 10:34 — with GitHub Actions Inactive
@agent-framework-automation agent-framework-automation Bot added the .NET Usage: [Issues, PRs], Target: .Net label Jul 27, 2026
@westey-m
westey-m enabled auto-merge July 27, 2026 10:35

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 updates the .NET release solution filter so the Microsoft.Agents.AI.LocalCodeAct project is included in the release build/publish pipeline, addressing the missing NuGet package reported in #6824.

Changes:

  • Added src\Microsoft.Agents.AI.LocalCodeAct\Microsoft.Agents.AI.LocalCodeAct.csproj to dotnet/agent-framework-release.slnf in alphabetical order.

@westey-m
westey-m added this pull request to the merge queue Jul 27, 2026
Merged via the queue into main with commit 35a8891 Jul 27, 2026
33 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

.NET Usage: [Issues, PRs], Target: .Net

Projects

None yet

Development

Successfully merging this pull request may close these issues.

.NET: [Bug]: Microsoft.Agents.AI.LocalCodeAct is missing a NuGet package

5 participants