Skip to content

Conversation

@github-actions
Copy link
Contributor

I detected changes in the release/9.0 branch which have not been merged yet to release/9.0-staging. I'm a robot and am configured to help you automatically keep release/9.0-staging up to date, so I've opened this PR.

This PR merges commits made on release/9.0 by the following committers:

  • PranavSenthilnathan
  • dotnet-maestro[bot]

Instructions for merging from UI

This PR will not be auto-merged. When pull request checks pass, complete this PR by creating a merge commit, not a squash or rebase commit.

merge button instructions

If this repo does not allow creating merge commits from the GitHub UI, use command line instructions.

Instructions for merging via command line

Run these commands to merge this pull request from the command line.

git fetch
git checkout release/9.0
git pull --ff-only
git checkout release/9.0-staging
git pull --ff-only
git merge --no-ff release/9.0

# If there are merge conflicts, resolve them and then run git merge --continue to complete the merge
# Pushing the changes to the PR branch will re-trigger PR validation.
git push https://github.com/dotnet/runtime HEAD:merge/release/9.0-to-release/9.0-staging
or if you are using SSH
git push [email protected]:dotnet/runtime HEAD:merge/release/9.0-to-release/9.0-staging

After PR checks are complete push the branch

git push

Instructions for resolving conflicts

⚠️ If there are merge conflicts, you will need to resolve them manually before merging. You can do this using GitHub or using the command line.

Instructions for updating this pull request

Contributors to this repo have permission update this pull request by pushing to the branch 'merge/release/9.0-to-release/9.0-staging'. This can be done to resolve conflicts or make other changes to this pull request before it is merged.
The provided examples assume that the remote is named 'origin'. If you have a different remote name, please replace 'origin' with the name of your remote.

git fetch
git checkout -b merge/release/9.0-to-release/9.0-staging origin/release/9.0-staging
git pull https://github.com/dotnet/runtime merge/release/9.0-to-release/9.0-staging
(make changes)
git commit -m "Updated PR with my changes"
git push https://github.com/dotnet/runtime HEAD:merge/release/9.0-to-release/9.0-staging
or if you are using SSH
git fetch
git checkout -b merge/release/9.0-to-release/9.0-staging origin/release/9.0-staging
git pull [email protected]:dotnet/runtime merge/release/9.0-to-release/9.0-staging
(make changes)
git commit -m "Updated PR with my changes"
git push [email protected]:dotnet/runtime HEAD:merge/release/9.0-to-release/9.0-staging

Contact .NET Core Engineering (dotnet/dnceng) if you have questions or issues.
Also, if this PR was generated incorrectly, help us fix it. See https://github.com/dotnet/arcade/blob/main/.github/workflows/scripts/inter-branch-merge.ps1.

dotnet-maestro bot and others added 5 commits October 16, 2025 11:17
This pull request updates the following dependencies

[marker]: <> (Begin:abfb473c-f50b-41c8-64c2-08dcbc356d11)
## From https://github.com/dotnet/arcade
- **Subscription**:
[abfb473c-f50b-41c8-64c2-08dcbc356d11](https://maestro.dot.net/subscriptions?search=abfb473c-f50b-41c8-64c2-08dcbc356d11)
- **Build**:
[20251015.2](https://dev.azure.com/dnceng/internal/_build/results?buildId=2816672)
([287228](https://maestro.dot.net/channel/5175/github:dotnet:arcade/build/287228))
- **Date Produced**: October 15, 2025 3:36:38 PM UTC
- **Commit**:
[6666973b629b24e259162dba03486c23af464bab](dotnet/arcade@6666973)
- **Branch**:
[release/9.0](https://github.com/dotnet/arcade/tree/release/9.0)

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - From [9.0.0-beta.25503.3 to 9.0.0-beta.25515.2][1]
     - Microsoft.SourceBuild.Intermediate.arcade
     - Microsoft.DotNet.Arcade.Sdk
     - Microsoft.DotNet.Build.Tasks.Archives
     - Microsoft.DotNet.Build.Tasks.Feed
     - Microsoft.DotNet.Build.Tasks.Installers
     - Microsoft.DotNet.Build.Tasks.Packaging
     - Microsoft.DotNet.Build.Tasks.TargetFramework
     - Microsoft.DotNet.Build.Tasks.Templating
     - Microsoft.DotNet.Build.Tasks.Workloads
     - Microsoft.DotNet.CodeAnalysis
     - Microsoft.DotNet.GenAPI
     - Microsoft.DotNet.GenFacades
     - Microsoft.DotNet.Helix.Sdk
     - Microsoft.DotNet.PackageTesting
     - Microsoft.DotNet.RemoteExecutor
     - Microsoft.DotNet.SharedFramework.Sdk
     - Microsoft.DotNet.VersionTools.Tasks
     - Microsoft.DotNet.XliffTasks
     - Microsoft.DotNet.XUnitExtensions
  - From [2.9.0-beta.25503.3 to 2.9.0-beta.25515.2][1]
     - Microsoft.DotNet.XUnitAssert
     - Microsoft.DotNet.XUnitConsoleRunner

[1]: dotnet/arcade@f8c9a6d...6666973

[DependencyUpdate]: <> (End)

- **Updates to .NET SDKs in root:**
  - Updates sdk.version to 9.0.111
  - Updates tools.dotnet to 9.0.111

[marker]: <> (End:abfb473c-f50b-41c8-64c2-08dcbc356d11)

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Pranav Senthilnathan <[email protected]>
This pull request updates the following dependencies

[marker]: <> (Begin:f85f62c8-5e7d-4706-1003-08dcbc30275f)
## From https://github.com/dotnet/emsdk
- **Subscription**:
[f85f62c8-5e7d-4706-1003-08dcbc30275f](https://maestro.dot.net/subscriptions?search=f85f62c8-5e7d-4706-1003-08dcbc30275f)
- **Build**:
[20251015.5](https://dev.azure.com/dnceng/internal/_build/results?buildId=2817035)
([287326](https://maestro.dot.net/channel/3883/github:dotnet:emsdk/build/287326))
- **Date Produced**: October 16, 2025 12:11:36 AM UTC
- **Commit**:
[13de3640b5fdb3a2b9ec46bba632a72fd74c449c](dotnet/emsdk@13de364)
- **Branch**:
[release/9.0](https://github.com/dotnet/emsdk/tree/release/9.0)

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - From [9.0.11-servicing.25509.4 to 9.0.11-servicing.25515.5][1]
     - Microsoft.SourceBuild.Intermediate.emsdk
- Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Transport
  - From [9.0.11 to 9.0.11][1]
     - Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100

[1]: dotnet/emsdk@45d453f...13de364

[DependencyUpdate]: <> (End)


[marker]: <> (End:f85f62c8-5e7d-4706-1003-08dcbc30275f)

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
This pull request updates the following dependencies

[marker]: <> (Begin:f85f62c8-5e7d-4706-1003-08dcbc30275f)
## From https://github.com/dotnet/emsdk
- **Subscription**:
[f85f62c8-5e7d-4706-1003-08dcbc30275f](https://maestro.dot.net/subscriptions?search=f85f62c8-5e7d-4706-1003-08dcbc30275f)
- **Build**:
[20251016.4](https://dev.azure.com/dnceng/internal/_build/results?buildId=2817718)
([287477](https://maestro.dot.net/channel/3883/github:dotnet:emsdk/build/287477))
- **Date Produced**: October 16, 2025 5:47:56 PM UTC
- **Commit**:
[b65413ac057eb0a54c51b76b1855bc377c2132c3](dotnet/emsdk@b65413a)
- **Branch**:
[release/9.0](https://github.com/dotnet/emsdk/tree/release/9.0)

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - From [9.0.11-servicing.25515.5 to 9.0.11-servicing.25516.4][1]
     - Microsoft.SourceBuild.Intermediate.emsdk
- Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Transport
  - From [9.0.11 to 9.0.11][1]
     - Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100

[1]: dotnet/emsdk@13de364...b65413a

[DependencyUpdate]: <> (End)


[marker]: <> (End:f85f62c8-5e7d-4706-1003-08dcbc30275f)

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Backport of #120818

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
@hoyosjs
Copy link
Member

hoyosjs commented Oct 31, 2025

134 is a sigabrt. It sounds like there was an unhandled exception in the process?

@akoeplinger
Copy link
Member

akoeplinger commented Oct 31, 2025

@hoyosjs that seems to be #120813 which is pending a backport in 9.0: #120838

I think this is good to go.

@steveisok steveisok added the Servicing-approved Approved for servicing release label Nov 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Servicing-approved Approved for servicing release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants