deps(dotnet): Bump NLog and NLog.Extensions.Logging#77
Conversation
Bumps NLog from 6.1.2 to 6.1.3 Bumps NLog.Extensions.Logging from 6.1.2 to 6.1.3 --- updated-dependencies: - dependency-name: NLog dependency-version: 6.1.3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: NLog.Extensions.Logging dependency-version: 6.1.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
AI AnalysisTechnical Summary: This pull request updates the dependencies for the .NET project by bumping the versions of the Technical Requirements and Constraints:
Implementation Considerations:
This summary was automatically generated by AI to help with triage and may not be 100% accurate. Suggested Labels: bug |
karlspace
left a comment
There was a problem hiding this comment.
Approving — patch bump (6.1.2 -> 6.1.3) for NLog and NLog.Extensions.Logging. Pure improvements/perf, no API changes.
Notable items in 6.1.3:
-
MicrosoftConsoleJsonLayout: added IncludeActivityIds to output TraceId + SpanId + ParentId
-
LoggingRule: FinalMinLevel now also updates MinLevel when the LogLevel matches
-
AsyncTaskTarget: retry via Task.Delay (better backoff semantics)
-
Multiple perf optimizations (TemplateEnumerator, InternalLogger, ColoredConsoleTarget)
-
Two-line change in
Directory.Packages.props -
CI green; skipped jobs are release-publish steps that only run on main
-
Heads-up: PR #78 also bumps NLog 6.1.2 -> 6.1.3 (alongside NLog.WindowsEventLog) — after this merges, #78 will either become a no-op for the NLog line or auto-rebase
Merging.
PR #77 bumped NLog and NLog.Extensions.Logging from 6.1.2 to 6.1.3; the sibling NLog.WindowsEventLog stayed at 6.1.2 because the parallel Dependabot PR #78 — which also covered the WindowsEventLog bump — was auto-closed after #77 merged (Dependabot detected the NLog line was already at 6.1.3 and treated #78 as superseded, without separately handling the WindowsEventLog line that was unique to #78). * Three NLog 6.1.x packages now consistently at 6.1.3 (NLog, NLog.Extensions.Logging, NLog.WindowsEventLog) * The NLog.Targets.* family stays on 6.0.x / 6.1.1 by intent (per inline comment "NLog 6.0 separate target packages") — no 6.1.3 release exists for those * Local build green on net8 + net10
Updated NLog from 6.1.2 to 6.1.3.
Release notes
Sourced from NLog's releases.
6.1.3
Improvements
Commits viewable in compare view.
Updated NLog.Extensions.Logging from 6.1.2 to 6.1.3.
Release notes
Sourced from NLog.Extensions.Logging's releases.
6.1.3
Commits viewable in compare view.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)