chore(deps): bump the nlog group with 2 updates#81
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
Bumps the nlog group with 2 updates: [NLog](https://github.com/NLog/NLog) and [NLog.Extensions.Logging](https://github.com/NLog/NLog.Extensions.Logging). Updates `NLog` from 5.2.8 to 5.3.1 - [Release notes](https://github.com/NLog/NLog/releases) - [Changelog](https://github.com/NLog/NLog/blob/dev/CHANGELOG.md) - [Commits](NLog/NLog@v5.2.8...v5.3.1) Updates `NLog.Extensions.Logging` from 5.3.8 to 5.3.9 - [Release notes](https://github.com/NLog/NLog.Extensions.Logging/releases) - [Changelog](https://github.com/NLog/NLog.Extensions.Logging/blob/master/CHANGELOG.MD) - [Commits](NLog/NLog.Extensions.Logging@v5.3.8...v5.3.9) Updates `NLog` from 5.2.8 to 5.3.1 - [Release notes](https://github.com/NLog/NLog/releases) - [Changelog](https://github.com/NLog/NLog/blob/dev/CHANGELOG.md) - [Commits](NLog/NLog@v5.2.8...v5.3.1) --- updated-dependencies: - dependency-name: NLog dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nlog - dependency-name: NLog.Extensions.Logging dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nlog - dependency-name: NLog dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nlog ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
Superseded by #82. |
fuzzzerd
added a commit
that referenced
this pull request
Apr 15, 2026
Introduce the first typed script step. GoToLayoutStep carries a LayoutTarget discriminated union (Original / Named / ByNameCalc / ByNumberCalc) and an optional Animation record, and owns its own FromXml, ToXml, ToDisplayLine, and FromDisplayParams. A module initializer registers its factory delegates with StepXmlFactory and StepDisplayFactory so ScriptStep.FromXml and ScriptTextParser dispatch to the typed path before falling through to RawStep. Named layouts render with a (#id) suffix (e.g. "Projects" (#81)) so the display editor can round-trip the layout id losslessly. The by-calculation variants emit a nested <Layout><Calculation> shape matching what FileMaker Pro actually writes. Animation is preserved verbatim via its wire string, with null meaning "no Animation element in the source". FromXml accepts both FM Pro's real wire values (LayoutNameByCalc, LayoutNumberByCalc) and the legacy long forms (LayoutNameByCalculation, LayoutNumberByCalculation) as aliases for tolerance against older stored XML. ToXml always emits the short form.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the nlog group with 2 updates: NLog and NLog.Extensions.Logging.
Updates
NLogfrom 5.2.8 to 5.3.1Release notes
Sourced from NLog's releases.
Changelog
Sourced from NLog's changelog.
Commits
cf6675dVersion 5.3.1 (#5513)c11b862Version 5.3 (#5496)f0af62aIsTrimmable only for NetStandard2 and newer (#5510)0bfa4f5NLog Schema nuget-package with updated license info (#5509)79867c4Bump xunit from 2.7.0 to 2.7.1 in /tests/NLog.UnitTests (#5508)b757fd9Improve XML docs for obsoleted members with links to alternatives (#5498)2a11efbAdded Wiki Links to XML docs (#5497)788b285CallSiteInformation - Reduce lookups of StackFrame.GetMethod (#5495)c7ba1acInternalLogger - Obsoleted API to reduce dependencies (#5443)ea417ceNLogTraceListener - Align Filter-behavior for all Write-methods (#5242)Updates
NLog.Extensions.Loggingfrom 5.3.8 to 5.3.9Release notes
Sourced from NLog.Extensions.Logging's releases.
Changelog
Sourced from NLog.Extensions.Logging's changelog.
Commits
3c3312bUpdate README.md2626d4dVersion 5.3.9 (#741)65d2adbAuto ordering of variables-section when dependent complex variables (#739)035c0daUpdate platform support in README.md for NLog.Extensions.Hosting (#738)3f70293Auto ordering of variables-section when dependent variables (#737)efcb7d8Downgrade dotnet-sonarscanner to ver. 5.13.1 because of java version (#734)b77d209Downgrade dotnet-sonarscanner to ver. 5.13.1 because of java version (#733)d1cb085Downgrade dotnet-sonarscanner to ver. 5.9.2 because of java version (#732)bf37986Downgrade dotnet-sonarscanner to ver. 5.13.1 because of java version (#731)5a5f56bBump xunit from 2.7.0 to 2.7.1 (#730)Updates
NLogfrom 5.2.8 to 5.3.1Release notes
Sourced from NLog's releases.
Changelog
Sourced from NLog's changelog.
Commits
cf6675dVersion 5.3.1 (#5513)c11b862Version 5.3 (#5496)f0af62aIsTrimmable only for NetStandard2 and newer (#5510)0bfa4f5NLog Schema nuget-package with updated license info (#5509)79867c4Bump xunit from 2.7.0 to 2.7.1 in /tests/NLog.UnitTests (#5508)b757fd9Improve XML docs for obsoleted members with links to alternatives (#5498)2a11efbAdded Wiki Links to XML docs (#5497)788b285CallSiteInformation - Reduce lookups of StackFrame.GetMethod (#5495)c7ba1acInternalLogger - Obsoleted API to reduce dependencies (#5443)ea417ceNLogTraceListener - Align Filter-behavior for all Write-methods (#5242)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