Skip to content

Move the build orchestrator to the Fallout stable channel (10.4.0) - #4

Open
lahma wants to merge 1 commit into
AngleSharp:develfrom
lahma:fallout-10.4
Open

Move the build orchestrator to the Fallout stable channel (10.4.0)#4
lahma wants to merge 1 commit into
AngleSharp:develfrom
lahma:fallout-10.4

Conversation

@lahma

@lahma lahma commented Aug 8, 2026

Copy link
Copy Markdown

Fallout published v10.4.0, its first stable-channel release under the new dual-pace model. The 11.0.x line this repo pinned is the edge channel; 10.4.0 is newer (2026-08-07) and a feature superset despite the lower number (future stable releases move to CalVer, so the version line jumps ahead again).

Changes:

Same change as AngleSharp/AngleSharp.Js#138, minus the .gitignore fix that repo needed — this repo's Python section already uses the narrow build/bin / build/obj patterns rather than a bare build, so new files under the build project directory were never hidden (verified with a probe file).

Verification: dotnet build build/_build.csproj restores clean and builds with 0 warnings; the restored graph resolves Fallout.Common 10.4.0 and pulls System.Security.Cryptography.Xml 10.0.10 transitively. A forced restore with NuGetAuditMode=all / NuGetAuditLevel=low reports no NU19xx (audit confirmed live against a known-vulnerable control package). ./build.ps1 Compile runs end to end: dotnet tool restore resolves Fallout.GlobalTool 10.4.0, and Fallout Execution Engine 10.4.0.15 drives Restore + Compile to success across net8.0 and net10.0 with 0 warnings. Publish targets intentionally not run.

🤖 Generated with Claude Code

Fallout v10.4.0 is the first stable-channel release; the previously pinned
11.0.18 belongs to the edge channel. The stable CLI ships as Fallout.GlobalTool
(the fallout command is unchanged), and Fallout.Common 10.4.0 resolves the
patched System.Security.Cryptography.Xml 10.0.10 on its own, so the manual
transitive pin is no longer needed (Fallout-build/Fallout#618).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@CLAassistant

CLAassistant commented Aug 8, 2026

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

@lahma
lahma marked this pull request as ready for review August 8, 2026 12:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants