Skip to content

.NET: Fixing some small issues from bugbash - #3961

Merged
westey (westey-m) merged 2 commits into
microsoft:mainfrom
westey-m:2026-02-14-bugbash-fixes-2
Feb 17, 2026
Merged

.NET: Fixing some small issues from bugbash#3961
westey (westey-m) merged 2 commits into
microsoft:mainfrom
westey-m:2026-02-14-bugbash-fixes-2

Conversation

@westey-m

Copy link
Copy Markdown
Contributor

Motivation and Context

Description

Contribution Checklist

  • The code builds clean without any errors or warnings
  • The PR follows the Contribution Guidelines
  • All unit tests pass, and I have added new tests where possible
  • Is this a breaking change? If yes, add "[BREAKING]" prefix to the title of the PR.

CopilotAI review requested due to automatic review settings February 16, 2026 15:38
@markwallace-microsoftMark Wallace (markwallace-microsoft) added documentation Usage: [Issues, PRs], Target: documentation in the code base and learn docs .NET Usage: [Issues, PRs], Target: .Net labels Feb 16, 2026
@github-actionsgithub-actionsBot changed the title Fixing some small issues from bugbash.NET: Fixing some small issues from bugbashFeb 16, 2026

CopilotAI 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 fixes small issues identified during a bug bash. The changes improve documentation accuracy and add proper chat history filtering configuration to a RAG sample.

Changes:

  • Updated MCP Inspector command in README to include framework target specification
  • Fixed comment to accurately reflect the code's configured message limit (5 instead of 4)
  • Added InMemoryChatHistoryProvider configuration with proper filtering to prevent persisting AI context provider messages

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

FileDescription
dotnet/samples/GettingStarted/Agents/Agent_Step10_AsMcpTool/README.mdAdded --framework net10.0 flag to MCP Inspector dotnet run commands for consistency with other samples
dotnet/samples/GettingStarted/AgentWithRAG/AgentWithRAG_Step02_CustomVectorStoreRAG/Program.csCorrected comment to match code (5 messages), added InMemoryChatHistoryProvider with StorageInputMessageFilter to exclude AIContextProvider and ChatHistory messages

@westey-m
westey (westey-m) added this pull request to the merge queueFeb 17, 2026
@github-merge-queue
github-merge-queueBot removed this pull request from the merge queue due to failed status checks Feb 17, 2026
@westey-m
westey (westey-m) added this pull request to the merge queueFeb 17, 2026
@westey-m
westey (westey-m) removed this pull request from the merge queue due to a manual request Feb 17, 2026
@westey-m
westey (westey-m) added this pull request to the merge queueFeb 17, 2026
github-merge-queueBot pushed a commit that referenced this pull request Feb 17, 2026
github-merge-queueBot pushed a commit that referenced this pull request Feb 17, 2026
@westey-m
westey (westey-m) removed this pull request from the merge queue due to a manual request Feb 17, 2026
@westey-m
westey (westey-m) added this pull request to the merge queueFeb 17, 2026
Merged via the queue into microsoft:main with commit bf7056aFeb 17, 2026
15 checks passed
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentationUsage: [Issues, PRs], Target: documentation in the code base and learn docs.NETUsage: [Issues, PRs], Target: .Net

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@westey-m@rogerbarreto@SergeyMenshykh@markwallace-microsoft