Skip to content

Fix malformed bullet point characters in error messages and logs#5

Closed
Copilot wants to merge 2 commits intousers/radevika/initClifrom
copilot/sub-pr-4
Closed

Fix malformed bullet point characters in error messages and logs#5
Copilot wants to merge 2 commits intousers/radevika/initClifrom
copilot/sub-pr-4

Conversation

Copy link
Contributor

Copilot AI commented Nov 13, 2025

Replaced malformed bullet characters () with proper Unicode bullet points () across error logging and exception formatting.

Changes

  • ConfigService.cs: Fixed validation error and warning log messages (2 instances)
  • Agent365Exception.cs: Fixed error details, context formatting, and helper methods (3 instances)
  • ConfigurationValidationException.cs: Fixed Azure naming rules contextual help (1 instance)

Example

// Before
_logger?.LogError("  � {Error}", error);

// After  
_logger?.LogError("  • {Error}", error);

Total: 6 instances corrected across 3 files.


💡 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.

…or details

Co-authored-by: sellakumaran <147754920+sellakumaran@users.noreply.github.com>
Copilot AI changed the title [WIP] Address feedback on 'Init DevTools Cli' pull request Fix malformed bullet point characters in error messages and logs Nov 13, 2025
Copilot AI requested a review from sellakumaran November 13, 2025 23:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants