Skip to content

Conversation

github-actions[bot]
Copy link
Contributor

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

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

  • dotnet-maestro[bot]
  • cincuranet
  • vseanreesermsft

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/10.0
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/efcore HEAD:merge/release/9.0-to-release/10.0
or if you are using SSH
git push [email protected]:dotnet/efcore HEAD:merge/release/9.0-to-release/10.0

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/10.0'. 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/10.0 origin/release/10.0
git pull https://github.com/dotnet/efcore merge/release/9.0-to-release/10.0
(make changes)
git commit -m "Updated PR with my changes"
git push https://github.com/dotnet/efcore HEAD:merge/release/9.0-to-release/10.0
or if you are using SSH
git fetch
git checkout -b merge/release/9.0-to-release/10.0 origin/release/10.0
git pull [email protected]:dotnet/efcore merge/release/9.0-to-release/10.0
(make changes)
git commit -m "Updated PR with my changes"
git push [email protected]:dotnet/efcore HEAD:merge/release/9.0-to-release/10.0

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.

vseanreesermsft and others added 4 commits October 15, 2025 08:08
* Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-runtime build 20250812.10

Microsoft.Extensions.HostFactoryResolver.Sources , Microsoft.NETCore.App.Ref , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.BrowserDebugHost.Transport
 From Version 8.0.19-servicing.25365.14 -> To Version 8.0.20-servicing.25412.10

* Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-runtime build 20250815.11

Microsoft.Extensions.HostFactoryResolver.Sources , Microsoft.NETCore.App.Ref , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.BrowserDebugHost.Transport
 From Version 8.0.20-servicing.25412.10 -> To Version 8.0.20-servicing.25415.11

* Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-runtime build 20250819.14

Microsoft.Extensions.HostFactoryResolver.Sources , Microsoft.NETCore.App.Ref , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.BrowserDebugHost.Transport
 From Version 8.0.20-servicing.25415.11 -> To Version 8.0.20-servicing.25419.14

* Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-runtime build 20250918.19
On relative base path root
Microsoft.Extensions.HostFactoryResolver.Sources , Microsoft.NETCore.BrowserDebugHost.Transport From Version 8.0.20-servicing.25419.14 -> To Version 8.0.21-servicing.25468.19
Microsoft.NETCore.App.Ref , Microsoft.NETCore.App.Runtime.win-x64 From Version 8.0.20 -> To Version 8.0.21

* Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-runtime build 20250919.8
On relative base path root
Microsoft.Extensions.HostFactoryResolver.Sources , Microsoft.NETCore.BrowserDebugHost.Transport From Version 8.0.21-servicing.25468.19 -> To Version 8.0.21-servicing.25469.8
Microsoft.NETCore.App.Ref , Microsoft.NETCore.App.Runtime.win-x64 From Version 8.0.21 -> To Version 8.0.21

* Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-runtime build 20250920.4
On relative base path root
Microsoft.Extensions.HostFactoryResolver.Sources , Microsoft.NETCore.BrowserDebugHost.Transport From Version 8.0.21-servicing.25469.8 -> To Version 8.0.21-servicing.25470.4
Microsoft.NETCore.App.Ref , Microsoft.NETCore.App.Runtime.win-x64 From Version 8.0.21 -> To Version 8.0.21

* Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-runtime build 20250922.10
On relative base path root
Microsoft.Extensions.HostFactoryResolver.Sources , Microsoft.NETCore.BrowserDebugHost.Transport From Version 8.0.21-servicing.25469.8 -> To Version 8.0.21-servicing.25472.10
Microsoft.NETCore.App.Ref , Microsoft.NETCore.App.Runtime.win-x64 From Version 8.0.21 -> To Version 8.0.21

* Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-runtime build 20250922.33
On relative base path root
Microsoft.Extensions.HostFactoryResolver.Sources , Microsoft.NETCore.BrowserDebugHost.Transport From Version 8.0.21-servicing.25469.8 -> To Version 8.0.21-servicing.25472.33
Microsoft.NETCore.App.Ref , Microsoft.NETCore.App.Runtime.win-x64 From Version 8.0.21 -> To Version 8.0.21

* Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-runtime build 20250923.21
On relative base path root
Microsoft.Extensions.HostFactoryResolver.Sources , Microsoft.NETCore.BrowserDebugHost.Transport From Version 8.0.21-servicing.25472.33 -> To Version 8.0.21-servicing.25473.21
Microsoft.NETCore.App.Ref , Microsoft.NETCore.App.Runtime.win-x64 From Version 8.0.21 -> To Version 8.0.21

* Merged PR 53792: [internal/release/8.0] Update dependencies from dnceng/internal/dotnet-runtime

This pull request updates the following dependencies

[marker]: <> (Begin:922981e1-18b6-46aa-2468-08dbd53ba9ce)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-runtime
- **Subscription**: [922981e1-18b6-46aa-2468-08dbd53ba9ce](https://maestro.dot.net/subscriptions?search=922981e1-18b6-46aa-2468-08dbd53ba9ce)
- **Build**: [20250925.13](https://dev.azure.com/dnceng/internal/_build/results?buildId=2801893) ([284753](https://maestro.dot.net/channel/3880/azdo:dnceng:internal:dotnet-runtime/build/284753))
- **Date Produced**: September 25, 2025 11:57:30 PM UTC
- **Commit**: [362ab6669d55a75d51166f01b596c967c734ef4c](https://dev.azure.com/dnceng/internal/_git/dotnet-runtime?_a=history&version=GC362ab6669d55a75d51166f01b596c967c734ef4c)
- **Branch**: [refs/heads/internal/release/8.0](https://dev.azure.com/dnceng/internal/_git/dotnet-runtime?version=GBrefs/heads/internal/release/8.0)

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - From [8.0.21-servicing.25473.21 to 8.0.21-servicing.25475.13][1]
     - Microsoft.Extensions.HostFactoryResolver.Sources
     - Microsoft.NETCore.BrowserDebugHost.Transport
  - From [8.0.21 to 8.0.21][1]
     - Microsoft.NETCore.App.Ref
     - Microsoft.NETCore.App.Runtime.win-x64

[1]: https://dev.azure.com/dnceng/internal/_git/dotnet-runtime/branches?baseVersion=GC1892887e28c6812653f864f30a621b190b83dd7c&targetVersion=GC362ab6669d55a75d51166f01b596c967c734ef4c&_a=files

[DependencyUpdate]: <> (End)

[marker]: <> (End:922981e1-18b6-46aa-2468-08dbd53ba9ce)

---------

Co-authored-by: Mirroring <[email protected]>
Co-authored-by: DotNet-Bot <[email protected]>
Co-authored-by: ProductConstructionServiceProd <ProductConstructionServiceProd>
Co-authored-by: Matt Mitchell (.NET) <[email protected]>
[automated] Merge branch 'release/8.0' => 'release/9.0'
…015.2 (#36981)

[release/9.0] Update dependencies from dotnet/arcade
@cincuranet cincuranet merged commit 2fdb70e into release/10.0 Oct 16, 2025
2 of 3 checks passed
@cincuranet cincuranet deleted the merge/release/9.0-to-release/10.0 branch October 16, 2025 06:00
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.

2 participants