Skip to content

Commit f7a1aeb

Browse files
committed
NLog v6 - Preview1 (Optimizes NLog v5.2)
1 parent 5e7cdfb commit f7a1aeb

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
@@ -12,7 +12,7 @@ NLog 6.0 is a major version release, and introduces breaking changes to support
1212
NLog v6 now supports Ahead-of-Time (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

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

1717
NLog includes many features, and each feature often introduces additional dependencies on the .NET library.
1818
This can lead to overhead for AOT builds, as it must include and compile all the relevant source code.

0 commit comments

Comments
 (0)