Skip to content

Comments

Update dependency NLog.Extensions.Logging to v6#5078

Merged
abparticular merged 2 commits intomasterfrom
renovate/nlog.extensions.logging-6.x
Feb 19, 2026
Merged

Update dependency NLog.Extensions.Logging to v6#5078
abparticular merged 2 commits intomasterfrom
renovate/nlog.extensions.logging-6.x

Conversation

@dependencyupdates
Copy link
Contributor

@dependencyupdates dependencyupdates bot commented Jul 14, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
NLog.Extensions.Logging 5.5.06.1.1 age adoption passing confidence

Release Notes

NLog/NLog.Extensions.Logging (NLog.Extensions.Logging)

v6.1.1

v6.1.0

v6.0.6

v6.0.5

v6.0.4

v6.0.3

v6.0.2

v6.0.1

v6.0.0: Version 6.0

  • Updated to NLog v6.0
  • Removed support for NetStandard 1.3 + 1.5
  • Updated .NET Framework 4.6.2 with NET8-nuget-dependencies
  • Enabled nullable references
  • Avoid boxing when extracting LogEvent properties from struct
  • Reduce allocation when creating LogEvent with properties by using ReadOnlySpan
  • Enabled <IsAotCompatible>
  • Added ${host-environment} for NLog.Extensions.Hosting
  • Added ${host-rootdir} for NLog.Extensions.Hosting
  • Added ${host-appname} for NLog.Extensions.Hosting
  • Added RegisterHostSettings for NLog.Extensions.Hosting

List of major changes in NLog 6.0: https://nlog-project.org/2025/04/29/nlog-6-0-major-changes.html


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

Commands to ignore dependencies

You can trigger dependency actions by commenting on this PR:

  • @particularbot ignore this major version
  • @particularbot ignore this minor version
  • @particularbot ignore this dependency

@dependencyupdates dependencyupdates bot added dependencies Pull requests that update a dependency file NuGet labels Jul 14, 2025
@dependencyupdates dependencyupdates bot force-pushed the renovate/nlog.extensions.logging-6.x branch from 8390df8 to a689f6b Compare July 20, 2025 21:23
@dependencyupdates dependencyupdates bot force-pushed the renovate/nlog.extensions.logging-6.x branch from a689f6b to 3ca6f94 Compare August 10, 2025 21:23
@dependencyupdates dependencyupdates bot force-pushed the renovate/nlog.extensions.logging-6.x branch from 3ca6f94 to d02732d Compare September 11, 2025 09:24
@dependencyupdates dependencyupdates bot force-pushed the renovate/nlog.extensions.logging-6.x branch 2 times, most recently from 8576fe4 to fa0e24d Compare October 13, 2025 20:30
@dependencyupdates dependencyupdates bot force-pushed the renovate/nlog.extensions.logging-6.x branch from fa0e24d to ae8c1bc Compare October 23, 2025 05:26
@dependencyupdates dependencyupdates bot force-pushed the renovate/nlog.extensions.logging-6.x branch 2 times, most recently from ad5aafc to 3669eb9 Compare November 13, 2025 03:38
@dependencyupdates dependencyupdates bot force-pushed the renovate/nlog.extensions.logging-6.x branch from 3669eb9 to 6bcd6e7 Compare December 19, 2025 10:44
@dependencyupdates dependencyupdates bot force-pushed the renovate/nlog.extensions.logging-6.x branch from 6bcd6e7 to d43db7f Compare January 14, 2026 23:55
@dependencyupdates dependencyupdates bot force-pushed the renovate/nlog.extensions.logging-6.x branch 5 times, most recently from cfb1b22 to 21bfe4f Compare February 5, 2026 21:16
@dependencyupdates dependencyupdates bot force-pushed the renovate/nlog.extensions.logging-6.x branch 2 times, most recently from cf25e90 to 114aec3 Compare February 11, 2026 08:08
@dependencyupdates dependencyupdates bot force-pushed the renovate/nlog.extensions.logging-6.x branch from 114aec3 to 7088e2e Compare February 13, 2026 22:23
@abparticular
Copy link
Contributor

abparticular commented Feb 17, 2026

We shouldn't be mixing dynamic and static archive behavior, so the code was modified to use static log file names. This means the "active" log file will no longer include the date, e.g. logfile.txt instead of logfile.yyyy-MM-dd.txt.

Archived log files, will include the date as well as the sequence number, e.g. logfile.yyyy-MM-dd.##.txt instead of logfile.yyyyMMdd.#.txt previously. (Note that the archive filename date format is not consistent with the "active" filename in current SC versions).

@dependencyupdates
Copy link
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@ramonsmits
Copy link
Member

We shouldn't be mixing dynamic and static archive behavior, so the code was modified to use static log file names. This means the "active" log file will no longer include the date, e.g. logfile.txt instead of logfile.yyyy-MM-dd.txt.

I think that is an improvement and how it should be. Makes it super easy to use a tail like tool to.

I would include this in the milestone and label it as a patch as this isn't only a version bump but also a fix in behavior.

@abparticular abparticular added this to the vNext milestone Feb 19, 2026
@abparticular abparticular merged commit 27bd2c1 into master Feb 19, 2026
32 checks passed
@abparticular abparticular deleted the renovate/nlog.extensions.logging-6.x branch February 19, 2026 02:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file Improvement NuGet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants