Conversation
Member
Author
|
Seems this test is failing Xaml? |
Member
Author
|
/rebase |
0de5b5a to
f668060
Compare
Member
Author
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates the .NET MAUI repository to use .NET 10 RC1 packages, moving from preview.7 to the release candidate. This is a standard dependency update that aligns with the .NET 10 release cycle.
- Updates all .NET 10 package versions from preview.7.25380.108 to rc.1.25413.112
- Updates platform-specific SDKs (Android, iOS, macOS, tvOS) to corresponding RC1 versions
- Includes build tooling improvements for install script caching
Reviewed Changes
Copilot reviewed 12 out of 12 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| global.json | Updates .NET SDK and build SDK versions to RC1 |
| eng/Versions.props | Updates all Microsoft package versions to RC1 builds |
| eng/Version.Details.xml | Updates dependency tracking with new versions and commit SHAs |
| NuGet.config | Updates package source references for macOS dependencies |
| eng/common/tools.sh | Adds install script caching with 30-day expiration |
| eng/common/tools.ps1 | Adds install script caching with 30-day expiration |
| eng/common/core-templates/ | Updates MicroBuild configuration and removes deprecated job dependencies |
| src/Controls/tests/Xaml.UnitTests/MSBuild/MSBuildTests.cs | Updates test assertion to match new build target behavior |
You can also share your feedback on Copilot code review for a chance to win a $100 gift card. Take the survey.
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Description of Change
Move to RC1 packages