[Repo Assist] chore: update development tools to latest stable versions#1525
Draft
github-actions[bot] wants to merge 2 commits intomainfrom
Draft
[Repo Assist] chore: update development tools to latest stable versions#1525github-actions[bot] wants to merge 2 commits intomainfrom
github-actions[bot] wants to merge 2 commits intomainfrom
Conversation
- 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 <[email protected]>
27 tasks
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.
🤖 This is an automated PR from Repo Assist.
Summary
Updates three development tools in
.config/dotnet-tools.jsonto their latest stable versions.paket10.0.0-alpha01110.3.1dotnet-reportgenerator-globaltool5.3.85.5.4fantomas7.0.37.0.5Motivation
paketalpha → 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.fantomas7.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 versionsdotnet paket restore— paket 10.3.1 resolves the same lock file without errorsdotnet build -c Release— 0 errors (pre-existing MSB3277 assembly version warnings only)dotnet fantomas --check build.fsx src— format check passes, no reformatting needed