Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the ReviewService project from .NET 8 to .NET 10, marking a major version bump due to breaking API changes in target framework compatibility.
Key Changes
- Updates target framework from
net8.0/netstandard2.0tonet10.0across all projects - Updates C# language version from 12.0 to 14.0
- Updates NuGet package dependencies to versions compatible with .NET 10
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| src/ReviewService/ReviewService.csproj | Updates target framework to net10.0, C# to 14.0, and package dependencies |
| src/ReviewService.Tests/ReviewService.Tests.csproj | Updates test project to net10.0 and upgrades test framework packages |
| src/ReviewService.NativePrompters/ReviewService.NativePrompters.csproj | Updates multi-targeted frameworks to net10.0 variants and dependencies |
| src/ReviewService.Abstractions/ReviewService.Abstractions.csproj | Updates target framework to net10.0 and C# to 14.0 |
| build/stage-build.yml | Updates .NET SDK version and UnoCheck configuration for .NET 10 |
| build/azure-pipelines.yml | Updates Windows hosted agent image to windows-2025 |
| BREAKING_CHANGES.md | Documents the breaking change from .NET 8 to .NET 10 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
src/ReviewService.NativePrompters/ReviewService.NativePrompters.csproj
Outdated
Show resolved
Hide resolved
Marc-Antoine-Soucy
approved these changes
Jan 7, 2026
e2e2efc to
9817dbb
Compare
9817dbb to
b81d2b9
Compare
b81d2b9 to
076b21c
Compare
jeanplevesque
approved these changes
Jan 20, 2026
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.
GitHub Issue: #
Proposed Changes
What is the current behavior?
Targets .NET 8.
Uses C# 12.
What is the new behavior?
Targets .NET 10.
Uses C# 14.
Impact on version
buildfolder was changed..githubfolder was changed.Checklist
Please check that your PR fulfills the following requirements:
Documentation has been added/updated.Automated Unit / Integration tests for the changes have been added/updated.Other information