[release/10.0.1xx] Source code updates from dotnet/runtime - #7346
Merged
lewing merged 2 commits intoJun 24, 2026
Merged
Conversation
Diff: https://github.com/dotnet/runtime/compare/210a47bce9679dacd43a61e3dbaee6e7872293cf..1a7904cf302c11890f17e5c56fd88f19af114cb3 From: dotnet/runtime@210a47b To: dotnet/runtime@1a7904c [[ commit created by automation ]]
Contributor
Author
|
Note PRs from original repository included in this codeflow update: 💡 You may consult the FAQ for more information or tag @dotnet/prodconsvcs for assistance. |
Diff: https://github.com/dotnet/runtime/compare/1a7904cf302c11890f17e5c56fd88f19af114cb3..e205d4e6aab9db6446f550c801ac0277d4d1e3b7 From: dotnet/runtime@1a7904c To: dotnet/runtime@e205d4e [[ commit created by automation ]]
Contributor
Author
|
Note PRs from original repository included in this codeflow update: 💡 You may consult the FAQ for more information or tag @dotnet/prodconsvcs for assistance. |
lewing
approved these changes
Jun 24, 2026
lewing
left a comment
Member
There was a problem hiding this comment.
QB: CI green, standard codeflow. Approving.
lewing
deleted the
darc-release/10.0.1xx-de529e83-2712-4f15-93bc-0cd85f7476a9
branch
June 24, 2026 13:36
joeloff
pushed a commit
to joeloff/dotnet
that referenced
this pull request
Jul 27, 2026
#### AI description (iteration 1) #### PR Classification Integration merge from public release/10.0.1xx branch to internal branch, updating dependency versions and refactoring baseline PR creation tool. #### PR Summary This PR merges the public release/10.0.1xx branch into the internal branch, primarily updating package dependency versions across the SDK and refactoring the baseline PR creation tool to use DarcLib instead of Octokit. - `eng/Version.Details.xml`: Updated all dependency versions (Microsoft.Build, Microsoft.CodeAnalysis, NuGet.*, Microsoft.AspNetCore.*, etc.) from build SHA `fe7283f2bc56523c765bc050be87a97543db180a` to `47c73391bfb8274e379c74c19694ccabff33bc3e` - `eng/tools/CreateBaselineUpdatePR/PRCreator.cs`: Replaced Octokit-based GitHub API client with DarcLib's IRemoteGitRepo abstraction for cross-provider (GitHub/AzDO) support, changed tree/commit operations to use GitFile-based changesets, and introduced deterministic head branch naming <!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot --> Related work items: dotnet#7237, dotnet#7238, dotnet#7239, dotnet#7240, dotnet#7244, dotnet#7254, dotnet#7267, dotnet#7268, dotnet#7269, dotnet#7275, dotnet#7304, dotnet#7321, dotnet#7325, dotnet#7332, dotnet#7334, dotnet#7346, dotnet#7358
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.
Note
This is a codeflow update. It may contain both source code changes from
the source repo
as well as dependency updates. Learn more here.
This pull request brings the following source code changes
From https://github.com/dotnet/runtime
Diff the source with this PR branch