.NET: Enable Microsoft.Agents.AI.FoundryMemory for NuGet release#4559
Merged
rogerbarreto merged 5 commits intomicrosoft:mainfrom Mar 10, 2026
Merged
Conversation
- Remove IsPackable=false override from .csproj to inherit IsPackable=true from nuget-package.props - Add project to agent-framework-release.slnf for inclusion in build/sign/publish pipeline Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Enables NuGet packaging and release pipeline inclusion for Microsoft.Agents.AI.FoundryMemory, aligning it with the repo’s standard nuget-package.props packaging configuration.
Changes:
- Removed the
IsPackable=falseoverride so the project inheritsIsPackable=truefromdotnet/nuget/nuget-package.props. - Added
Microsoft.Agents.AI.FoundryMemory.csprojtodotnet/agent-framework-release.slnfto include it in build/sign/publish.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| dotnet/src/Microsoft.Agents.AI.FoundryMemory/Microsoft.Agents.AI.FoundryMemory.csproj | Removes the explicit opt-out from packing so the project becomes packable via shared NuGet props. |
| dotnet/agent-framework-release.slnf | Includes FoundryMemory in the release solution filter used by the release pipeline. |
westey-m
approved these changes
Mar 9, 2026
SergeyMenshykh
approved these changes
Mar 9, 2026
peibekwe
approved these changes
Mar 9, 2026
- StoreAIContextAsync fires UpdateMemoriesAsync immediately (non-accumulation) - WhenUpdatesCompletedAsync polls last updateId via GetUpdateResultAsync - Updated FoundryAgents_Step22_MemorySearch sample to create/destroy memory store (matching features/foundry-agent-client pattern) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- Sample now creates/destroys memory store (self-contained lifecycle) - Uses WaitForMemoriesUpdateAsync for seeding memories - Cleanup in finally block deletes both agent and memory store - Matches features/foundry-agent-client pattern Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…tps://github.com/rogerbarreto/agent-framework-public into issues/foundry-memory-package-release-enablement
westey-m
approved these changes
Mar 9, 2026
dotnet/samples/02-agents/FoundryAgents/FoundryAgents_Step22_MemorySearch/Program.cs
Show resolved
Hide resolved
dotnet/samples/02-agents/FoundryAgents/FoundryAgents_Step22_MemorySearch/Program.cs
Show resolved
Hide resolved
dotnet/samples/02-agents/FoundryAgents/FoundryAgents_Step22_MemorySearch/Program.cs
Show resolved
Hide resolved
This was referenced Mar 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation and Context
Enable Release of Package
Microsoft.Agents.AI.FoundryMemory.