Skip to content

Bump NLog.Schema from 6.1.2 to 6.1.3#110

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/Sharlayan/NLog.Schema-6.1.3
Closed

Bump NLog.Schema from 6.1.2 to 6.1.3#110
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/Sharlayan/NLog.Schema-6.1.3

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 11, 2026

Updated NLog.Schema from 6.1.2 to 6.1.3.

Release notes

Sourced from NLog.Schema's releases.

6.1.3

Improvements

  • #​6168 PropertiesDictionary - Preserve MessageTemplate property details when adding extra properties. (@​snakefoot)
  • #​6149 LoggingRule - Updating FinalMinLevel should also update MinLevel when same LogLevel. (@​snakefoot)
  • #​6165 AsyncTaskTarget - Retry with help from Task.Delay. (@​snakefoot)
  • #​6164 DateLayoutRenderer - UniversalTime = false should only convert to local when UTC. (@​snakefoot)
  • #​6138 SimpleLayout skip Precalculate when INoAllocationStringValueRenderer available. (@​reabr)
  • #​6158 TemplateEnumerator - Optimize ParseTextPart by direct calling IndexOfAny. (@​snakefoot)
  • #​6152 TemplateEnumerator - Optimize parsing of single digit holename. (@​snakefoot)
  • #​6142 InternalLogger - Skip allocating params array when no exception. (@​snakefoot)
  • #​6145 InternalLogger - Handle Exception ToString can throw with AOT. (@​snakefoot)
  • #​6154 ColoredConsoleTarget - Optimize Console Coloring for Word Highlight. (@​snakefoot)
  • #​6159 ColoredConsoleTarget - Reset capture of previous colors after ResetDefaultColors. (@​snakefoot)
  • #​6140 TryParseEnum - Apply Enum.TryParse since better for AOT. (@​snakefoot)
  • #​6143 Fixed various issues reported by EnableNETAnalyzers. (@​snakefoot)

Commits viewable in compare view.

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.


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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

---
updated-dependencies:
- dependency-name: NLog.Schema
  dependency-version: 6.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels May 11, 2026
logicallysynced added a commit that referenced this pull request May 12, 2026
Resolves an UnobservedTaskException downstream (Chromatics Sentry) caused
by Lumina.Excel.Exceptions.UnsupportedLanguageException thrown from inside
MemoryHandler's fire-and-forget background task on FFXIV installs whose
Excel sheets advertise only Language.None (observed on zh-TW Windows
locale with a CN-region client). The throw was happening during
ActionLookup.Resolve and was never observed, so the host AppDomain
crashed at GC time with the unhandled-task default policy.

Two layers of fix:

1. LuminaXivDatabaseProvider — tolerate missing per-language sheets.
   A new private TryGetSheet<T>(GameData, Language, string) helper catches
   UnsupportedLanguageException and returns null. All three async methods
   (GetActionsAsync, GetStatusEffectsAsync, GetZonesAsync) now:
     - Treat the iteration source (English Action/Status, default-language
       TerritoryType) as required. If it fails, log one NLog warning and
       return without populating the dictionary — no throw.
     - Treat JP/DE/FR (and PlaceName for zones) as optional. Missing sheets
       contribute string.Empty to BuildLocalization instead of crashing.
   BuildLocalization's four-string signature is unchanged; CN/KR keep
   their UNKNOWN_LOCALIZED_NAME defaults.

2. MemoryHandler — observe the fire-and-forget Tasks.
   Both Task.Run blocks in the constructor (resource resolution and
   signature resolution) now have a ContinueWith(OnlyOnFaulted) that
   logs the AggregateException via the existing NLog Logger and raises
   OnException so consumers can surface it. Any future exception in the
   background pipeline gets observed and reported instead of becoming an
   UnobservedTaskException at GC time.

Bundled in the same commit because they're related infrastructure work:
  - FCS submodule bump 78d04f840 → e8908dbe5 (15 commits — "Update structs"
    x3, AgentHUD UI display mode toggle bitfield, RaptureShellModule
    .ChangeChatChannel return-type fix, InventoryContextEvent update,
    misc ghidra import refactors).
  - NLog + NLog.Schema 6.1.2 → 6.1.3 (Dependabot PRs #109 / #110).

All 179 tests pass; no integrity-test pin drift from the FCS bump.

Version: 9.0.33 → 9.0.34.

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github May 12, 2026

Looks like NLog.Schema is no longer updatable, so this is no longer needed.

@dependabot dependabot Bot closed this May 12, 2026
@dependabot dependabot Bot deleted the dependabot/nuget/Sharlayan/NLog.Schema-6.1.3 branch May 12, 2026 07:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .net code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants