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
+64Lines changed: 64 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -255,6 +255,37 @@ The `NetworkTarget` now recognizes these new settings:
255
255
256
256
The `NetworkTarget` can now perform SSL handshake with custom SSL certificate from file, without needing to register the certificate in the global operating-system cache.
257
257
258
+
### NLog.Schema for more intellisense
259
+
260
+
The [NLog.Schema](https://www.nuget.org/packages/NLog.Schema/) nuget-package now includes copy of NLog.xsd XML schema file to local project folder.
261
+
262
+
The NLog.Schema-nuget-package has been updated to also include Intellisense for NLog Targets / Layouts outside the default NLog-nuget-package.
263
+
264
+
When adding the NLog.Schema-nuget-package to the application-project that includes `NLog.config` XML-file, then Intellisense will work with this:
0 commit comments