You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2025-04-29-nlog-6-0-major-changes.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ NLog 6.0 is a major version release, and introduces breaking changes to support
9
9
10
10
### NLog supports AOT
11
11
12
-
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).
12
+
NLog v6 now supports Ahead-of-Time (AOT)-builds without warnings, and further optimizes the build-trimming support introduced in[NLog v5.2.2](https://nlog-project.org/2023/05/30/nlog-5-2-trim-warnings.html).
13
13
14
14
NLog has traditionally used reflection for dynamic discovery of target output requirements.
15
15
But reflection does not always work well with build-trimming, and before NLog marked itself to be completely excluded from any trimming.
0 commit comments