Skip to content

Comments

feat: upgrade server to .NET 10#15

Merged
vbreuss merged 2 commits intomainfrom
topic/upgrade-to-net10
Feb 23, 2026
Merged

feat: upgrade server to .NET 10#15
vbreuss merged 2 commits intomainfrom
topic/upgrade-to-net10

Conversation

@vbreuss
Copy link
Member

@vbreuss vbreuss commented Feb 23, 2026

Upgrades the Testably.Server solution and CI pipelines to target .NET 10, aligning runtime/build tooling with the new framework level.

Changes:

  • Update server and test projects to net10.0.
  • Update Serilog package references in the server project.
  • Update GitHub Actions workflows to install .NET 10.0.x.

@vbreuss vbreuss self-assigned this Feb 23, 2026
@vbreuss vbreuss added the enhancement New feature or request label Feb 23, 2026
@vbreuss vbreuss requested a review from Copilot February 23, 2026 06:13
Copy link

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

Upgrades the Testably.Server solution and CI pipelines to target .NET 10, aligning runtime/build tooling with the new framework level.

Changes:

  • Update server and test projects to net10.0.
  • Update Serilog package references in the server project.
  • Update GitHub Actions workflows to install .NET 10.0.x.

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
Tests/Testably.Server.Tests/Testably.Server.Tests.csproj Targets net10.0 for the test project.
Source/Testably.Server/Testably.Server.csproj Targets net10.0 and bumps Serilog-related package versions.
Source/Testably.Server/Controllers/PullRequestStatusCheckController.cs Adjusts User-Agent version string creation to be nullable-safe.
.github/workflows/ci.yml Updates CI to install .NET 10.
.github/workflows/build.yml Updates build workflow to install .NET 10.

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

@vbreuss vbreuss merged commit a9b30cd into main Feb 23, 2026
2 checks passed
@vbreuss vbreuss deleted the topic/upgrade-to-net10 branch February 23, 2026 06:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant