fix-antenna-net-core
fix-antenna-net-core copied to clipboard
Bump NLog from 5.0.1 to 5.1.2
Bumps NLog from 5.0.1 to 5.1.2.
Release notes
Sourced from NLog's releases.
NLog 5.1.2
Improvements
- #5157 FileTarget - Archive Dynamic FileName ordering ignore case (#5157) (
@snakefoot
)- #5150 EventLogTarget - EventId with LogEvent Property Lookup by default (#5150) (
@snakefoot
)- #5148 ReplaceLayoutRendererWrapper - SearchFor is required, and ReplaceWith optional (#5148) (
@snakefoot
)- #5146 SpecialFolderLayoutRenderer - Fallback for Windows Nano (#5146) (
@snakefoot
)- #5144 NetworkTarget emit LogEventDropped event on NetworkError (#5144) (
@ShadowDancer
)- #5141 AsyncTaskTarget - Dynamic wait time after TaskTimeoutSeconds has expired (#5141) (
@snakefoot
)- #5140 ConfigurationItemFactory - Handle concurrent registration with single lock (#5140) (
@snakefoot
)NLog 5.1.1
Improvements
- #5134 XmlLayout - Added Layout-option to XmlElement to match XmlAttribute (#5134) (
@snakefoot
)- #5126 JsonLayout - Avoid NullReferenceException when JsonAttribute has no Layout (#5126) (
@snakefoot
)- #5122 ConfigurationItemFactory - Handle concurrent registration of extensions (#5122) (
@snakefoot
)- #5121 LogEventInfo with custom MessageFormatter now generates FormattedMessage upfront (#5121) (
@snakefoot
)- #5118 AsyncTargetWrapper - Reduce overhead when scheduling instant background writer thread (#5118) (
@snakefoot
)- #5115 ConfigurationItemFactory - Faster scan of NLog types with filter on IsPublic / IsClass (#5115) (
@snakefoot
)NLog 5.1.0
Improvements
- #5102 MessageTemplates ValueFormatter with support for ISpanFormattable (#5102) (
@snakefoot
)- #5101 Add LogEventDropped handler to the NetworkTarget (#5101) (
@ShadowDancer
)- #5108 Improving InternalLogger output when adding NLog targets to configuration (#5108) (
@snakefoot
)- #5110 ObjectPathRendererWrapper - Added public method TryGetPropertyValue (#5110) (
@snakefoot
)NLog 5.0.5
Improvements
- #5092 InternalLogger - LogFile expand filepath variables (#5092) (
@RyanGaudion
)- #5090 ReplaceNewLines - Support Replacement with newlines (#5090) (
@Orace
)- #5086 ScopeIndent LayoutRenderer (#5086) (
@snakefoot
)- #5085 Introduced TriLetter as LevelFormat (Trc, Dbg, Inf, Wrn, Err, Ftl) (#5085) (
@snakefoot
)- #5078 LogFactory.Setup - Added support for RegisterLayout and validate NLog types (#5078) (
@snakefoot
)- #5076 AutoFlushTargetWrapper - Fix race-condition that makes unit-tests unstable (#5076) (
@snakefoot
)- #5073 Include error-message from inner-exception when layout contains unknown layoutrenderer (#5073) (
@snakefoot
)- #5065 ObjectReflectionCache - Skip serializing System.Net.IPAddress (#5065) (
@snakefoot
)- #5060 ObjectReflectionCache - Skip reflection of delegate-objects (#5060) (
@snakefoot
)- #5057 OnException + OnHasProperties - Added Else-option (#5057) (
@snakefoot
)- #5056 LogEventBuilder - Added Log(Type wrapperType) for custom Logger wrapper (#5056) (
@snakefoot
)NLog 5.0.4
Fixes
- #5051 Fixed embedded resource with ILLink.Descriptors.xml to avoid IL2007 (#5051) (
@snakefoot
)NLog 5.0.3
Improvements
- #5034 Added embedded resource with ILLink.Descriptors.xml to skip AOT (#5034) (
@snakefoot
)- #5035 Layout Typed that can handle LogEventInfo is null (#5035) (
@snakefoot
)- #5036 JsonLayout - Fix output for Attributes with IncludeEmptyValue=false and Encode=false (#5036) (
@snakefoot
)
... (truncated)
Changelog
Sourced from NLog's changelog.
Version 5.1.2 (2023/02/17)
Improvements
- #5157 FileTarget - Archive Dynamic FileName ordering ignore case (#5157) (
@snakefoot
)- #5150 EventLogTarget - EventId with LogEvent Property Lookup by default (#5150) (
@snakefoot
)- #5148 ReplaceLayoutRendererWrapper - SearchFor is required, and ReplaceWith optional (#5148) (
@snakefoot
)- #5146 SpecialFolderLayoutRenderer - Fallback for Windows Nano (#5146) (
@snakefoot
)- #5144 NetworkTarget emit LogEventDropped event on NetworkError (#5144) (
@ShadowDancer
)- #5141 AsyncTaskTarget - Dynamic wait time after TaskTimeoutSeconds has expired (#5141) (
@snakefoot
)- #5140 ConfigurationItemFactory - Handle concurrent registration with single lock (#5140) (
@snakefoot
)Version 5.1.1 (2022/12/29)
Improvements
- #5134 XmlLayout - Added Layout-option to XmlElement to match XmlAttribute (#5134) (
@snakefoot
)- #5126 JsonLayout - Avoid NullReferenceException when JsonAttribute has no Layout (#5126) (
@snakefoot
)- #5122 ConfigurationItemFactory - Handle concurrent registration of extensions (#5122) (
@snakefoot
)- #5121 LogEventInfo with custom MessageFormatter now generates FormattedMessage upfront (#5121) (
@snakefoot
)- #5118 AsyncTargetWrapper - Reduce overhead when scheduling instant background writer thread (#5118) (
@snakefoot
)- #5115 ConfigurationItemFactory - Faster scan of NLog types with filter on IsPublic / IsClass (#5115) (
@snakefoot
)Version 5.1.0 (2022/11/27)
Improvements
- #5102 MessageTemplates ValueFormatter with support for ISpanFormattable (#5102) (
@snakefoot
)- #5101 Add LogEventDropped handler to the NetworkTarget (#5101) (
@ShadowDancer
)- #5108 Improving InternalLogger output when adding NLog targets to configuration (#5108) (
@snakefoot
)- #5110 ObjectPathRendererWrapper - Added public method TryGetPropertyValue (#5110) (
@snakefoot
)Version 5.0.5 (2022/10/26)
Improvements
- #5092 InternalLogger - LogFile expand filepath variables (#5092) (
@RyanGaudion
)- #5090 ReplaceNewLines - Support Replacement with newlines (#5090) (
@Orace
)- #5086 ScopeIndent LayoutRenderer (#5086) (
@snakefoot
)- #5085 Introduced TriLetter as LevelFormat (Trc, Dbg, Inf, Wrn, Err, Ftl) (#5085) (
@snakefoot
)- #5078 LogFactory.Setup - Added support for RegisterLayout and validate NLog types (#5078) (
@snakefoot
)- #5076 AutoFlushTargetWrapper - Fix race-condition that makes unit-tests unstable (#5076) (
@snakefoot
)- #5073 Include error-message from inner-exception when layout contains unknown layoutrenderer (#5073) (
@snakefoot
)- #5065 ObjectReflectionCache - Skip serializing System.Net.IPAddress (#5065) (
@snakefoot
)- #5060 ObjectReflectionCache - Skip reflection of delegate-objects (#5060) (
@snakefoot
)- #5057 OnException + OnHasProperties - Added Else-option (#5057) (
@snakefoot
)- #5056 LogEventBuilder - Added Log(Type wrapperType) for custom Logger wrapper (#5056) (
@snakefoot
)Version 5.0.4 (2022/09/01)
Fixes
- #5051 Fixed embedded resource with ILLink.Descriptors.xml to avoid IL2007 (#5051) (
@snakefoot
)Version 5.0.3 (2022/09/01)
... (truncated)
Commits
f57745d
Version 5.1.2 - ChangeLog Date (#5158)6a8a08f
Version 5.1.2 (#5154)e994b95
FIleTarget Archive Dynamic FileName ordering ignore case (#5157)359dd99
EventLogTarget - EventId with LogEvent Property Lookup by default (#5150)063199e
ReplaceLayoutRendererWrapper - SearchFor is required, and ReplaceWith optiona...ecdee9d
SpecialFolderLayoutRenderer - Support Windows Nano (#5146)21357eb
NetworkTarget emit LogEventDropped event on NetworkError (#5144)3864df4
AsyncTaskTarget - Dynamic wait time after TaskTimeoutSeconds has expired (#5141)6666a9e
ConfigurationItemFactory - Handle concurrent registration with single lock (#...9476449
Replaced private setter with property initializer (#5139)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)