Skip to content

Commit b229289

Browse files
committed
NLog v6 - Preview1 (Optimizes NLog v5.2)
1 parent b39e8fa commit b229289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2025-04-29-nlog-6-0-major-changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ NLog 6.0 is a major version release, and introduces breaking changes to support
1111

1212
NLog v6 now supports AOT-builds without warnings, and optimizes the support for build-trimming that was introduced with [NLog v5.2.2](https://nlog-project.org/2023/05/30/nlog-5-2-trim-warnings.html).
1313

14-
NLog has traditionally used reflection for dynamic discovery of requirements for target output.
14+
NLog has traditionally used reflection for dynamic discovery of target output requirements.
1515
But reflection does not always work well with build-trimming, and before NLog marked itself to be excluded from trimming.
1616

1717
NLog includes many features, and each feature often introduces additional dependencies on the .NET library.

0 commit comments

Comments
 (0)