Files
Yu Leng (from Dev Box) 00465ca21a refactor(powerdisplay): remove redundant CLI docs and de-duplicate IPC test fakes
- Delete doc/devdocs/modules/powerdisplay/cli.md and doc/devdocs/cli-conventions.md;
  CLI usage is discoverable via --help and the two only cross-referenced each other.
- PowerDisplay.Cli.UnitTests: remove dead StringWriter/IDisposable from IpcDispatchTests
  CaptureOutput (never written, never disposed); discard the unused read result in
  CliPipeClientTests.
- PowerDisplay.Ipc.UnitTests: consolidate three duplicated IMonitorManager stubs
  (NoOpManager/FailingManager duplicated across two files, plus CliRequestHandlerTests'
  FakeManager whose failure path was never exercised) into shared NoOpManager.cs /
  FailingManager.cs; drop the now-unused usings.
- PowerDisplay.Contracts/CliError.cs: correct the Message/Hint doc comments to reference
  MessageId (not Code), matching how CliErrorLocalizer keys the localized text.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-07-06 11:48:46 +08:00
..