Conversation
…-23fw-v26w-5fgq SourceLink 8.0.0 pulls Microsoft.Build.Tasks.Git 8.0.0, which now carries a moderate-severity advisory. With NuGet audit plus TreatWarningsAsErrors that surfaces as NU1902 and fails the whole solution build, not just the projects that pack. 10.0.401 is the current stable line and is the only build-affecting change here; no source changes were needed. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
|
Backend CI here is red for one reason that is not this PR's doing: restore trips over the SSH.NET advisory (GHSA-q939-rpr3-3284) that comes in through Testcontainers 4.11.0 on Order is therefore #1369, then this one. Worth knowing: GitHub does not re-run a PR's checks when the base branch moves, so after #1369 lands this PR needs Full merge order for the batch, with the pairwise conflicts measured rather than guessed: #1369 comment. |
|
Reviewed. The change is a one-line version bump and it does what it says; The only thing standing between this PR and a green Backend CI is unrelated to it: restore also trips over the SSH.NET advisory that arrives through Testcontainers 4.11.0, which #1369 fixes. Merge order and the re-run caveat are in the batch comment. |
The solution does not build right now.
Microsoft.SourceLink.GitHub 8.0.0pullsMicrosoft.Build.Tasks.Git 8.0.0, which has since picked up a moderate-severity advisory(GHSA-23fw-v26w-5fgq). With NuGet audit plus
TreatWarningsAsErrorsthat surfaces asNU1902and fails the whole solution, not just theprojects that pack:
10.0.401is the current stable line and clears it. This is the only change — no source edits wereneeded.
Verification
Nothing else moves: SourceLink is referenced only by projects with
IsPackable=true, so the blastradius is the CLI package.
🤖 Generated with Claude Code