Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the project from .NET 8 to .NET 10, along with related dependency and tooling updates. The changes include upgrading the target framework, language version, NuGet packages, build agent, and CI/CD configuration to support the new .NET version.
Changes:
- Target framework updated from net8.0 to net10.0 across all platforms
- Language version updated from 12.0 to 14.0
- Build infrastructure updated to use .NET 10 SDK and windows-2025 agent
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/GeolocatorService.Uno.WinUI/GeolocatorService.Uno.WinUI.csproj | Updates target frameworks to net10.0, upgrades dependencies, and changes macOS to Mac Catalyst |
| build/stage-build.yml | Replaces manual workload installation with uno-check tooling for .NET 10 |
| build/azure-pipelines.yml | Updates Windows build agent to windows-2025 |
| BREAKING_CHANGES.md | Documents breaking changes for version 4.0.x |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
766cf8e to
27ba8ad
Compare
jeanplevesque
approved these changes
Jan 22, 2026
27ba8ad to
2af8330
Compare
2af8330 to
a7f31ad
Compare
Marc-Antoine-Soucy
approved these changes
Jan 22, 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
Description
Now targets .NET 10 and Uno 6.
Dropped Support of Mac OS in favour of Mac Catalyst.
Dropped support for Xamarin.
Impact on version
buildfolder was changed..githubfolder was changed.PR Checklist
README.mdis up to date.Other information
Internal Issue (If applicable):