Skip to content

Fix benchmark workflow .NET version specifier#4

Merged
evilz merged 2 commits intomasterfrom
copilot/fix-benchmark-workflow
Feb 6, 2026
Merged

Fix benchmark workflow .NET version specifier#4
evilz merged 2 commits intomasterfrom
copilot/fix-benchmark-workflow

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Feb 6, 2026

The benchmark workflow failed due to an invalid .NET version pattern. The actions/setup-dotnet action doesn't support '10.0.x' format.

Changes

  • Updated .github/workflows/benchmark.yml: dotnet-version: '10.0.x''10.x'

The README already contains the required benchmark markers (<!-- BENCHMARKS:START --> and <!-- BENCHMARKS:END -->), so the workflow will now successfully run benchmarks and update results automatically.

Original prompt

fix the .github/workflows/benchmark.yml to make the benchmark run and update the readme


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: evilz <2937862+evilz@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix benchmark run in GitHub workflows Fix benchmark workflow .NET version specifier Feb 6, 2026
Copilot AI requested a review from evilz February 6, 2026 19:07
@evilz evilz marked this pull request as ready for review February 6, 2026 19:36
Copilot AI review requested due to automatic review settings February 6, 2026 19:36
@evilz evilz merged commit 592f8a0 into master Feb 6, 2026
2 checks passed
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Fixes the benchmark GitHub Actions workflow by using a .NET version specifier format supported by actions/setup-dotnet, so the workflow can successfully install the intended SDK and proceed to run/update benchmarks.

Changes:

  • Updated actions/setup-dotnet input from dotnet-version: '10.0.x' to dotnet-version: '10.x'.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.

3 participants