Skip to content

Update deprecated ci.yml to .NET 10 for version consistency#638

Merged
AnkushinDaniil merged 2 commits intodaniil/ci/refactor-workflowsfrom
copilot/sub-pr-635
Feb 11, 2026
Merged

Update deprecated ci.yml to .NET 10 for version consistency#638
AnkushinDaniil merged 2 commits intodaniil/ci/refactor-workflowsfrom
copilot/sub-pr-635

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Feb 11, 2026

Addresses feedback on #635: the deprecated ci.yml workflow used .NET 9.0.x while the new separated workflows (build.yml, format.yml, test.yml) use .NET 10.0.x, creating potential version conflicts.

Changes:

  • Updated all three setup-dotnet steps in .github/workflows/ci.yml from 9.0.x to 10.0.x
    • Build job (line 38)
    • Format-check job (line 58)
    • Test-and-coverage job (line 79)

All CI workflows now consistently use .NET 10.0.x.


✨ 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: AnkushinDaniil <71745946+AnkushinDaniil@users.noreply.github.com>
Copilot AI changed the title [WIP] Address feedback on CI refactor and workflow separation changes Update deprecated ci.yml to .NET 10 for version consistency Feb 11, 2026
Copilot AI requested a review from AnkushinDaniil February 11, 2026 10:10
@AnkushinDaniil AnkushinDaniil marked this pull request as ready for review February 11, 2026 10:37
@AnkushinDaniil AnkushinDaniil merged commit 35c57be into daniil/ci/refactor-workflows Feb 11, 2026
@AnkushinDaniil AnkushinDaniil deleted the copilot/sub-pr-635 branch February 11, 2026 10:37
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