Skip to content

Conversation

Copy link

Copilot AI commented Nov 29, 2025

Addresses code review feedback on #1648 - the ReplaceAll method's XML documentation was missing the maxLength parameter.

Changes

  • Added <param name="maxLength"> documentation tag to CrossChunkMatcher.ReplaceAll method
/// <param name="builder">The StringBuilder to search and modify</param>
/// <param name="maxLength">Maximum length of patterns to search for</param>
/// <param name="context">User context passed to callbacks</param>

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: SimonCropp <122666+SimonCropp@users.noreply.github.com>
Copilot AI changed the title [WIP] Update to address feedback on cross chunk matching PR Add missing maxLength parameter to XML documentation Nov 29, 2025
Copilot AI requested a review from SimonCropp November 29, 2025 10:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants