Skip to content

Commit

Permalink
Update dependency NLog to 5.4.0 (#1073)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [NLog](https://nlog-project.org/)
([source](https://redirect.github.com/NLog/NLog)) | `5.3.4` -> `5.4.0` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/NLog/5.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/NLog/5.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/NLog/5.3.4/5.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/NLog/5.3.4/5.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>NLog/NLog (NLog)</summary>

###
[`v5.4.0`](https://redirect.github.com/NLog/NLog/releases/tag/v5.4.0):
NLog 5.4

**Improvements**

- [#&#8203;5698](https://redirect.github.com/NLog/NLog/pull/5698) Fix
AppDomain BaseDirectory on NET9 when it returns Long UNC
([#&#8203;5698](https://redirect.github.com/NLog/NLog/issues/5698))
([@&#8203;snakefoot](https://redirect.github.com/snakefoot))
- [#&#8203;5700](https://redirect.github.com/NLog/NLog/pull/5700)
AsyncTaskTarget - Reduce default throttle after failure to 50ms instead
of 500ms
([#&#8203;5700](https://redirect.github.com/NLog/NLog/issues/5700))
([@&#8203;snakefoot](https://redirect.github.com/snakefoot))
- [#&#8203;5702](https://redirect.github.com/NLog/NLog/pull/5702)
ColoredConsoleTarget - Recognize NO_COLOR environment variable
([#&#8203;5702](https://redirect.github.com/NLog/NLog/issues/5702))
([@&#8203;snakefoot](https://redirect.github.com/snakefoot))
- [#&#8203;5696](https://redirect.github.com/NLog/NLog/pull/5696) More
InternalLogger output when target disabled because failed to initialize
([#&#8203;5696](https://redirect.github.com/NLog/NLog/issues/5696))
([@&#8203;snakefoot](https://redirect.github.com/snakefoot))
- [#&#8203;5681](https://redirect.github.com/NLog/NLog/pull/5681)
SimpleLayout - FromString avoid first chance exception when unknown
layoutrenderer-type
([#&#8203;5681](https://redirect.github.com/NLog/NLog/issues/5681))
([@&#8203;snakefoot](https://redirect.github.com/snakefoot))
- [#&#8203;5651](https://redirect.github.com/NLog/NLog/pull/5651)
ObjectGraphScanner - Handle property-getter that throws when AOT
([#&#8203;5651](https://redirect.github.com/NLog/NLog/issues/5651))
([@&#8203;snakefoot](https://redirect.github.com/snakefoot))
- [#&#8203;5656](https://redirect.github.com/NLog/NLog/pull/5656)
LoggingConfigurationParser - Handle property-getter that throws when AOT
([#&#8203;5656](https://redirect.github.com/NLog/NLog/issues/5656))
([@&#8203;snakefoot](https://redirect.github.com/snakefoot))
- [#&#8203;5604](https://redirect.github.com/NLog/NLog/pull/5604) Remove
Serializable-attribute and SerializationInfo since obsolete in NET8
([#&#8203;5604](https://redirect.github.com/NLog/NLog/issues/5604))
([@&#8203;snakefoot](https://redirect.github.com/snakefoot))
- [#&#8203;5695](https://redirect.github.com/NLog/NLog/pull/5695) Marked
JsonLayout EscapeForwardSlash as obsolete
([#&#8203;5695](https://redirect.github.com/NLog/NLog/issues/5695))
([@&#8203;snakefoot](https://redirect.github.com/snakefoot))
- [#&#8203;5694](https://redirect.github.com/NLog/NLog/pull/5694) Marked
NLogViewerTarget and IncludeNLogData as obsolete
([#&#8203;5694](https://redirect.github.com/NLog/NLog/issues/5694))
([@&#8203;snakefoot](https://redirect.github.com/snakefoot))
- [#&#8203;5693](https://redirect.github.com/NLog/NLog/pull/5693) Marked
XmlLoggingConfiguration AppConfig as obsolete
([#&#8203;5693](https://redirect.github.com/NLog/NLog/issues/5693))
([@&#8203;snakefoot](https://redirect.github.com/snakefoot))
- [#&#8203;5692](https://redirect.github.com/NLog/NLog/pull/5692) Marked
XmlLoggingConfiguration InitializeSucceeded as obsolete
([#&#8203;5692](https://redirect.github.com/NLog/NLog/issues/5692))
([@&#8203;snakefoot](https://redirect.github.com/snakefoot))
- [#&#8203;5691](https://redirect.github.com/NLog/NLog/pull/5691) Marked
LogEventInfo SetStackTrace with UserStackFrameNumber as obsolete
([#&#8203;5691](https://redirect.github.com/NLog/NLog/issues/5691))
([@&#8203;snakefoot](https://redirect.github.com/snakefoot))
- [#&#8203;5689](https://redirect.github.com/NLog/NLog/pull/5689) Marked
SetupFromEnvironmentVariables and LogToTrace as obsolete
([#&#8203;5689](https://redirect.github.com/NLog/NLog/issues/5689))
([@&#8203;snakefoot](https://redirect.github.com/snakefoot))
- [#&#8203;5687](https://redirect.github.com/NLog/NLog/pull/5687)
FileTarget - Introduced WriteToFile without concurrentWrites
([#&#8203;5687](https://redirect.github.com/NLog/NLog/issues/5687))
([@&#8203;snakefoot](https://redirect.github.com/snakefoot))
- [#&#8203;5682](https://redirect.github.com/NLog/NLog/pull/5682)
TraceTarget - Fixed Header output
([#&#8203;5682](https://redirect.github.com/NLog/NLog/issues/5682))
([@&#8203;snakefoot](https://redirect.github.com/snakefoot))
- [#&#8203;5680](https://redirect.github.com/NLog/NLog/pull/5680)
CounterLayoutRenderer - Lock on readonly field to fix Sonar Code Smell
([#&#8203;5680](https://redirect.github.com/NLog/NLog/issues/5680))
([@&#8203;snakefoot](https://redirect.github.com/snakefoot))
- [#&#8203;5630](https://redirect.github.com/NLog/NLog/pull/5630)
LogAssemblyVersion should check InternalLogger IsInfoEnabled
([#&#8203;5630](https://redirect.github.com/NLog/NLog/issues/5630))
([@&#8203;snakefoot](https://redirect.github.com/snakefoot))
- [#&#8203;5684](https://redirect.github.com/NLog/NLog/pull/5684)
MethodFactory - Only register methods from class-types
([#&#8203;5684](https://redirect.github.com/NLog/NLog/issues/5684))
([@&#8203;snakefoot](https://redirect.github.com/snakefoot))
- [#&#8203;5686](https://redirect.github.com/NLog/NLog/pull/5686)
StringBuilderExt - Updated EqualTo for StringBuilder to foreach-loop
([#&#8203;5686](https://redirect.github.com/NLog/NLog/issues/5686))
([@&#8203;snakefoot](https://redirect.github.com/snakefoot))
- [#&#8203;5611](https://redirect.github.com/NLog/NLog/pull/5611)
SimpleLayout - Refactor RenderAllRenderers to use foreach
([#&#8203;5611](https://redirect.github.com/NLog/NLog/issues/5611))
([@&#8203;snakefoot](https://redirect.github.com/snakefoot))
- [#&#8203;5610](https://redirect.github.com/NLog/NLog/pull/5610)
JsonLayout - Optimize AppendStringEscape for success path
([#&#8203;5610](https://redirect.github.com/NLog/NLog/issues/5610))
([@&#8203;snakefoot](https://redirect.github.com/snakefoot))
- [#&#8203;5601](https://redirect.github.com/NLog/NLog/pull/5601)
JsonLayout - Optimize ExcludeEmptyProperties to skip string cast
([#&#8203;5601](https://redirect.github.com/NLog/NLog/issues/5601))
([@&#8203;snakefoot](https://redirect.github.com/snakefoot))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 10pm every weekday,every
weekend,before 5am every weekday" in timezone Europe/Berlin, Automerge -
At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/orso-co/Orso.Arpa.Api).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNDUuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE0NS4wIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 5, 2025
1 parent aea9cdf commit c2b33fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Orso.Arpa.Api/Orso.Arpa.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</PackageReference>
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore" Version="9.0.1" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="9.0.0" />
<PackageReference Include="NLog" Version="5.3.4" />
<PackageReference Include="NLog" Version="5.4.0" />
<PackageReference Include="NLog.Web.AspNetCore" Version="5.3.15" />
<PackageReference Include="NWebsec.AspNetCore.Middleware" Version="3.0.0" />
<PackageReference Include="SixLabors.ImageSharp.Web" Version="3.1.3" />
Expand Down

0 comments on commit c2b33fb

Please sign in to comment.