-
Notifications
You must be signed in to change notification settings - Fork 1.4k
NLog.Targets.Trace - Updated nuget-package README.md #5912
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
WalkthroughThe updates modify README documentation for NLog targets. The Network Target README receives improved link formatting and removes redundant troubleshooting text. The Trace Target README is expanded with corrected titles, clarified descriptions, and new sections describing related components, along with links to relevant NLog Wiki pages. A unit test was enhanced to assert completion of an asynchronous flush within a longer timeout. No code or API changes are included. Changes
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (3)
✅ Files skipped from review due to trivial changes (1)
🚧 Files skipped from review as they are similar to previous changes (1)
🔇 Additional comments (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 2
🧹 Nitpick comments (4)
src/NLog.Targets.Network/README.md (2)
7-7: Missing hyphen after “Wiki” breaks naming consistency
NLog Wiki- Syslog Targetis missing a space before the hyphen, unlike the other links.-See the [NLog Wiki- Syslog Target](https://github.com/NLog/NLog/wiki/Syslog-target) for available options and examples. +See the [NLog Wiki - Syslog Target](https://github.com/NLog/NLog/wiki/Syslog-target) for available options and examples.
41-45: Duplicate registration ofLog4JXmlTarget
ext.RegisterTarget<NLog.Targets.Log4JXmlTarget>();appears twice (lines 42 and 44). The second call is redundant.- ext.RegisterTarget<NLog.Targets.Log4JXmlTarget>();src/NLog.Targets.Trace/README.md (2)
9-13: Header hierarchy inconsistentSub-sections use
#(H1). They should be##(H2) to remain below the main title.-# NLog TraceListener +## NLog TraceListenerApply the same adjustment to “NLog ActivityId LayoutRenderer”.
17-19: Namespace typo (again) and casing of GUID-NLog LayoutRenderer `${activityid}` renders Guid from System.Diagnostic.Trace.CorrelationManager.ActivityId +NLog LayoutRenderer `${activityid}` renders GUID from System.Diagnostics.Trace.CorrelationManager.ActivityId
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (2)
src/NLog.Targets.Network/README.md(1 hunks)src/NLog.Targets.Trace/README.md(1 hunks)
129549b to
39b750d
Compare
Pull request was closed
|



No description provided.