Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Jul 8, 2025

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

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

  • nagilson
  • SimonZhao888
  • MiYanni
  • dotnet-maestro[bot]
  • v-wuzhai
  • vseanreesermsft
  • dtivel
  • dotnet-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/8.0.4xx git pull --ff-only git checkout release/9.0.1xx git pull --ff-only git merge --no-ff release/8.0.4xx # 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/8.0.4xx-to-release/9.0.1xx
or if you are using SSH
git push git@github.com:dotnet/sdk HEAD:merge/release/8.0.4xx-to-release/9.0.1xx 

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

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.

Mirroring and others added 30 commits May 8, 2025 07:50
…otnet-windowsdesktop build 20250516.3 Microsoft.WindowsDesktop.App.Ref , Microsoft.WindowsDesktop.App.Runtime.win-x64 , VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0 , VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0 From Version 8.0.16 -> To Version 8.0.17 Dependency coherency updates Microsoft.NET.Sdk.WindowsDesktop From Version 8.0.16-servicing.25217.3 -> To Version 8.0.17-servicing.25266.7 (parent: Microsoft.WindowsDesktop.App.Ref
…otnet-aspnetcore build 20250516.9 dotnet-dev-certs , dotnet-user-jwts , dotnet-user-secrets , Microsoft.AspNetCore.Analyzers , Microsoft.AspNetCore.App.Ref , Microsoft.AspNetCore.App.Ref.Internal , Microsoft.AspNetCore.App.Runtime.win-x64 , Microsoft.AspNetCore.Authorization , Microsoft.AspNetCore.Components.SdkAnalyzers , Microsoft.AspNetCore.Components.Web , Microsoft.AspNetCore.DeveloperCertificates.XPlat , Microsoft.AspNetCore.Mvc.Analyzers , Microsoft.AspNetCore.Mvc.Api.Analyzers , Microsoft.AspNetCore.TestHost , Microsoft.Extensions.FileProviders.Embedded , Microsoft.Extensions.ObjectPool , Microsoft.JSInterop , VS.Redist.Common.AspNetCore.SharedFramework.x64.8.0 From Version 8.0.16-servicing.25216.11 -> To Version 8.0.17-servicing.25266.9
…dnceng/internal/dotnet-aspnetcore, dnceng/internal/dotnet-windowsdesktop This pull request updates the following dependencies [marker]: <> (Begin:Coherency Updates) ## Coherency Updates The following updates ensure that dependencies with a *CoherentParentDependency* attribute were produced in a build used as input to the parent dependency's build. See [Dependency Description Format](https://github.com/dotnet/arcade/blob/master/Documentation/DependencyDescriptionFormat.md#dependency-description-overview) [DependencyUpdate]: <> (Begin) - **Coherency Updates**: - **Microsoft.NET.Sdk.WindowsDesktop**: from 8.0.16-servicing.25217.3 to 8.0.17-servicing.25266.7 (parent: Microsoft.WindowsDesktop.App.Ref) [DependencyUpdate]: <> (End) [marker]: <> (End:Coherency Updates) [marker]: <> (Begin:43ca46dd-3142-499e-f076-08dbd5a5cbe7) ## From https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop - **Subscription**: [43ca46dd-3142-499e-f076-08dbd5a5cbe7](https://maestro.dot.net/subscriptions?search=43ca46dd-3142-499e-f076-08dbd5a5cbe7) - **Build**: [20250516.3](https://dev.azure.com/dnceng/internal/_build/results?buildId=2710984) - **Date Produced**: May 16, 2025 7:53:20 PM UTC - **Commit**: [462021402ec29f73243207f87efc6ba893019915](https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop?_a=history&version=GC462021402ec29f73243207f87efc6ba893019915) - **Branch**: refs/heads/internal/release/8.0 [DependencyUpdate]: <> (Begin) - **Updates**: - **Microsoft.WindowsDesktop.App.Ref**: [from 8.0.16 to 8.0.17][1] - **Microsoft.WindowsDesktop.App.Runtime.win-x64**: [from 8.0.16 to 8.0.17][1] - **VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0**: [from 8.0.16-servicing.25217.2 to 8.0.17-servicing.25266.3][1] - **VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0**: [from 8.0.16-servicing.25217.2 to 8.0.17-servicing.25266.3][1] - **Microsoft.NET.Sdk.WindowsDesktop**: [from 8.0.16-servicing.25217.3 to 8.0.17-servicing.25266.7][2] [1]: https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop/branches?baseVersion=GCcda1f825e91100518205f3d354bd8ea07c5ceac2&targetVersion=GC462021402ec29f73243207f87efc6ba893019915&_a=files [2]: https://dev.azure.com/dnceng/internal/_git/dotnet-wpf/branches?baseVersion=GC5bf5c017e225debf2b431cf33d0e4fad03039032&targetVersion=GCb69de2e98b14e30aeeb10668209dcf471fabc79a&_a=files [DependencyUpdate]: <> (End) [marker]: <> (End:43ca46dd-3142-499e-f076-08dbd5a5cbe7) [marker]: <> (Begin:5ae73aca-14b4-4570-17b0-08dbd53e3897) ## From https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore - **Subscription**: [5ae73aca-14b4-4570-17b0-08dbd53e3897](https://maestro.dot.net/subscriptions?search=5ae73aca-14b4-4570-17b0-08dbd53e3897) - **Build**: [20250516.9](https://dev.azure.com/dnceng/internal/_build/results?buildId=2710937) - **Date Produced**: May 16, 2025 8:34:23 PM UTC - **Commit**: [fa4d80b76c2431a825be026f6bbabca63e1f42ef](https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore?_a=history&version=GCfa4d80b76c2431a825be026f6bbabca63e1f42ef) - **Branch...
…otnet-windowsdesktop build 20250517.1 Microsoft.WindowsDesktop.App.Ref , Microsoft.WindowsDesktop.App.Runtime.win-x64 , VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0 , VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0 From Version 8.0.17 -> To Version 8.0.17 Dependency coherency updates Microsoft.NET.Sdk.WindowsDesktop From Version 8.0.17-servicing.25266.7 -> To Version 8.0.17-servicing.25266.9 (parent: Microsoft.WindowsDesktop.App.Ref
…dnceng/internal/dotnet-windowsdesktop This pull request updates the following dependencies [marker]: <> (Begin:Coherency Updates) ## Coherency Updates The following updates ensure that dependencies with a *CoherentParentDependency* attribute were produced in a build used as input to the parent dependency's build. See [Dependency Description Format](https://github.com/dotnet/arcade/blob/master/Documentation/DependencyDescriptionFormat.md#dependency-description-overview) [DependencyUpdate]: <> (Begin) - **Coherency Updates**: - **Microsoft.NET.Sdk.WindowsDesktop**: from 8.0.17-servicing.25266.7 to 8.0.17-servicing.25266.9 (parent: Microsoft.WindowsDesktop.App.Ref) [DependencyUpdate]: <> (End) [marker]: <> (End:Coherency Updates) [marker]: <> (Begin:43ca46dd-3142-499e-f076-08dbd5a5cbe7) ## From https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop - **Subscription**: [43ca46dd-3142-499e-f076-08dbd5a5cbe7](https://maestro.dot.net/subscriptions?search=43ca46dd-3142-499e-f076-08dbd5a5cbe7) - **Build**: [20250517.1](https://dev.azure.com/dnceng/internal/_build/results?buildId=2711664) - **Date Produced**: May 17, 2025 9:25:37 PM UTC - **Commit**: [5ce68f29d66fae8adb0e78b44afbb09dc3cdfbb7](https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop?_a=history&version=GC5ce68f29d66fae8adb0e78b44afbb09dc3cdfbb7) - **Branch**: refs/heads/internal/release/8.0 [DependencyUpdate]: <> (Begin) - **Updates**: - **Microsoft.WindowsDesktop.App.Ref**: [from 8.0.17 to 8.0.17][1] - **Microsoft.WindowsDesktop.App.Runtime.win-x64**: [from 8.0.17 to 8.0.17][1] - **VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0**: [from 8.0.17-servicing.25266.3 to 8.0.17-servicing.25267.1][1] - **VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0**: [from 8.0.17-servicing.25266.3 to 8.0.17-servicing.25267.1][1] - **Microsoft.NET.Sdk.WindowsDesktop**: [from 8.0.17-servicing.25266.7 to 8.0.17-servicing.25266.9][2] [1]: https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop/branches?baseVersion=GC462021402ec29f73243207f87efc6ba893019915&targetVersion=GC5ce68f29d66fae8adb0e78b44afbb09dc3cdfbb7&_a=files [2]: https://dev.azure.com/dnceng/internal/_git/dotnet-wpf/branches?baseVersion=GCb69de2e98b14e30aeeb10668209dcf471fabc79a&targetVersion=GC3385cf1d42f4e488140452369a247a4a16183ce4&_a=files [DependencyUpdate]: <> (End) [marker]: <> (End:43ca46dd-3142-499e-f076-08dbd5a5cbe7)
…otnet-runtime build 20250516.2 Microsoft.NET.HostModel , Microsoft.NET.ILLink.Tasks , Microsoft.NETCore.App.Host.win-x64 , Microsoft.NETCore.App.Ref , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.DotNetHostResolver , Microsoft.NETCore.Platforms , VS.Redist.Common.NetCore.SharedFramework.x64.8.0 , VS.Redist.Common.NetCore.TargetingPack.x64.8.0 From Version 8.0.16-servicing.25215.6 -> To Version 8.0.17-servicing.25266.2 Dependency coherency updates Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100 From Version 8.0.16 -> To Version 8.0.17 (parent: Microsoft.NETCore.App.Runtime.win-x64
…dnceng/internal/dotnet-runtime This pull request updates the following dependencies [marker]: <> (Begin:Coherency Updates) ## Coherency Updates The following updates ensure that dependencies with a *CoherentParentDependency* attribute were produced in a build used as input to the parent dependency's build. See [Dependency Description Format](https://github.com/dotnet/arcade/blob/master/Documentation/DependencyDescriptionFormat.md#dependency-description-overview) [DependencyUpdate]: <> (Begin) - **Coherency Updates**: - **Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100**: from 8.0.16 to 8.0.17 (parent: Microsoft.NETCore.App.Runtime.win-x64) [DependencyUpdate]: <> (End) [marker]: <> (End:Coherency Updates) [marker]: <> (Begin:dd95552e-72fb-4363-9b59-08dbd5a5c3e7) ## From https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - **Subscription**: [dd95552e-72fb-4363-9b59-08dbd5a5c3e7](https://maestro.dot.net/subscriptions?search=dd95552e-72fb-4363-9b59-08dbd5a5c3e7) - **Build**: [20250516.2](https://dev.azure.com/dnceng/internal/_build/results?buildId=2710540) - **Date Produced**: May 16, 2025 1:54:03 PM UTC - **Commit**: [77545d6fd5ca79bc08198fd6d8037c14843f14ad](https://dev.azure.com/dnceng/internal/_git/dotnet-runtime?_a=history&version=GC77545d6fd5ca79bc08198fd6d8037c14843f14ad) - **Branch**: refs/heads/internal/release/8.0 [DependencyUpdate]: <> (Begin) - **Updates**: - **Microsoft.NET.HostModel**: [from 8.0.16-servicing.25215.6 to 8.0.17-servicing.25266.2][1] - **Microsoft.NET.ILLink.Tasks**: [from 8.0.16 to 8.0.17][1] - **Microsoft.NETCore.App.Host.win-x64**: [from 8.0.16 to 8.0.17][1] - **Microsoft.NETCore.App.Ref**: [from 8.0.16 to 8.0.17][1] - **Microsoft.NETCore.App.Runtime.win-x64**: [from 8.0.16 to 8.0.17][1] - **Microsoft.NETCore.DotNetHostResolver**: [from 8.0.16 to 8.0.17][1] - **Microsoft.NETCore.Platforms**: [from 8.0.16-servicing.25215.6 to 8.0.17-servicing.25266.2][1] - **VS.Redist.Common.NetCore.SharedFramework.x64.8.0**: [from 8.0.16-servicing.25215.6 to 8.0.17-servicing.25266.2][1] - **VS.Redist.Common.NetCore.TargetingPack.x64.8.0**: [from 8.0.16-servicing.25215.6 to 8.0.17-servicing.25266.2][1] - **Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100**: [from 8.0.16 to 8.0.17][2] [1]: https://dev.azure.com/dnceng/internal/_git/dotnet-runtime/branches?baseVersion=GCefd5742bb5dd1677fbbbeb277bcfb5c9025548e5&targetVersion=GC77545d6fd5ca79bc08198fd6d8037c14843f14ad&_a=files [2]: dotnet/emsdk@adc0d6e...2b0cca8 [DependencyUpdate]: <> (End) [marker]: <> (End:dd95552e-72fb-4363-9b59-08dbd5a5c3e7)
…0527.1 Microsoft.SourceBuild.Intermediate.msbuild , Microsoft.Build , Microsoft.Build.Localization From Version 17.8.27-servicing-25210-15 -> To Version 17.8.29-servicing-25277-01
…0528.4 Microsoft.SourceBuild.Intermediate.msbuild , Microsoft.Build , Microsoft.Build.Localization From Version 17.8.27-servicing-25210-15 -> To Version 17.8.30-servicing-25278-04
…darc-release/8.0.1xx-221c5659-c80f-408f-b63c-92e0df1a1c48
…darc-release/8.0.1xx-221c5659-c80f-408f-b63c-92e0df1a1c48
…610.3 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SignTool , Microsoft.DotNet.XUnitExtensions From Version 8.0.0-beta.25264.2 -> To Version 8.0.0-beta.25310.3
…0250610.1 Microsoft.SourceBuild.Intermediate.templating , Microsoft.TemplateEngine.Abstractions , Microsoft.TemplateEngine.Mocks From Version 8.0.118-servicing.25304.6 -> To Version 8.0.118-servicing.25310.1
…darc-release/8.0.1xx-923f38a6-4eb3-4373-9631-6552b839b06e
…612.1 dotnet-format From Version 8.1.617506 -> To Version 8.1.631201
MiYanni and others added 25 commits June 14, 2025 09:07
…ence-packages build 20250616.2 Microsoft.SourceBuild.Intermediate.source-build-reference-packages From Version 8.0.0-alpha.1.25269.2 -> To Version 8.0.0-alpha.1.25316.2
…ence-packages build 20250616.2 Microsoft.SourceBuild.Intermediate.source-build-reference-packages From Version 8.0.0-alpha.1.25269.2 -> To Version 8.0.0-alpha.1.25316.2
…ence-packages build 20250616.2 Microsoft.SourceBuild.Intermediate.source-build-reference-packages From Version 8.0.0-alpha.1.25269.2 -> To Version 8.0.0-alpha.1.25316.2
…0250616.3 Microsoft.SourceBuild.Intermediate.templating , Microsoft.TemplateEngine.Abstractions , Microsoft.TemplateEngine.Mocks From Version 8.0.118-servicing.25310.1 -> To Version 8.0.118-servicing.25316.3
…merge/release/8.0.3xx-to-release/8.0.4xx
…merge/release/8.0.1xx-to-release/8.0.3xx
…merge/release/8.0.1xx-to-release/8.0.3xx
These tests have a high number of failures documented at (Skip = "#49502"). The registry issue may not be solved until funding is increased or engineering effort is made to handle this case better and not run the tests.
…merge/release/8.0.4xx-to-release/9.0.1xx
@SimonZhao888 SimonZhao888 requested a review from a team as a code owner July 9, 2025 09:17
@SimonZhao888 SimonZhao888 merged commit 32bc407 into release/9.0.1xx Jul 10, 2025
32 checks passed
@SimonZhao888 SimonZhao888 deleted the merge/release/8.0.4xx-to-release/9.0.1xx branch July 10, 2025 03:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

7 participants