deps: Bump System.Configuration.ConfigurationManager from 10.0.5 to 10.0.9 - #641
Open
dependabot[bot] wants to merge 2 commits into
Conversation
…ug list rendering (#640) Two verified-misleading log emissions, text-only (zero behavior change): 1. DuplicateFilterService claimed library-duplicate filtering ran "prior to validation", but RecommendationPipeline.cs invokes FilterExistingRecommendations AFTER ValidateAsync completes (live log order: "Validation complete" 20:46:53 -> this line 20:46:58) and before enrichment. Wording now states "after validation (before enrichment)". 2. The strict-only style-selection lines rendered every slug inside ONE quote pair — observed live as selected=["lofi-hip-hop, alternative-rock"] — because the string.Join'd slug list was passed as a single structured-template capture, which the host's bundled NLog 5.4.0 quotes as one token (parseMessageTemplates; reproduced against NLog 5.4.0, while NLog 6 does not quote). The message is now pre-formatted via an internal helper so each slug renders distinctly (selected=[lofi-hip-hop, alternative-rock]) under any host NLog version; information content unchanged. Strict TDD: Brainarr.Tests/Logging/LogMessageAccuracyTests.cs pinned the corrected texts first (3/3 RED against the live-defective texts), then the one-line text fixes turned them GREEN.
…0.0.9 --- updated-dependencies: - dependency-name: System.Configuration.ConfigurationManager dependency-version: 10.0.9 dependency-type: direct:production update-type: version-update:semver-patch ...
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Contributor
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
Contributor
Author
|
A newer version of System.Configuration.ConfigurationManager exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged. |
RicherTunes
force-pushed
the
dependabot/nuget/Brainarr.Tests/System.Configuration.ConfigurationManager-10.0.9
branch
from
August 8, 2026 02:25
d40bd7a to
1279067
Compare
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.
Updated System.Configuration.ConfigurationManager from 10.0.5 to 10.0.9.
Release notes
Sourced from System.Configuration.ConfigurationManager's releases.
No release notes found for this version range.
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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)