Verify
Verify copied to clipboard
Add missing maxLength parameter to XML documentation
Addresses code review feedback on #1648 - the ReplaceAll method's XML documentation was missing the maxLength parameter.
Changes
- Added
<param name="maxLength">documentation tag toCrossChunkMatcher.ReplaceAllmethod
/// <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.