Verify icon indicating copy to clipboard operation
Verify copied to clipboard

Add missing maxLength parameter to XML documentation

Open Copilot opened this issue 5 months ago • 0 comments

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.

Copilot avatar Nov 29 '25 09:11 Copilot