Skip to content

[release/10.0] Source code updates from dotnet/dotnet - #1767

Merged
mthalman merged 4 commits into
release/10.0from
darc-release/10.0-c827607c-cae8-4e2c-9bab-602cea515d6a
Aug 14, 2026
Merged

[release/10.0] Source code updates from dotnet/dotnet#1767
mthalman merged 4 commits into
release/10.0from
darc-release/10.0-c827607c-cae8-4e2c-9bab-602cea515d6a

Conversation

@dotnet-maestro

@dotnet-maestro dotnet-maestro Bot commented Aug 12, 2026

Copy link
Copy Markdown
Contributor

Note

This is a codeflow update. It may contain both source code changes from
the VMR
as well as dependency updates. Learn more here.

This pull request brings the following source code changes

From https://github.com/dotnet/dotnet

New Dependencies

  • Added 10.0.12
    • Microsoft.Bcl.Cryptography

Updated Dependencies

Associated changes in source repos

Diff the source with this PR branch
darc vmr diff --name-only https://github.com/dotnet/dotnet:493580a515a01970cfe1da2c7dd589efbaf36996..https://github.com/dotnet/source-build-assets:darc-release/10.0-c827607c-cae8-4e2c-9bab-602cea515d6a

Updated Dependencies:
Microsoft.Build, Microsoft.Build.Utilities.Core (Version 18.0.11 -> 18.0.11)
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26403.103 -> 10.0.0-beta.26411.108)
Microsoft.DotNet.GenAPI.Task (Version 10.0.112-servicing.26403.103 -> 10.0.112-servicing.26411.108)
Microsoft.NETCore.ILAsm, Microsoft.NETCore.ILDAsm (Version 10.0.12 -> 10.0.12)

Added Dependencies:
Microsoft.Bcl.Cryptography (Version 10.0.12)
[[ commit created by automation ]]
@dotnet-maestro
dotnet-maestro Bot requested a review from a team as a code owner August 12, 2026 02:05
@dotnet-maestro

Copy link
Copy Markdown
Contributor Author

Updated Dependencies:
Microsoft.Bcl.Cryptography, Microsoft.NETCore.ILAsm, Microsoft.NETCore.ILDAsm (Version 10.0.12 -> 10.0.12)
Microsoft.Build, Microsoft.Build.Utilities.Core (Version 18.0.11 -> 18.0.11)
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26411.108 -> 10.0.0-beta.26412.103)
Microsoft.DotNet.GenAPI.Task (Version 10.0.112-servicing.26411.108 -> 10.0.112-servicing.26412.103)
[[ commit created by automation ]]
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
@dsplaisted

Copy link
Copy Markdown
Member

@mthalman It looks like this is the same fix that I originally had for dotnet/dotnet#8281. Is that the right fix? It should be obvious I don't really know what I'm doing here, but based on @mmitche's feedback on my PR copilot updated it to switch to source build reference packages. Is that a better solution?

@mthalman

Copy link
Copy Markdown
Member

SBRP can't be used here since the dependency is a 10.0 package. We can't have 10.0 packages in the 10.0 version of SBRP.

@mthalman

Copy link
Copy Markdown
Member

@dsplaisted - Needs another reviewer

@mmitche

mmitche commented Aug 14, 2026

Copy link
Copy Markdown
Member

Okay I gotcha. This is an oddity where we have a 10.0 reference. The rest of the deps in this package are pre-10.0, so we need to resolve from PSB. Except in isoalted builds, we have no PSB so we just resolve from the normal package feeds?

@mmitche

mmitche commented Aug 14, 2026

Copy link
Copy Markdown
Member

Interestingly..this might be one place where a 10.0 reference package in a 10.0 branch might be reasonable (if there is no implementation redisted)

@mthalman
mthalman merged commit 14e081d into release/10.0 Aug 14, 2026
5 checks passed
@dotnet-maestro
dotnet-maestro Bot deleted the darc-release/10.0-c827607c-cae8-4e2c-9bab-602cea515d6a branch August 14, 2026 17:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants