3F / vsSolutionBuildEvent

🎛 Event-Catcher with variety of advanced Actions to service projects, libraries, build processes, runtime environment of the Visual Studio, MSBuild Tools, and …
Other
79 stars 22 forks source link

Bump NLog from 4.6.6 to 4.6.7 #58

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps NLog from 4.6.6 to 4.6.7.

Release notes *Sourced from [NLog's releases](https://github.com/NLog/NLog/releases).* > ## NLog 4.6.7 > #### Features > - [#3531](https://github-redirect.dependabot.com/NLog/NLog/pull/3531) Added ${object-path} / ${exception:objectpath=PropertyName}, for rendering a property of an object (e.g. an exception) ([#3531](https://github-redirect.dependabot.com/NLog/NLog/issues/3531)) ([@​304NotModified](https://github.com/304NotModified)) > - [#3560](https://github-redirect.dependabot.com/NLog/NLog/pull/3560) WhenMethodFilter - Support dynamic filtering using lambda ([#3560](https://github-redirect.dependabot.com/NLog/NLog/issues/3560)) ([@​snakefoot](https://github.com/snakefoot)) > - [#3184](https://github-redirect.dependabot.com/NLog/NLog/pull/3184) Added support for dynamic layout renderer in log level filters (e.g. minLevel, maxLevel) ([#3184](https://github-redirect.dependabot.com/NLog/NLog/issues/3184)) ([@​snakefoot](https://github.com/snakefoot)) > - [#3558](https://github-redirect.dependabot.com/NLog/NLog/pull/3558) ExceptionLayoutRenderer - Added Source as new format parameter. ([@​snakefoot](https://github.com/snakefoot)) > - [#3523](https://github-redirect.dependabot.com/NLog/NLog/pull/3523) ColoredConsoleTarget - Added DetectOutputRedirected to skip coloring on redirect ([@​snakefoot](https://github.com/snakefoot)) > > #### Improvements > > - [#3541](https://github-redirect.dependabot.com/NLog/NLog/pull/3541) MessageTemplateParameters - Improve validation of parameters when isPositional ([#3541](https://github-redirect.dependabot.com/NLog/NLog/issues/3541)) ([@​snakefoot](https://github.com/snakefoot)) > - [#3546](https://github-redirect.dependabot.com/NLog/NLog/pull/3546) NetworkTarget - HttpNetworkSender no longer sends out-of-order ([@​snakefoot](https://github.com/snakefoot)) > - [#3522](https://github-redirect.dependabot.com/NLog/NLog/pull/3522) NetworkTarget - Fix InternalLogger.Trace to include Target name ([#3522](https://github-redirect.dependabot.com/NLog/NLog/issues/3522)) ([@​snakefoot](https://github.com/snakefoot)) > - [#3562](https://github-redirect.dependabot.com/NLog/NLog/pull/3562) XML config - Support ThrowConfigExceptions=true even when xml is invalid ([@​snakefoot](https://github.com/snakefoot)) > - [#3532](https://github-redirect.dependabot.com/NLog/NLog/pull/3532) Fix summary of NoRawValueLayoutRendererWrapper class ([#3532](https://github-redirect.dependabot.com/NLog/NLog/issues/3532)) ([@​304NotModified](https://github.com/304NotModified)) > > #### Performance > > - [#3540](https://github-redirect.dependabot.com/NLog/NLog/pull/3540) MessageTemplateParameters - Skip object allocation when no parameters ([@​snakefoot](https://github.com/snakefoot)) > - [#3527](https://github-redirect.dependabot.com/NLog/NLog/pull/3527) XmlLayout - Defer allocation of ObjectReflectionCache until needed ([#3527](https://github-redirect.dependabot.com/NLog/NLog/issues/3527)) ([@​snakefoot](https://github.com/snakefoot))
Changelog *Sourced from [NLog's changelog](https://github.com/NLog/NLog/blob/dev/CHANGELOG.md).* > ### V4.6.7 (2019/08/25) > > #### Features > - [#3531](https://github-redirect.dependabot.com/NLog/NLog/pull/3531) Added ${object-path} / ${exception:objectpath=PropertyName}, for rendering a property of an object (e.g. an exception) ([#3531](https://github-redirect.dependabot.com/NLog/NLog/issues/3531)) ([@​304NotModified](https://github.com/304NotModified)) > - [#3560](https://github-redirect.dependabot.com/NLog/NLog/pull/3560) WhenMethodFilter - Support dynamic filtering using lambda ([#3560](https://github-redirect.dependabot.com/NLog/NLog/issues/3560)) ([@​snakefoot](https://github.com/snakefoot)) > - [#3184](https://github-redirect.dependabot.com/NLog/NLog/pull/3184) Added support for dynamic layout renderer in log level filters (e.g. minLevel, maxLevel) ([#3184](https://github-redirect.dependabot.com/NLog/NLog/issues/3184)) ([@​snakefoot](https://github.com/snakefoot)) > - [#3558](https://github-redirect.dependabot.com/NLog/NLog/pull/3558) ExceptionLayoutRenderer - Added Source as new format parameter. ([@​snakefoot](https://github.com/snakefoot)) > - [#3523](https://github-redirect.dependabot.com/NLog/NLog/pull/3523) ColoredConsoleTarget - Added DetectOutputRedirected to skip coloring on redirect ([@​snakefoot](https://github.com/snakefoot)) > > #### Improvements > > - [#3541](https://github-redirect.dependabot.com/NLog/NLog/pull/3541) MessageTemplateParameters - Improve validation of parameters when isPositional ([#3541](https://github-redirect.dependabot.com/NLog/NLog/issues/3541)) ([@​snakefoot](https://github.com/snakefoot)) > - [#3546](https://github-redirect.dependabot.com/NLog/NLog/pull/3546) NetworkTarget - HttpNetworkSender no longer sends out-of-order ([@​snakefoot](https://github.com/snakefoot)) > - [#3522](https://github-redirect.dependabot.com/NLog/NLog/pull/3522) NetworkTarget - Fix InternalLogger.Trace to include Target name ([#3522](https://github-redirect.dependabot.com/NLog/NLog/issues/3522)) ([@​snakefoot](https://github.com/snakefoot)) > - [#3562](https://github-redirect.dependabot.com/NLog/NLog/pull/3562) XML config - Support ThrowConfigExceptions=true even when xml is invalid ([@​snakefoot](https://github.com/snakefoot)) > - [#3532](https://github-redirect.dependabot.com/NLog/NLog/pull/3532) Fix summary of NoRawValueLayoutRendererWrapper class ([#3532](https://github-redirect.dependabot.com/NLog/NLog/issues/3532)) ([@​304NotModified](https://github.com/304NotModified)) > > #### Performance > > - [#3540](https://github-redirect.dependabot.com/NLog/NLog/pull/3540) MessageTemplateParameters - Skip object allocation when no parameters ([@​snakefoot](https://github.com/snakefoot)) > - [#3527](https://github-redirect.dependabot.com/NLog/NLog/pull/3527) XmlLayout - Defer allocation of ObjectReflectionCache until needed ([#3527](https://github-redirect.dependabot.com/NLog/NLog/issues/3527)) ([@​snakefoot](https://github.com/snakefoot))
Commits - [`9358d3d`](https://github.com/NLog/NLog/commit/9358d3db57027676a2d891a10b1049e8131e89c0) Merge pull request [#3561](https://github-redirect.dependabot.com/NLog/NLog/issues/3561) from NLog/release/4.6.7 - [`4f6e1a2`](https://github.com/NLog/NLog/commit/4f6e1a2d3ed838358efea562b88d792c48607ce9) Version 4.6.7 - [`5a6aa21`](https://github.com/NLog/NLog/commit/5a6aa2169d05a391e546ed4d69b5e87c3d1b562c) Merge pull request [#3562](https://github-redirect.dependabot.com/NLog/NLog/issues/3562) from snakefoot/XmlConfigThrowExceptions - [`e4a5691`](https://github.com/NLog/NLog/commit/e4a5691510b344cf3c72d05690b4b8533007790a) LoggingConfigurationParser - Minor refactoring of exception handling - [`b25439f`](https://github.com/NLog/NLog/commit/b25439f2d41082ea407a85a8aaa282989404a875) XmlLoggingConfiguration - Support ThrowConfigExceptions=true when invalid xml - [`fed4cf6`](https://github.com/NLog/NLog/commit/fed4cf6a9d07fa09284be3f693663cb803049516) Added ${object-path} / ${exception:objectpath=PropertyName}, for rendering a ... - [`6ffa2d1`](https://github.com/NLog/NLog/commit/6ffa2d1f8d06581c52277a749ef876b4a623c2be) WhenMethodFilter - Support dynamic filtering using lambda ([#3560](https://github-redirect.dependabot.com/NLog/NLog/issues/3560)) - [`fa4c72e`](https://github.com/NLog/NLog/commit/fa4c72ea4363fb74275a7cd92a36094caec2ac30) Added support for dynamic layout renderer in log level filters (e.g. minLevel... - [`110b151`](https://github.com/NLog/NLog/commit/110b151da6ae08235c77d470f6a190bc844f7677) MessageTemplateParameters - Improve validation of parameters when isPositiona... - [`916956d`](https://github.com/NLog/NLog/commit/916956d1704757c1791e65a6058e1c21cf8f75d7) Merge pull request [#3546](https://github-redirect.dependabot.com/NLog/NLog/issues/3546) from snakefoot/NetWorkTargetHttpQueueSender - Additional commits viewable in [compare view](https://github.com/NLog/NLog/compare/v4.6.6...v4.6.7)


Dependabot compatibility score

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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 4 PRs for your first few update runs. Once an update run creates fewer than 4 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in the `.dependabot/config.yml` file in this repo: - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 5 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.