| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| dotnet-1.0.0-rc5 source code.tar.gz | 2026-04-01 | 13.9 MB | |
| dotnet-1.0.0-rc5 source code.zip | 2026-04-01 | 16.7 MB | |
| README.md | 2026-04-01 | 9.3 kB | |
| Totals: 3 Items | 30.7 MB | 0 | |
What's Changed
- .NET: Include ReasoningEncryptedContent by default when stored output disabled with Responses by @westey-m in https://github.com/microsoft/agent-framework/pull/4623
- .NET: Update A2A, MCP, and system package dependencies by @SergeyMenshykh in https://github.com/microsoft/agent-framework/pull/4647
- .NET: Fix to emit WorkflowStartedEvent during workflow execution by @peibekwe in https://github.com/microsoft/agent-framework/pull/4514
- .NET: Address Suppress Experimental Features for Docker Build by @rogerbarreto in https://github.com/microsoft/agent-framework/pull/4641
- .NET: Sanitize user input in log statements for durable agent samples by @kshyju in https://github.com/microsoft/agent-framework/pull/4656
- .NET: [Durable Agents] Filter empty AIContent from durable agent state responses by @cgillum in https://github.com/microsoft/agent-framework/pull/4670
- .NET - Fix flaky workflows test by @Copilot in https://github.com/microsoft/agent-framework/pull/4700
- .NET: Add durable workflow support by @kshyju in https://github.com/microsoft/agent-framework/pull/4436
- Bump actions/setup-dotnet from 5.1.0 to 5.2.0 by @dependabot[bot] in https://github.com/microsoft/agent-framework/pull/4541
- Bump danielpalme/ReportGenerator-GitHub-Action from 5.5.1 to 5.5.3 by @dependabot[bot] in https://github.com/microsoft/agent-framework/pull/4542
- Bump MishaKav/pytest-coverage-comment from 1.2.0 to 1.6.0 by @dependabot[bot] in https://github.com/microsoft/agent-framework/pull/4543
- Bump actions/upload-artifact from 4 to 7 by @dependabot[bot] in https://github.com/microsoft/agent-framework/pull/4373
- .NET: Align sample build configuration with test runner in CI by @kshyju in https://github.com/microsoft/agent-framework/pull/4735
- .NET: Fix race condition issue in FanInEdge while processing messages. by @peibekwe in https://github.com/microsoft/agent-framework/pull/4662
- .NET Compaction - Add
AsChatReducer()extension to exposeCompactionStrategyasIChatReducerby @Copilot in https://github.com/microsoft/agent-framework/pull/4664 - .NET Compaction - Allow developer to specify a custom formatter for
ToolResultCompactionStrategyby @Copilot in https://github.com/microsoft/agent-framework/pull/4667 - .NET: Validate SkillsInstructionPrompt contains {0} placeholder in FileAgentSkillsProvider by @moonbox3 in https://github.com/microsoft/agent-framework/pull/4642
- .NET: Fix source generator bug that silently drops base class handler registrations for protocol-only partial executors by @peibekwe in https://github.com/microsoft/agent-framework/pull/4751
- .NET: Trim src references and add utility to enforce by @westey-m in https://github.com/microsoft/agent-framework/pull/4693
- Add docker-in-docker feature to dev container by @westey-m in https://github.com/microsoft/agent-framework/pull/4794
- Add automated stale issue and PR follow-up ping workflow by @moonbox3 in https://github.com/microsoft/agent-framework/pull/4776
- .NET: Update to OpenAI 2.9.1, Azure.AI.OpenAI 2.9.0-beta.1, Microsoft.Extensions.AI 10.4.0, and Azure.AI.Projects 2.0.0-beta.2 by @Copilot in https://github.com/microsoft/agent-framework/pull/4613
- .NET: Improve visibility for AzureFunctions Workflows samples run tests in increase timeouts by @westey-m in https://github.com/microsoft/agent-framework/pull/4820
- .NET: Obsolete the V1 helper methods and migrate samples using it where possible by @westey-m in https://github.com/microsoft/agent-framework/pull/4795
- Add ADR-0020: Foundry Evals integration by @alliscode in https://github.com/microsoft/agent-framework/pull/4731
- .NET: Fix broken workflow samples by @peibekwe in https://github.com/microsoft/agent-framework/pull/4800
- .NET: Bump Azure.AI.Agents.Persistent from 1.2.0-beta.9 to 1.2.0-beta.10 by @dependabot[bot] in https://github.com/microsoft/agent-framework/pull/4833
- .NET: Update Hosted Samples References to latest beta.11 by @rogerbarreto in https://github.com/microsoft/agent-framework/pull/4853
- .NET: Mark constructors of InvokingContext and InvokedContext as experimental by @westey-m in https://github.com/microsoft/agent-framework/pull/4851
- Bump actions/download-artifact from 7 to 8 by @dependabot[bot] in https://github.com/microsoft/agent-framework/pull/4372
- .NET: Re-enable AzureAI.Persistent packaging and integration tests by @rogerbarreto in https://github.com/microsoft/agent-framework/pull/4865
- .NET: Update AIContextProviders to use Microsoft.Extensions.Compliance.Redaction by @westey-m in https://github.com/microsoft/agent-framework/pull/4854
- .NET: Persist messages during function call loop by @westey-m in https://github.com/microsoft/agent-framework/pull/4762
- .NET: [BREAKING] Fix FileSystemJsonCheckpointStore support for sessionIds with path-forbidden or special characters by @lokitoth in https://github.com/microsoft/agent-framework/pull/4730
- .NET: Expose workflows as MCP tools when hosting on Azure functions by @kshyju in https://github.com/microsoft/agent-framework/pull/4768
- .NET: Clarify IResettableExecutor usage comment in workflow sample by @peibekwe in https://github.com/microsoft/agent-framework/pull/4905
- .NET: Pass through external input request and handle response conversion for workflow as agent scenario by @peibekwe in https://github.com/microsoft/agent-framework/pull/4361
- .NET: Fix ChatOptions mutation in AIContextProviderChatClient across calls by @chetantoshniwal in https://github.com/microsoft/agent-framework/pull/4891
- .NET: [BREAKING] Update type names and source generator to reduce conflicts by @lokitoth in https://github.com/microsoft/agent-framework/pull/4903
- .NET: fix: HandoffAgentExecutor does not output any response when non-streaming by @lokitoth in https://github.com/microsoft/agent-framework/pull/4745
- .NET: Re-enable the "retrieve object" check in StateManager by @lokitoth in https://github.com/microsoft/agent-framework/pull/1881
- Add ADR to decide consistency of Chat History Persistence by @westey-m in https://github.com/microsoft/agent-framework/pull/4816
- ADR to support a multi-source architecture for agent skills by @SergeyMenshykh in https://github.com/microsoft/agent-framework/pull/4787
- .NET: Add AsIChatClientWithStoredOutputDisabled for ProjectResponsesClient by @rogerbarreto in https://github.com/microsoft/agent-framework/pull/4911
- .NET: Add integration test validating OpenAPI tools with AsAIAgent(agentVersion) by @rogerbarreto in https://github.com/microsoft/agent-framework/pull/4931
- .NET: Fix role assignment in ChatMessage construction by @AkiKurisu in https://github.com/microsoft/agent-framework/pull/4290
- .NET: Samples fix by @westey-m in https://github.com/microsoft/agent-framework/pull/4932
- .NET: Improve observability sample by @TaoChenOSU in https://github.com/microsoft/agent-framework/pull/4917
- .NET: Fix bug with per-service-call persistence and approvals by @westey-m in https://github.com/microsoft/agent-framework/pull/4933
- .NET: feat: Implement return-to-previous routing in handoff workflow by @lokitoth in https://github.com/microsoft/agent-framework/pull/4356
- .NET: [Breaking] Restructure agent skills to use multi-source architecture by @SergeyMenshykh in https://github.com/microsoft/agent-framework/pull/4871
- .NET: Fixes for durable agents integration tests by @westey-m in https://github.com/microsoft/agent-framework/pull/4952
- .NET: Skip flaky integration tests blocking merge queue by @rogerbarreto in https://github.com/microsoft/agent-framework/pull/4972
- .NET: [Breaking] Update Foundry Agents for Responses API by @rogerbarreto in https://github.com/microsoft/agent-framework/pull/4502
- .NET: BugFix [#3433] ChatClientAgent streaming responses missing messageid by @rogerbarreto in https://github.com/microsoft/agent-framework/pull/4615
- .NET: Add inline skills API by @SergeyMenshykh in https://github.com/microsoft/agent-framework/pull/4951
- .NET: Suppress CodeQL false positive by @westey-m in https://github.com/microsoft/agent-framework/pull/4948
- .NET: Add API breaking change validation for RC packages by @rogerbarreto in https://github.com/microsoft/agent-framework/pull/4977
- .NET: Allow Simulating service stored ChatHistory to improve consistency by @westey-m in https://github.com/microsoft/agent-framework/pull/4974
- .NET: Fix broken url in samples by @westey-m in https://github.com/microsoft/agent-framework/pull/4981
- .NET: Updated package versions by @rogerbarreto in https://github.com/microsoft/agent-framework/pull/4982
New Contributors
- @hgvfhsrtyvrt456vtg made their first contribution in https://github.com/microsoft/agent-framework/pull/4598
- @cecheta made their first contribution in https://github.com/microsoft/agent-framework/pull/3985
- @huimiu made their first contribution in https://github.com/microsoft/agent-framework/pull/4648
- @jsturtevant made their first contribution in https://github.com/microsoft/agent-framework/pull/4711
- @chetantoshniwal made their first contribution in https://github.com/microsoft/agent-framework/pull/4891
- @AkiKurisu made their first contribution in https://github.com/microsoft/agent-framework/pull/4290
Full Changelog: https://github.com/microsoft/agent-framework/compare/dotnet-1.0.0-rc4...dotnet-1.0.0-rc5