docs: track three latent defects found while repairing PR #568 CI - #572
Merged
Conversation
Records the follow-ups surfaced while fixing the NuGet upgrade fallout, so they survive the merge of #568 as tracked issues rather than prose. - #569 (full-bug): the packages cache restore-keys fallback in the three build/test workflows admits package folders from an unrelated commit, so CI reported green on 8f30fd5 while a cold local build produced 10 CS0006 errors and 3 test failures. Gate-fidelity defect. - #570 (minor-audit): System.Reactive 7.0.0 disclaims packages.config support and now emits 5 build warnings across the solution. - #571 (full-bug): two QfcItemController initialization tests fail intermittently in full-suite runs on a real Control.Invoke path and pass in isolation. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
drmoisan
enabled auto-merge
August 17, 2026 01:00
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.
Records the follow-ups surfaced while fixing the NuGet upgrade fallout, so they survive the merge of #568 as tracked issues rather than prose.