Skip to content

[automated] Merge branch 'release/9.0.1xx' => 'release/9.0.3xx'#54008

Merged
dsplaisted merged 19 commits intorelease/9.0.3xxfrom
merge/release/9.0.1xx-to-release/9.0.3xx
Apr 21, 2026
Merged

[automated] Merge branch 'release/9.0.1xx' => 'release/9.0.3xx'#54008
dsplaisted merged 19 commits intorelease/9.0.3xxfrom
merge/release/9.0.1xx-to-release/9.0.3xx

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

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

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

  • DonnaChen888
  • dotnet-maestro[bot]
  • github-actions[bot]
  • MiYanni
  • ellahathaway
  • marcpopMSFT

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.1xx
git pull --ff-only
git checkout release/9.0.3xx
git pull --ff-only
git merge --no-ff release/9.0.1xx

# 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/sdk HEAD:merge/release/9.0.1xx-to-release/9.0.3xx
or if you are using SSH
git push git@github.com:dotnet/sdk HEAD:merge/release/9.0.1xx-to-release/9.0.3xx

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.1xx-to-release/9.0.3xx'. 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.1xx-to-release/9.0.3xx origin/release/9.0.3xx
git pull https://github.com/dotnet/sdk merge/release/9.0.1xx-to-release/9.0.3xx
(make changes)
git commit -m "Updated PR with my changes"
git push https://github.com/dotnet/sdk HEAD:merge/release/9.0.1xx-to-release/9.0.3xx
or if you are using SSH
git fetch
git checkout -b merge/release/9.0.1xx-to-release/9.0.3xx origin/release/9.0.3xx
git pull git@github.com:dotnet/sdk merge/release/9.0.1xx-to-release/9.0.3xx
(make changes)
git commit -m "Updated PR with my changes"
git push git@github.com:dotnet/sdk HEAD:merge/release/9.0.1xx-to-release/9.0.3xx

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.

Copilot AI and others added 19 commits April 10, 2026 11:28
Co-authored-by: marcpopMSFT <12663534+marcpopMSFT@users.noreply.github.com>
Removed commented-out NuGet Audit configuration.
Co-authored-by: marcpopMSFT <12663534+marcpopMSFT@users.noreply.github.com>
Removed commented-out NuGet Audit configuration.
…nals build 20260416.1

On relative base path root
Microsoft.SourceBuild.Intermediate.source-build-externals From Version 8.0.0-alpha.1.26207.1 -> To Version 8.0.0-alpha.1.26216.1
…0260417.1

On relative base path root
Microsoft.SourceBuild.Intermediate.templating , Microsoft.TemplateEngine.Mocks From Version 9.0.117-servicing.26215.7 -> To Version 9.0.117-servicing.26217.1
Microsoft.TemplateEngine.Abstractions From Version 9.0.117 -> To Version 9.0.117
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…0260416.5

On relative base path root
Microsoft.SourceBuild.Intermediate.templating , Microsoft.TemplateEngine.Mocks From Version 8.0.421-servicing.26215.5 -> To Version 8.0.421-servicing.26216.5
Microsoft.TemplateEngine.Abstractions From Version 8.0.421 -> To Version 8.0.421
Reset patterns:
- global.json
- NuGet.config
- eng/Version.Details.xml
- eng/Versions.props
- eng/common/*
…420.3

On relative base path root
Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SignTool , Microsoft.DotNet.XliffTasks , Microsoft.DotNet.XUnitExtensions From Version 9.0.0-beta.26201.6 -> To Version 9.0.0-beta.26220.3
Reset patterns:
- global.json
- NuGet.config
- eng/Version.Details.xml
- eng/Versions.props
- eng/common/*
@github-actions github-actions Bot requested review from a team as code owners April 21, 2026 03:23
@DonnaChen888
Copy link
Copy Markdown
Contributor

DonnaChen888 commented Apr 21, 2026

Same issue as #53878
The active Test Run was aborted. Reason: Test host process crashed
Data collector 'Blame' message: The specified inactivity time of 15 minutes has elapsed.
Collecting hang dumps from testhost and its child processes.
Data collector 'Blame' message: Dumping 6984 - testhost.

The test running when the crash occurred:
Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestBuildsAndRunsTestFromCsproj
.ItUsesVerbosityPassedToDefineVerbosityOfConsoleLoggerOfTheTests

@dsplaisted dsplaisted merged commit 0638688 into release/9.0.3xx Apr 21, 2026
29 checks passed
@dsplaisted dsplaisted deleted the merge/release/9.0.1xx-to-release/9.0.3xx branch April 21, 2026 19:05
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.

6 participants