[docs] docs: remove duplicate content from README#24
Draft
github-actions[bot] wants to merge 1 commit into
Draft
[docs] docs: remove duplicate content from README#24github-actions[bot] wants to merge 1 commit into
github-actions[bot] wants to merge 1 commit into
Conversation
- Analyzer section: remove duplicate code example (already shown in 'Logging via extension methods') and condense verbose prose - Custom resource attributes recipe: remove duplicate appsettings.json block (already in configuration reference); add reference link instead Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Removes two instances of duplicate content from
README.md.Changes made:
Custom resource attributes recipe — Removed the
appsettings.jsonJSON block (15 lines) that was already shown verbatim in the Configuration reference section above. Replaced with a short reference link to avoid repeating the same configuration example twice.Analyzer (
WS0001) intro — Removed the duplicate code example (6 lines) that was already shown in the "Logging via extension methods" section. Condensed the verbose two-paragraph description (listing specificLogInformation/LogWarning/Logmethod names) into a single concise sentence with a reference link to the earlier example.Result: 440 → 418 lines (24 lines removed, ~5% reduction). All essential information is preserved; duplicate content is replaced with cross-references.