Skip to content

[Repo Assist] chore: update development tools to latest stable versions#1525

Draft
github-actions[bot] wants to merge 2 commits intomainfrom
repo-assist/eng-update-tools-2026-04-09-8ae0a676d178c2bf
Draft

[Repo Assist] chore: update development tools to latest stable versions#1525
github-actions[bot] wants to merge 2 commits intomainfrom
repo-assist/eng-update-tools-2026-04-09-8ae0a676d178c2bf

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot commented Apr 9, 2026

🤖 This is an automated PR from Repo Assist.

Summary

Updates three development tools in .config/dotnet-tools.json to their latest stable versions.

Tool Before After Note
paket 10.0.0-alpha011 10.3.1 Promote from alpha to stable release
dotnet-reportgenerator-globaltool 5.3.8 5.5.4 Test coverage reporter
fantomas 7.0.3 7.0.5 Code formatter (two patch releases)

Motivation

  • paket alpha → stable: Using an alpha release in production tooling is a stability risk. Paket 10.3.1 is the current stable release — promoting to it removes that risk.
  • dotnet-reportgenerator-globaltool: 5.5.4 is the current stable with accumulated improvements since 5.3.8.
  • fantomas 7.0.5: Two patch releases with bug fixes. The formatter format check (dotnet fantomas --check build.fsx src) passes unchanged — no reformatting of existing code required.

Test Status

  • dotnet tool restore — all tools restored successfully with new versions
  • dotnet paket restore — paket 10.3.1 resolves the same lock file without errors
  • dotnet build -c Release — 0 errors (pre-existing MSB3277 assembly version warnings only)
  • dotnet fantomas --check build.fsx src — format check passes, no reformatting needed

Generated by 🌈 Repo Assist, see workflow run. Learn more.

To install this agentic workflow, run

gh aw add githubnext/agentics/workflows/repo-assist.md@7ee2b60744abf71b985bead4599640f165edcd93

- paket: 10.0.0-alpha011 → 10.3.1 (promote from alpha to stable release)
- dotnet-reportgenerator-globaltool: 5.3.8 → 5.5.4
- fantomas: 7.0.3 → 7.0.5 (format check passes unchanged)

All three tools restored and built successfully. Format check confirms
fantomas 7.0.5 does not change formatting of existing code.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants