We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20eda9e commit 533277dCopy full SHA for 533277d
_posts/2024-10-01-nlog-6-0-goals.md
@@ -7,6 +7,7 @@ NLog v6.0 has the following goals:
7
8
- Support Ahead-of-Time (AOT) builds without warnings
9
- Support Nullable references
10
+- Remove old target platforms `NET35` + `NET45` + `NetStandard1.3` + `NetStandard1.5`
11
- Cleanup interfaces for `Logger` / `ILogger` to remove unnecessary boxing optimizations from .NET v1
12
- Remove Systeml.RegularExpression dependency since a heavy dependency for AOT
13
- Need to implement a minimal syntax-support for NLog Logging Rules. Ex. `?` and `.*`
0 commit comments