Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This pull request updates the repository's .NET 10.0 dependencies from release candidate 1 (rc.1) to release candidate 2 (rc.2) builds, ensuring alignment with the latest .NET 10.0.0-rc.2 ecosystem. The update also includes improvements to build tooling and Azure DevOps pipeline configurations.
Key changes:
- Updated core .NET SDK and runtime dependencies from rc.1 to rc.2 versions
- Upgraded platform-specific SDKs (Android, iOS, macOS, etc.) to latest builds
- Enhanced build scripts with new options and improved Azure DevOps variable handling
Reviewed Changes
Copilot reviewed 25 out of 25 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| global.json | Updated .NET SDK and Arcade tooling to rc.2 versions |
| eng/Versions.props | Comprehensive version updates for all .NET and platform dependencies |
| eng/Version.Details.xml | Updated dependency metadata with new versions and commit SHAs |
| eng/common/tools.ps1 | Updated vswhere version and improved download logging |
| eng/common/sdk-task.sh | Added noWarnAsError option and reorganized variable initialization |
| eng/common/sdk-task.ps1 | Added noWarnAsError parameter support |
| eng/common/generate-locproject.ps1 | Enhanced WiX file handling with schema-based parsing |
| Multiple Azure DevOps templates | Replaced Build.SourcesDirectory with System.DefaultWorkingDirectory |
| eng/common/core-templates/steps/install-microbuild.yml | Split MicroBuild installation for Windows vs non-Windows platforms |
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
This pull request updates the project to use the latest release candidate versions of the .NET SDK and related dependencies, as well as updates to Android and Apple platform SDKs. These changes ensure the project is aligned with the most recent upstream updates and package sources.
Dependency updates:
eng/Version.Details.xmlandeng/Versions.props, ensuring compatibility with the newest features and bug fixes. [1] [2]Microsoft.DotNet.Build.Tasks.Feed,Microsoft.DotNet.Arcade.Sdk, etc.) to their latest beta versions ineng/Version.Details.xml.Platform SDK updates:
eng/Version.Details.xmlandeng/Versions.props. [1] [2]NuGet package source updates:
NuGet.configto ensure the correct feeds are used for the new dependency versions.