Update .NET SDK to 10.0.401 and build tooling - #315
Open
Sergio0694 wants to merge 5 commits into
Open
Sergio0694 wants to merge 5 commits into
Sergio0694 wants to merge 5 commits into
Conversation
Arlodotexe
self-requested a review
September 11, 2026 22:37
Arlodotexe
reviewed
Sep 11, 2026
Arlodotexe
reviewed
Sep 11, 2026
Update the .NET SDK to 10.0.401, MSBuild.Sdk.Extras to 3.0.44, and SlnGen to 12.0.32. Align CI runners, Windows SDK prerequisites, development containers, and documented build requirements. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
(cherry picked from commit 5e06a74) Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Use the standard windows-2025 label for native CI jobs. Start the pagefile at 8 GB while preserving its 32 GB maximum so SDK installation has sufficient disk space. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Remove the added Windows SDK installer changes and project-template installation step. Restore the original pagefile settings while retaining the reviewed windows-2025 labels and tool version updates. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Sergio0694
force-pushed
the
user/sergiopedri/dotnet-10-upgrade
branch
from
September 11, 2026 23:18
c58542d to
6c8f3e3
Compare
Sergio0694
marked this pull request as ready for review
September 11, 2026 23:18
Switch all Windows CI jobs to windows-2025-large to provide more disk space without changing SDK installation or pagefile settings. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Avid29
reviewed
Sep 12, 2026
| // Append -bullseye or -focal to pin to an OS version. | ||
| "VARIANT": "9.0", | ||
| // Options | ||
| "NODE_VERSION": "lts/*" |
Member
There was a problem hiding this comment.
Is this changing the runner to auto update the SDK version?
If so that's probably for the best, but we're certain this won't cause any issues, such as introducing new warnings which will be treated as errors? (I forget if we're using treat warnings as errors, I've been gone a bit and very busy).
Upon second thought, I'm being pedantic. It's the runner. Even if an issue like that arises we'll just either update suppresions or update the code.
Sergio0694
added a commit
to CommunityToolkit/Labs-Windows
that referenced
this pull request
Sep 16, 2026
Pin tooling to CommunityToolkit/Tooling-Windows-Submodule#315 for end-to-end validation before merging the upstream PR. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
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.
Summary
windows-2025-largefor all Windows CI jobs to provide additional disk space, and copyglobal.jsoninto generated consumer workspaces.global.jsonin the container because published base images can lag behind SDK servicing releases.Integration
Rebased onto
mainafter #316 merged. The result preserves its Uno.Check 1.34.1 update, Windows SDK 26100 target frameworks and build requirements, and UWP/WinAppSDK configuration fixes. This PR introduces no Windows SDK installation or pagefile configuration changes.The requested commit
5e06a74f50b2bc5ca2cba5f4994998fc0d89edc9from #309 is retained as330998f, preserving its original author. It is an empty cherry-pick because its SlnGen update was already included in this PR.Validation
CI will validate the native template and experiment matrix on the larger Windows runners. A full development-container build was not run locally because no container engine is available.