Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the project from .NET 8 to .NET 10 and from Uno Platform 5 to Uno Platform 6, representing a major version upgrade across the entire solution. The changes include updating target frameworks, C# language versions, and numerous NuGet package dependencies.
Key Changes:
- Target framework migration from net8.0 to net10.0 across all projects
- C# language version update from 12 to 14
- NuGet package updates including Microsoft.Extensions.Logging.Abstractions (3.1.0 → 10.0.1), Uno.WinUI (5.0.19 → 6.3.62), and various test dependencies
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| src/DataLoader/DataLoader.csproj | Updates LangVersion to 14 and upgrades Microsoft.Extensions.Logging.Abstractions and Microsoft.SourceLink.GitHub packages |
| src/DataLoader.Uno.WinUI/winappsdk-workaround.targets | Updates comment to reflect new net10.0 target framework path |
| src/DataLoader.Uno.WinUI/DataLoader.Uno.WinUI.csproj | Major changes including SDK migration, target framework updates to net10.0, Uno.WinUI upgrade, Windows SDK configuration changes, and conditional package references |
| src/DataLoader.Tests/DataLoader.Tests.csproj | Updates target framework to net10.0, LangVersion to 14, and upgrades all test-related dependencies including xunit, Moq, FluentAssertions, and Serilog packages |
| src/DataLoader.DynamicMvvm/DataLoader.DynamicMvvm.csproj | Updates LangVersion to 14 and upgrades Chinook.DynamicMvvm.Abstractions and Microsoft.SourceLink.GitHub packages |
| src/DataLoader.Abstractions/DataLoader.Abstractions.csproj | Updates LangVersion to 14 and upgrades Microsoft.Extensions.Logging.Abstractions and Microsoft.SourceLink.GitHub packages |
| build/stage-build.yml | Updates DotNetVersion to 10.0.100, UnoCheck version to 1.33.1, and UnoCheck manifest URL |
| build/azure-pipelines.yml | Updates Windows hosted agent image from windows-2022 to windows-2025 |
| BREAKING_CHANGES.md | Documents version 4.0.0 breaking changes for .NET 8→10 and Uno 5→6 updates |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Marc-Antoine-Soucy
approved these changes
Jan 7, 2026
jeanplevesque
approved these changes
Jan 19, 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.
Targets Uno 5.
What is the new behavior?
Targets .NET 10.
Targets Uno 6.
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