chore(deps): bump the nlog group with 2 updates by dependabot[bot] · Pull Request #97 · fuzzzerd/SharpFM
Bumps the nlog group with 2 updates: NLog and NLog.Extensions.Logging.
Updates NLog from 5.3.2 to 5.3.3
Release notes
Sourced from NLog's releases.
NLog 5.3.3
Improvements
- #5548 FileTarget - Reset reusable MemoryStream when above max capacity (#5548) (
@RomanSoloweow)- #5568 ThreadIdLayoutRenderer - Added IStringValueRenderer optimization (#5568) (
@snakefoot)- #5567 PropertiesDictionary - Simplify PropertyDictionaryEnumerator MoveNext (#5567) (
@snakefoot)- #5566 PropertiesDictionary - Added PropertyDictionaryEnumerator to enumerate without allocation (#5566) (
@snakefoot)- #5562 TargetWithContext - Skip caching when render value for ContextProperties (#5562) (
@snakefoot)- #5557 SimpleLayout - Refactor to reduce code complexity (#5557) (
@snakefoot)- #5556 DatabaseTarget - CloseConnection even when ThrowExceptions = true (#5556) (
@snakefoot)- #5553 LoggerNameMatcher private classes marked as sealed (#5553) (
@snakefoot)- #5554 LoggingConfigurationParser - Refactor to reduce code complexity (#5554) (
@snakefoot)- #5551 LoggingConfigurationParser - Refactor to reduce code complexity (#5551) (
@snakefoot)- #5550 FileArchiveModeRolling - Refactor to reduce code complexity (#5550) (
@snakefoot)- #5542 LimitingTargetWrapper - Fix wiki-link in XML docs (#5542) (
@snakefoot)- #5541 FileTarget - Improve internal logging when invalid FileName (#5541) (
@snakefoot)- #5540 WhenRepeatedFilter - Added wiki-link in XML docs (#5540) (
@snakefoot)- #5536 RegEx IsMatch is faster with RegexOptions.ExplicitCapture to skip capture (#5536) (
@snakefoot)- #5535 PropertyTypeConverter - Use Type IsAssignableFrom instead of Equals (#5535) (
@snakefoot)- #5527 StackTraceUsageUtils - Refactor to reduce code complexity (#5527) (
@snakefoot)- #5526 AsyncRequestQueue - Premature optimization of Enqueue (#5526) (
@snakefoot)- #5525 JsonLayout - Refactor to reduce code complexity (#5525) (
@snakefoot)- #5524 XmlLayout - Refactor to reduce code complexity (#5524) (
@snakefoot)- #5523 AsyncTaskTarget - Added more logging to diagnose batching logic (#5523) (
@snakefoot)- #5522 Layout will always initializes nested layouts (#5522) (
@snakefoot)- #5519 NLogTraceListener - Reduce boxing of EventType + EventId properties (#5519) (
@snakefoot)
Changelog
Sourced from NLog's changelog.
Version 5.3.3 (2024/08/12)
Improvements
- #5548 FileTarget - Reset reusable MemoryStream when above max capacity (#5548) (
@RomanSoloweow)- #5568 ThreadIdLayoutRenderer - Added IStringValueRenderer optimization (#5568) (
@snakefoot)- #5567 PropertiesDictionary - Simplify PropertyDictionaryEnumerator MoveNext (#5567) (
@snakefoot)- #5566 PropertiesDictionary - Added PropertyDictionaryEnumerator to enumerate without allocation (#5566) (
@snakefoot)- #5562 TargetWithContext - Skip caching when render value for ContextProperties (#5562) (
@snakefoot)- #5557 SimpleLayout - Refactor to reduce code complexity (#5557) (
@snakefoot)- #5556 DatabaseTarget - CloseConnection even when ThrowExceptions = true (#5556) (
@snakefoot)- #5553 LoggerNameMatcher private classes marked as sealed (#5553) (
@snakefoot)- #5554 LoggingConfigurationParser - Refactor to reduce code complexity (#5554) (
@snakefoot)- #5551 LoggingConfigurationParser - Refactor to reduce code complexity (#5551) (
@snakefoot)- #5550 FileArchiveModeRolling - Refactor to reduce code complexity (#5550) (
@snakefoot)- #5542 LimitingTargetWrapper - Fix wiki-link in XML docs (#5542) (
@snakefoot)- #5541 FileTarget - Improve internal logging when invalid FileName (#5541) (
@snakefoot)- #5540 WhenRepeatedFilter - Added wiki-link in XML docs (#5540) (
@snakefoot)- #5536 RegEx IsMatch is faster with RegexOptions.ExplicitCapture to skip capture (#5536) (
@snakefoot)- #5535 PropertyTypeConverter - Use Type IsAssignableFrom instead of Equals (#5535) (
@snakefoot)- #5527 StackTraceUsageUtils - Refactor to reduce code complexity (#5527) (
@snakefoot)- #5526 AsyncRequestQueue - Premature optimization of Enqueue (#5526) (
@snakefoot)- #5525 JsonLayout - Refactor to reduce code complexity (#5525) (
@snakefoot)- #5524 XmlLayout - Refactor to reduce code complexity (#5524) (
@snakefoot)- #5523 AsyncTaskTarget - Added more logging to diagnose batching logic (#5523) (
@snakefoot)- #5522 Layout will always initializes nested layouts (#5522) (
@snakefoot)- #5519 NLogTraceListener - Reduce boxing of EventType + EventId properties (#5519) (
@snakefoot)
Commits
341c753Version 5.3.3 (#5569)441ebc3ThreadIdLayoutRenderer - Added IStringValueRenderer optimization (#5568)5cf4afcPropertiesDictionary - Simplify PropertyDictionaryEnumerator MoveNext (#5567)e78a2cfPropertiesDictionary - Added PropertyDictionaryEnumerator to enumerate withou...7eefa5cTargetWithContext - Skip caching when render value for ContextProperties (#5562)5b1da22FileTarget: Reset reusable MemoryStream when above max capacity (#5548)fae9149Update SECURITY.md1db8228SimpleLayout - Reduce code complexity (#5557)f15ffa0DatabaseTarget - CloseConnection even when ThrowExceptions = true (#5556)7c08bebBump xunit from 2.8.0 to 2.9.0 (#5555)- Additional commits viewable in compare view
Updates NLog.Extensions.Logging from 5.3.11 to 5.3.12
Release notes
Sourced from NLog.Extensions.Logging's releases.
Version 5.3.12
Improvements
- #756: Fallback to Microsoft Logging Formatter when mixing positional with structured (#756) (
@snakefoot)- #755: NLogMessageParameterList - Optimize check of CaptureType for index operator (#755) (
@snakefoot)- #751: NLogLoggingConfiguration - Refactor to reduce code complexity (#751) (
@snakefoot)- #747: Added Copyright to nuget-package (#747) (
@snakefoot)- #758: Updated to NLog v5.3.3 (#758) (
@snakefoot)
Changelog
Sourced from NLog.Extensions.Logging's changelog.
Version 5.3.12 (2024/08/12)
Improvements
- #756: Fallback to Microsoft Logging Formatter when mixing positional with structured (#756) (
@snakefoot)- #755: NLogMessageParameterList - Optimize check of CaptureType for index operator (#755) (
@snakefoot)- #751: NLogLoggingConfiguration - Refactor to reduce code complexity (#751) (
@snakefoot)- #747: Added Copyright to nuget-package (#747) (
@snakefoot)- #758: Updated to NLog v5.3.3 (#758) (
@snakefoot)
Commits
0d6564fVersion 5.3.12 (#758)6a377ffFallback to Microsoft Logging Formatter when mixing positional with structure...9c877a7Fallback to Microsoft Logging Formatter when mixing positional with structure...e41019eNLogMessageParameterList - Optimize check of CaptureType for index operator (...0506213Bump xunit.runner.visualstudio from 2.8.1 to 2.8.2 (#753)1267af3Bump xunit from 2.8.1 to 2.9.0 (#752)e471ed5Fix Sonar code smell (#751)4547441Bump xunit from 2.8.0 to 2.8.1 (#749)bf79033Bump xunit.runner.visualstudio from 2.5.8 to 2.8.1 (#750)0d06f8aUpdate dependabot.yml- Additional commits viewable in compare view
Updates NLog from 5.3.2 to 5.3.3
Release notes
Sourced from NLog's releases.
NLog 5.3.3
Improvements
- #5548 FileTarget - Reset reusable MemoryStream when above max capacity (#5548) (
@RomanSoloweow)- #5568 ThreadIdLayoutRenderer - Added IStringValueRenderer optimization (#5568) (
@snakefoot)- #5567 PropertiesDictionary - Simplify PropertyDictionaryEnumerator MoveNext (#5567) (
@snakefoot)- #5566 PropertiesDictionary - Added PropertyDictionaryEnumerator to enumerate without allocation (#5566) (
@snakefoot)- #5562 TargetWithContext - Skip caching when render value for ContextProperties (#5562) (
@snakefoot)- #5557 SimpleLayout - Refactor to reduce code complexity (#5557) (
@snakefoot)- #5556 DatabaseTarget - CloseConnection even when ThrowExceptions = true (#5556) (
@snakefoot)- #5553 LoggerNameMatcher private classes marked as sealed (#5553) (
@snakefoot)- #5554 LoggingConfigurationParser - Refactor to reduce code complexity (#5554) (
@snakefoot)- #5551 LoggingConfigurationParser - Refactor to reduce code complexity (#5551) (
@snakefoot)- #5550 FileArchiveModeRolling - Refactor to reduce code complexity (#5550) (
@snakefoot)- #5542 LimitingTargetWrapper - Fix wiki-link in XML docs (#5542) (
@snakefoot)- #5541 FileTarget - Improve internal logging when invalid FileName (#5541) (
@snakefoot)- #5540 WhenRepeatedFilter - Added wiki-link in XML docs (#5540) (
@snakefoot)- #5536 RegEx IsMatch is faster with RegexOptions.ExplicitCapture to skip capture (#5536) (
@snakefoot)- #5535 PropertyTypeConverter - Use Type IsAssignableFrom instead of Equals (#5535) (
@snakefoot)- #5527 StackTraceUsageUtils - Refactor to reduce code complexity (#5527) (
@snakefoot)- #5526 AsyncRequestQueue - Premature optimization of Enqueue (#5526) (
@snakefoot)- #5525 JsonLayout - Refactor to reduce code complexity (#5525) (
@snakefoot)- #5524 XmlLayout - Refactor to reduce code complexity (#5524) (
@snakefoot)- #5523 AsyncTaskTarget - Added more logging to diagnose batching logic (#5523) (
@snakefoot)- #5522 Layout will always initializes nested layouts (#5522) (
@snakefoot)- #5519 NLogTraceListener - Reduce boxing of EventType + EventId properties (#5519) (
@snakefoot)
Changelog
Sourced from NLog's changelog.
Version 5.3.3 (2024/08/12)
Improvements
- #5548 FileTarget - Reset reusable MemoryStream when above max capacity (#5548) (
@RomanSoloweow)- #5568 ThreadIdLayoutRenderer - Added IStringValueRenderer optimization (#5568) (
@snakefoot)- #5567 PropertiesDictionary - Simplify PropertyDictionaryEnumerator MoveNext (#5567) (
@snakefoot)- #5566 PropertiesDictionary - Added PropertyDictionaryEnumerator to enumerate without allocation (#5566) (
@snakefoot)- #5562 TargetWithContext - Skip caching when render value for ContextProperties (#5562) (
@snakefoot)- #5557 SimpleLayout - Refactor to reduce code complexity (#5557) (
@snakefoot)- #5556 DatabaseTarget - CloseConnection even when ThrowExceptions = true (#5556) (
@snakefoot)- #5553 LoggerNameMatcher private classes marked as sealed (#5553) (
@snakefoot)- #5554 LoggingConfigurationParser - Refactor to reduce code complexity (#5554) (
@snakefoot)- #5551 LoggingConfigurationParser - Refactor to reduce code complexity (#5551) (
@snakefoot)- #5550 FileArchiveModeRolling - Refactor to reduce code complexity (#5550) (
@snakefoot)- #5542 LimitingTargetWrapper - Fix wiki-link in XML docs (#5542) (
@snakefoot)- #5541 FileTarget - Improve internal logging when invalid FileName (#5541) (
@snakefoot)- #5540 WhenRepeatedFilter - Added wiki-link in XML docs (#5540) (
@snakefoot)- #5536 RegEx IsMatch is faster with RegexOptions.ExplicitCapture to skip capture (#5536) (
@snakefoot)- #5535 PropertyTypeConverter - Use Type IsAssignableFrom instead of Equals (#5535) (
@snakefoot)- #5527 StackTraceUsageUtils - Refactor to reduce code complexity (#5527) (
@snakefoot)- #5526 AsyncRequestQueue - Premature optimization of Enqueue (#5526) (
@snakefoot)- #5525 JsonLayout - Refactor to reduce code complexity (#5525) (
@snakefoot)- #5524 XmlLayout - Refactor to reduce code complexity (#5524) (
@snakefoot)- #5523 AsyncTaskTarget - Added more logging to diagnose batching logic (#5523) (
@snakefoot)- #5522 Layout will always initializes nested layouts (#5522) (
@snakefoot)- #5519 NLogTraceListener - Reduce boxing of EventType + EventId properties (#5519) (
@snakefoot)
Commits
341c753Version 5.3.3 (#5569)441ebc3ThreadIdLayoutRenderer - Added IStringValueRenderer optimization (#5568)5cf4afcPropertiesDictionary - Simplify PropertyDictionaryEnumerator MoveNext (#5567)e78a2cfPropertiesDictionary - Added PropertyDictionaryEnumerator to enumerate withou...7eefa5cTargetWithContext - Skip caching when render value for ContextProperties (#5562)5b1da22FileTarget: Reset reusable MemoryStream when above max capacity (#5548)fae9149Update SECURITY.md1db8228SimpleLayout - Reduce code complexity (#5557)f15ffa0DatabaseTarget - CloseConnection even when ThrowExceptions = true (#5556)7c08bebBump xunit from 2.8.0 to 2.9.0 (#5555)- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions