Skip to content

docs: polish from #271 review (PR-link placeholder + NullLoggerFactory.Instance) - #272

Merged
ptr727 merged 1 commit into
developfrom
feature/doc-polish-271
Jul 9, 2026
Merged

docs: polish from #271 review (PR-link placeholder + NullLoggerFactory.Instance)#272
ptr727 merged 1 commit into
developfrom
feature/doc-polish-271

Conversation

@ptr727

@ptr727 ptr727 commented Jul 9, 2026

Copy link
Copy Markdown
Owner

Two one-line doc tweaks deferred from the #271 promotion review:

  • AGENTS.md — clickable-PR-link example uses OWNER/REPO (no angle brackets that render oddly) instead of <owner>/<repo>.
  • CODESTYLE.md — the library logger seam defaults to NullLoggerFactory.Instance (the singleton), matching the LanguageTags LogOptions reference.

Docs-only; markdownlint clean; CRLF preserved.

🤖 Generated with Claude Code

…gerFactory.Instance

AGENTS.md: use OWNER/REPO placeholder (no angle brackets) in the
clickable-PR-link example. CODESTYLE.md: the library logger seam defaults
to NullLoggerFactory.Instance (the singleton), matching LanguageTags.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings July 9, 2026 23:24

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Polishes governance documentation wording to make placeholder examples render cleanly and to align the .NET logging guidance with the recommended NullLoggerFactory singleton usage.

Changes:

  • Adjust AGENTS.md's clickable PR link example to use OWNER/REPO instead of <owner>/<repo> placeholders.
  • Update CODESTYLE.md's library logging seam guidance to default to NullLoggerFactory.Instance (singleton) rather than the type name.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
AGENTS.md Tweaks the example PR link placeholder to avoid angle-bracket placeholders that can render poorly in markdown/HTML contexts.
CODESTYLE.md Clarifies the recommended default logger factory to the singleton NullLoggerFactory.Instance to match typical Microsoft.Extensions.Logging usage.

@ptr727
ptr727 merged commit 0ec9acc into develop Jul 9, 2026
7 checks passed
@ptr727
ptr727 deleted the feature/doc-polish-271 branch July 9, 2026 23:26
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