Skip to content

[automated] Merge branch 'release/8.0' => 'release/9.0'#38266

Merged
AndriySvyryd merged 11 commits into
release/9.0from
merge/release/8.0-to-release/9.0
May 13, 2026
Merged

[automated] Merge branch 'release/8.0' => 'release/9.0'#38266
AndriySvyryd merged 11 commits into
release/9.0from
merge/release/8.0-to-release/9.0

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

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

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

  • AndriySvyryd
  • vseanreesermsft
  • dkurepa

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
git pull --ff-only
git checkout release/9.0
git pull --ff-only
git merge --no-ff release/8.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/8.0-to-release/9.0
or if you are using SSH
git push git@github.com:dotnet/efcore HEAD:merge/release/8.0-to-release/9.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/8.0-to-release/9.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/8.0-to-release/9.0 origin/release/9.0
git pull https://github.com/dotnet/efcore merge/release/8.0-to-release/9.0
(make changes)
git commit -m "Updated PR with my changes"
git push https://github.com/dotnet/efcore HEAD:merge/release/8.0-to-release/9.0
or if you are using SSH
git fetch
git checkout -b merge/release/8.0-to-release/9.0 origin/release/9.0
git pull git@github.com:dotnet/efcore merge/release/8.0-to-release/9.0
(make changes)
git commit -m "Updated PR with my changes"
git push git@github.com:dotnet/efcore HEAD:merge/release/8.0-to-release/9.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.

AndriySvyryd and others added 10 commits April 5, 2026 13:27
…ng/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**: [20260413.2](https://dev.azure.com/dnceng/internal/_build/results?buildId=2949682) ([310076](https://maestro.dot.net/channel/3880/azdo:dnceng:internal:dotnet-runtime/build/310076))
- **Date Produced**: April 13, 2026 1:29:35 PM UTC
- **Commit**: [feca9d8c930b177e349cfe3074d0a3f9b8342982](https://dev.azure.com/dnceng/internal/_git/dotnet-runtime?_a=history&version=GCfeca9d8c930b177e349cfe3074d0a3f9b8342982)
- **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)

- **Dependency Updates**:
  - From [8.0.26-servicing.26201.20 to 8.0.27-servicing.26213.2][1]
     - Microsoft.Extensions.HostFactoryResolver.Sources
     - Microsoft.NETCore.BrowserDebugHost.Transport
  - From [8.0.26 to 8.0.27][1]
     - Microsoft.NETCore.App.Ref
     - Microsoft.NETCore.App.Runtime.win-x64

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

[DependencyUpdate]: <> (End)

[marker]: <> (End:922981e1-18b6-46aa-2468-08dbd53ba9ce)
…ng/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**: [20260418.3](https://dev.azure.com/dnceng/internal/_build/results?buildId=2954391) ([310938](https://maestro.dot.net/channel/3880/azdo:dnceng:internal:dotnet-runtime/build/310938))
- **Date Produced**: April 18, 2026 3:37:15 PM UTC
- **Commit**: [7e588f5024d4a07094643c37b94c6ba32144e335](https://dev.azure.com/dnceng/internal/_git/dotnet-runtime?_a=history&version=GC7e588f5024d4a07094643c37b94c6ba32144e335)
- **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)

- **Dependency Updates**:
  - From [8.0.27-servicing.26213.2 to 8.0.27-servicing.26218.3][1]
     - Microsoft.Extensions.HostFactoryResolver.Sources
     - Microsoft.NETCore.BrowserDebugHost.Transport
  - From [8.0.27 to 8.0.27][1]
     - Microsoft.NETCore.App.Ref
     - Microsoft.NETCore.App.Runtime.win-x64

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

[DependencyUpdate]: <> (End)

[marker]: <> (End:922981e1-18b6-46aa-2468-08dbd53ba9ce)
…ng/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**: [20260428.15](https://dev.azure.com/dnceng/internal/_build/results?buildId=2962667) ([312342](https://maestro.dot.net/channel/3880/azdo:dnceng:internal:dotnet-runtime/build/312342))
- **Date Produced**: April 29, 2026 3:48:39 AM UTC
- **Commit**: [81020d99b8f723bf453ffabc50bcc871c2f4415d](https://dev.azure.com/dnceng/internal/_git/dotnet-runtime?_a=history&version=GC81020d99b8f723bf453ffabc50bcc871c2f4415d)
- **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)

- **Dependency Updates**:
  - From [8.0.27-servicing.26218.3 to 8.0.27-servicing.26228.15][1]
     - Microsoft.Extensions.HostFactoryResolver.Sources
     - Microsoft.NETCore.BrowserDebugHost.Transport
  - From [8.0.27 to 8.0.27][1]
     - Microsoft.NETCore.App.Ref
     - Microsoft.NETCore.App.Runtime.win-x64

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

[DependencyUpdate]: <> (End)


[marker]: <> (End:922981e1-18b6-46aa-2468-08dbd53ba9ce)
…ng/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**: [20260429.22](https://dev.azure.com/dnceng/internal/_build/results?buildId=2963666) ([312505](https://maestro.dot.net/channel/3880/azdo:dnceng:internal:dotnet-runtime/build/312505))
- **Date Produced**: April 30, 2026 4:07:59 AM UTC
- **Commit**: [a6bde67c455f2ac219988c7a66171631090b6f65](https://dev.azure.com/dnceng/internal/_git/dotnet-runtime?_a=history&version=GCa6bde67c455f2ac219988c7a66171631090b6f65)
- **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)

- **Dependency Updates**:
  - From [8.0.27-servicing.26228.15 to 8.0.27-servicing.26229.22][1]
     - Microsoft.Extensions.HostFactoryResolver.Sources
     - Microsoft.NETCore.BrowserDebugHost.Transport
  - From [8.0.27 to 8.0.27][1]
     - Microsoft.NETCore.App.Ref
     - Microsoft.NETCore.App.Runtime.win-x64

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

[DependencyUpdate]: <> (End)


[marker]: <> (End:922981e1-18b6-46aa-2468-08dbd53ba9ce)
…6-05-12-1253

Merging internal commits for release/8.0
@AndriySvyryd AndriySvyryd enabled auto-merge May 13, 2026 00:15
@AndriySvyryd AndriySvyryd merged commit 276f764 into release/9.0 May 13, 2026
7 checks passed
@AndriySvyryd AndriySvyryd deleted the merge/release/8.0-to-release/9.0 branch May 13, 2026 00:42
This was referenced Jun 11, 2026
AngeloDotNet added a commit to AngeloDotNet/TinyDatabaseLocalization that referenced this pull request Jun 12, 2026
[//]: # (dependabot-start)
⚠️  **Dependabot is rebasing this PR** ⚠️ 

Rebasing might not happen immediately, so don't worry if this takes some
time.

Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.

---

[//]: # (dependabot-end)

Updated
[Microsoft.EntityFrameworkCore.SqlServer](https://github.com/dotnet/efcore)
from 9.0.16 to 9.0.17.

<details>
<summary>Release notes</summary>

_Sourced from [Microsoft.EntityFrameworkCore.SqlServer's
releases](https://github.com/dotnet/efcore/releases)._

## 9.0.17

[Release](https://github.com/dotnet/core/releases/tag/v9.0.17)

## What's Changed
* [release/8.0] Update dependencies from dotnet/arcade by
@​dotnet-maestro[bot] in dotnet/efcore#38204
* Update branding to 8.0.28 by @​vseanreesermsft in
dotnet/efcore#38227
* Update branding to 9.0.17 by @​vseanreesermsft in
dotnet/efcore#38228
* [automated] Merge branch 'release/8.0' => 'release/9.0' by
@​github-actions[bot] in dotnet/efcore#38230
* Merging internal commits for release/9.0 by @​vseanreesermsft in
dotnet/efcore#38262
* Merging internal commits for release/8.0 by @​vseanreesermsft in
dotnet/efcore#38263
* [automated] Merge branch 'release/8.0' => 'release/9.0' by
@​github-actions[bot] in dotnet/efcore#38266


**Full Changelog**:
dotnet/efcore@v9.0.16...v9.0.17

Commits viewable in [compare
view](dotnet/efcore@v9.0.16...v9.0.17).
</details>

[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.EntityFrameworkCore.SqlServer&package-manager=nuget&previous-version=9.0.16&new-version=9.0.17)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>
AngeloDotNet added a commit to AngeloDotNet/TinyDatabaseLocalization that referenced this pull request Jun 12, 2026
[//]: # (dependabot-start)
⚠️  **Dependabot is rebasing this PR** ⚠️ 

Rebasing might not happen immediately, so don't worry if this takes some
time.

Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.

---

[//]: # (dependabot-end)

Updated
[Microsoft.EntityFrameworkCore.Sqlite](https://github.com/dotnet/efcore)
from 9.0.16 to 9.0.17.

<details>
<summary>Release notes</summary>

_Sourced from [Microsoft.EntityFrameworkCore.Sqlite's
releases](https://github.com/dotnet/efcore/releases)._

## 9.0.17

[Release](https://github.com/dotnet/core/releases/tag/v9.0.17)

## What's Changed
* [release/8.0] Update dependencies from dotnet/arcade by
@​dotnet-maestro[bot] in dotnet/efcore#38204
* Update branding to 8.0.28 by @​vseanreesermsft in
dotnet/efcore#38227
* Update branding to 9.0.17 by @​vseanreesermsft in
dotnet/efcore#38228
* [automated] Merge branch 'release/8.0' => 'release/9.0' by
@​github-actions[bot] in dotnet/efcore#38230
* Merging internal commits for release/9.0 by @​vseanreesermsft in
dotnet/efcore#38262
* Merging internal commits for release/8.0 by @​vseanreesermsft in
dotnet/efcore#38263
* [automated] Merge branch 'release/8.0' => 'release/9.0' by
@​github-actions[bot] in dotnet/efcore#38266


**Full Changelog**:
dotnet/efcore@v9.0.16...v9.0.17

Commits viewable in [compare
view](dotnet/efcore@v9.0.16...v9.0.17).
</details>

[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.EntityFrameworkCore.Sqlite&package-manager=nuget&previous-version=9.0.16&new-version=9.0.17)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>
AngeloDotNet added a commit to AngeloDotNet/TinyDatabaseLocalization that referenced this pull request Jun 12, 2026
[//]: # (dependabot-start)
⚠️  **Dependabot is rebasing this PR** ⚠️ 

Rebasing might not happen immediately, so don't worry if this takes some
time.

Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.

---

[//]: # (dependabot-end)

Updated
[Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore) from
9.0.16 to 9.0.17.

<details>
<summary>Release notes</summary>

_Sourced from [Microsoft.EntityFrameworkCore's
releases](https://github.com/dotnet/efcore/releases)._

## 9.0.17

[Release](https://github.com/dotnet/core/releases/tag/v9.0.17)

## What's Changed
* [release/8.0] Update dependencies from dotnet/arcade by
@​dotnet-maestro[bot] in dotnet/efcore#38204
* Update branding to 8.0.28 by @​vseanreesermsft in
dotnet/efcore#38227
* Update branding to 9.0.17 by @​vseanreesermsft in
dotnet/efcore#38228
* [automated] Merge branch 'release/8.0' => 'release/9.0' by
@​github-actions[bot] in dotnet/efcore#38230
* Merging internal commits for release/9.0 by @​vseanreesermsft in
dotnet/efcore#38262
* Merging internal commits for release/8.0 by @​vseanreesermsft in
dotnet/efcore#38263
* [automated] Merge branch 'release/8.0' => 'release/9.0' by
@​github-actions[bot] in dotnet/efcore#38266


**Full Changelog**:
dotnet/efcore@v9.0.16...v9.0.17

Commits viewable in [compare
view](dotnet/efcore@v9.0.16...v9.0.17).
</details>

[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.EntityFrameworkCore&package-manager=nuget&previous-version=9.0.16&new-version=9.0.17)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>
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