Skip to content

Add .NET 10 as a build target and update test matrix#632

Open
Copilot wants to merge 4 commits intomainfrom
copilot/add-dotnet10-build-target
Open

Add .NET 10 as a build target and update test matrix#632
Copilot wants to merge 4 commits intomainfrom
copilot/add-dotnet10-build-target

Conversation

Copy link
Contributor

Copilot AI commented Feb 4, 2026

Adds .NET 10 (net10.0) support across all projects and CI pipelines.

Project Files

  • Added net10.0 to TargetFrameworks in all 7 .csproj files
  • Library projects retain netstandard2.1 for backward compatibility

CI Pipeline

  • Updated dotnetVersions array in both appinspector-pr.yml and appinspector-release.yml to include 10.0.x
  • Updated build framework variables (DotnetVersion to 10.0.x and DotnetTargetFramework to net10.0) in both pipeline files
<!-- Before -->
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>

<!-- After -->
<TargetFrameworks>net8.0;net9.0;net10.0</TargetFrameworks>
Original prompt

Add .NET 10 as a build target alongside existing supported frameworks, ensure that test matrix runs the .NET 10 tests.


✨ 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: gfs <98900+gfs@users.noreply.github.com>
Copilot AI changed the title [WIP] Add .NET 10 as a build target for testing Add .NET 10 as a build target and update test matrix Feb 4, 2026
Copilot AI requested a review from gfs February 4, 2026 23:11
@gfs
Copy link
Contributor

gfs commented Feb 4, 2026

@copilot please also update the build framework variables in the pipelines.

Co-authored-by: gfs <98900+gfs@users.noreply.github.com>
Copy link
Contributor Author

Copilot AI commented Feb 4, 2026

@copilot please also update the build framework variables in the pipelines.

Updated DotnetVersion to 10.0.x and DotnetTargetFramework to net10.0 in both appinspector-pr.yml and appinspector-release.yml. See commit dbc6f8c.

@gfs
Copy link
Contributor

gfs commented Feb 4, 2026

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@gfs
Copy link
Contributor

gfs commented Feb 5, 2026

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@gfs gfs marked this pull request as ready for review February 5, 2026 22:53
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.

2 participants