Skip to content

[automated] Merge branch 'release/10.0.4xx' => 'main'#10250

Open
github-actions[bot] wants to merge 330 commits into
mainfrom
merge/release/10.0.4xx-to-main
Open

[automated] Merge branch 'release/10.0.4xx' => 'main'#10250
github-actions[bot] wants to merge 330 commits into
mainfrom
merge/release/10.0.4xx-to-main

Conversation

@github-actions

Copy link
Copy Markdown

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

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

  • DonnaChen888
  • dotnet-maestro[bot]
  • vseanreesermsft
  • nagilson
  • marcpopMSFT
  • NikolaMilosavljevic
  • MiYanni

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/10.0.4xx
git pull --ff-only
git checkout main
git pull --ff-only
git merge --no-ff release/10.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/templating HEAD:merge/release/10.0.4xx-to-main
or if you are using SSH
git push git@github.com:dotnet/templating HEAD:merge/release/10.0.4xx-to-main

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

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.

DonnaChen888 and others added 30 commits April 21, 2026 13:55
… into merge/release/10.0.1xx-to-release/10.0.3xx
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]

## 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.

<img alt="merge button instructions"
src="https://i.imgur.com/GepcNJV.png" width="300" />

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.

``` sh
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/templating HEAD:merge/release/9.0.1xx-to-release/9.0.3xx
```

<details>
<summary>or if you are using SSH</summary>

```
git push git@github.com:dotnet/templating HEAD:merge/release/9.0.1xx-to-release/9.0.3xx
```

</details>


After PR checks are complete push the branch
```
git push
```

## Instructions for resolving conflicts

:warning: If there are merge conflicts, you will need to resolve them
manually before merging. You can do this [using GitHub][resolve-github]
or using the [command line][resolve-cli].

[resolve-github]:
https://help.github.com/articles/resolving-a-merge-conflict-on-github/
[resolve-cli]:
https://help.github.com/articles/resolving-a-merge-conflict-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/templating 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/templating HEAD:merge/release/9.0.1xx-to-release/9.0.3xx
```

<details>
    <summary>or if you are using SSH</summary>

```
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/templating 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/templating HEAD:merge/release/9.0.1xx-to-release/9.0.3xx
```

</details>

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.
… into merge/release/9.0.3xx-to-release/10.0.1xx
)

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

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

* DonnaChen888
* 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.

<img alt="merge button instructions"
src="https://i.imgur.com/GepcNJV.png" width="300" />

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.

``` sh
git fetch
git checkout release/9.0.3xx
git pull --ff-only
git checkout release/10.0.1xx
git pull --ff-only
git merge --no-ff release/9.0.3xx

# 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/templating HEAD:merge/release/9.0.3xx-to-release/10.0.1xx
```

<details>
<summary>or if you are using SSH</summary>

```
git push git@github.com:dotnet/templating HEAD:merge/release/9.0.3xx-to-release/10.0.1xx
```

</details>


After PR checks are complete push the branch
```
git push
```

## Instructions for resolving conflicts

:warning: If there are merge conflicts, you will need to resolve them
manually before merging. You can do this [using GitHub][resolve-github]
or using the [command line][resolve-cli].

[resolve-github]:
https://help.github.com/articles/resolving-a-merge-conflict-on-github/
[resolve-cli]:
https://help.github.com/articles/resolving-a-merge-conflict-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.3xx-to-release/10.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/9.0.3xx-to-release/10.0.1xx origin/release/10.0.1xx
git pull https://github.com/dotnet/templating merge/release/9.0.3xx-to-release/10.0.1xx
(make changes)
git commit -m "Updated PR with my changes"
git push https://github.com/dotnet/templating HEAD:merge/release/9.0.3xx-to-release/10.0.1xx
```

<details>
    <summary>or if you are using SSH</summary>

```
git fetch
git checkout -b merge/release/9.0.3xx-to-release/10.0.1xx origin/release/10.0.1xx
git pull git@github.com:dotnet/templating merge/release/9.0.3xx-to-release/10.0.1xx
(make changes)
git commit -m "Updated PR with my changes"
git push git@github.com:dotnet/templating HEAD:merge/release/9.0.3xx-to-release/10.0.1xx
```

</details>

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.
…0177)

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

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

* DonnaChen888
* 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.

<img alt="merge button instructions"
src="https://i.imgur.com/GepcNJV.png" width="300" />

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.

``` sh
git fetch
git checkout release/10.0.1xx
git pull --ff-only
git checkout release/10.0.3xx
git pull --ff-only
git merge --no-ff release/10.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/templating HEAD:merge/release/10.0.1xx-to-release/10.0.3xx
```

<details>
<summary>or if you are using SSH</summary>

```
git push git@github.com:dotnet/templating HEAD:merge/release/10.0.1xx-to-release/10.0.3xx
```

</details>


After PR checks are complete push the branch
```
git push
```

## Instructions for resolving conflicts

:warning: If there are merge conflicts, you will need to resolve them
manually before merging. You can do this [using GitHub][resolve-github]
or using the [command line][resolve-cli].

[resolve-github]:
https://help.github.com/articles/resolving-a-merge-conflict-on-github/
[resolve-cli]:
https://help.github.com/articles/resolving-a-merge-conflict-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/10.0.1xx-to-release/10.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/10.0.1xx-to-release/10.0.3xx origin/release/10.0.3xx
git pull https://github.com/dotnet/templating merge/release/10.0.1xx-to-release/10.0.3xx
(make changes)
git commit -m "Updated PR with my changes"
git push https://github.com/dotnet/templating HEAD:merge/release/10.0.1xx-to-release/10.0.3xx
```

<details>
    <summary>or if you are using SSH</summary>

```
git fetch
git checkout -b merge/release/10.0.1xx-to-release/10.0.3xx origin/release/10.0.3xx
git pull git@github.com:dotnet/templating merge/release/10.0.1xx-to-release/10.0.3xx
(make changes)
git commit -m "Updated PR with my changes"
git push git@github.com:dotnet/templating HEAD:merge/release/10.0.1xx-to-release/10.0.3xx
```

</details>

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.
…421.2

On relative base path root
Microsoft.DotNet.Arcade.Sdk From Version 8.0.0-beta.26168.3 -> To Version 8.0.0-beta.26221.2
…421.2

On relative base path root
Microsoft.DotNet.Arcade.Sdk From Version 8.0.0-beta.26168.3 -> To Version 8.0.0-beta.26221.2
… into merge/release/10.0.3xx-to-release/10.0.4xx
…0179)

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

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

* DonnaChen888
* 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.

<img alt="merge button instructions"
src="https://i.imgur.com/GepcNJV.png" width="300" />

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.

``` sh
git fetch
git checkout release/10.0.3xx
git pull --ff-only
git checkout release/10.0.4xx
git pull --ff-only
git merge --no-ff release/10.0.3xx

# 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/templating HEAD:merge/release/10.0.3xx-to-release/10.0.4xx
```

<details>
<summary>or if you are using SSH</summary>

```
git push git@github.com:dotnet/templating HEAD:merge/release/10.0.3xx-to-release/10.0.4xx
```

</details>


After PR checks are complete push the branch
```
git push
```

## Instructions for resolving conflicts

:warning: If there are merge conflicts, you will need to resolve them
manually before merging. You can do this [using GitHub][resolve-github]
or using the [command line][resolve-cli].

[resolve-github]:
https://help.github.com/articles/resolving-a-merge-conflict-on-github/
[resolve-cli]:
https://help.github.com/articles/resolving-a-merge-conflict-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/10.0.3xx-to-release/10.0.4xx'. 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/10.0.3xx-to-release/10.0.4xx origin/release/10.0.4xx
git pull https://github.com/dotnet/templating merge/release/10.0.3xx-to-release/10.0.4xx
(make changes)
git commit -m "Updated PR with my changes"
git push https://github.com/dotnet/templating HEAD:merge/release/10.0.3xx-to-release/10.0.4xx
```

<details>
    <summary>or if you are using SSH</summary>

```
git fetch
git checkout -b merge/release/10.0.3xx-to-release/10.0.4xx origin/release/10.0.4xx
git pull git@github.com:dotnet/templating merge/release/10.0.3xx-to-release/10.0.4xx
(make changes)
git commit -m "Updated PR with my changes"
git push git@github.com:dotnet/templating HEAD:merge/release/10.0.3xx-to-release/10.0.4xx
```

</details>

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.
Updated Dependencies:
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26217.103 -> 10.0.0-beta.26222.113)
[[ commit created by automation ]]
…422.3

On relative base path root
Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk From Version 9.0.0-beta.26220.3 -> To Version 9.0.0-beta.26222.3
> [!NOTE]
> This is a codeflow update. It may contain both source code changes
from
> [the VMR](https://github.com/dotnet/dotnet)
> as well as dependency updates. Learn more
[here](https://github.com/dotnet/dotnet/tree/main/docs/Codeflow-PRs.md).

This pull request brings the following source code changes

[marker]: <> (Begin:bbf9aa7e-217b-4275-99d1-5f23eb747967)

## From https://github.com/dotnet/dotnet
- **Subscription**:
[bbf9aa7e-217b-4275-99d1-5f23eb747967](https://maestro.dot.net/subscriptions?search=bbf9aa7e-217b-4275-99d1-5f23eb747967)
- **Build**:
[20260422.13](https://dev.azure.com/dnceng/internal/_build/results?buildId=2957726)
([311478](https://maestro.dot.net/channel/9626/github:dotnet:dotnet/build/311478))
- **Date Produced**: April 22, 2026 8:21:58 PM UTC
- **Commit**:
[97c64e31b9d8500bea439b99bed6a6e7e6f4eae1](dotnet/dotnet@97c64e3)
- **Commit Diff**:
[e30a7bd...97c64e3](dotnet/dotnet@e30a7bd...97c64e3)
- **Branch**:
[release/10.0.3xx](https://github.com/dotnet/dotnet/tree/release/10.0.3xx)

**Updated Dependencies**
- From [10.0.0-beta.26217.103 to
10.0.0-beta.26222.113](dotnet/dotnet@e30a7bd...97c64e3)
  - Microsoft.DotNet.Arcade.Sdk

[marker]: <> (End:bbf9aa7e-217b-4275-99d1-5f23eb747967)
[marker]: <> (Start:Footer:CodeFlow PR)

## Associated changes in source repos
-
dotnet/arcade@ecdd5c6...54892fe
-
dotnet/fsharp@c3c01c9...92fd65a
-
dotnet/msbuild@926e304...84d3e95
-
NuGet/NuGet.Client@779eff1...522d736
-
dotnet/roslyn@f5ba6a7...538ae5e
-
dotnet/sdk@263b397...aa68cb3
-
fa5b4ae...897bdda
-
microsoft/vstest@336aedd...18d238e

<details>
<summary>Diff the source with this PR branch</summary>

```bash
darc vmr diff --name-only https://github.com/dotnet/dotnet:97c64e31b9d8500bea439b99bed6a6e7e6f4eae1..https://github.com/dotnet/templating:darc-release/10.0.3xx-e0299b4d-41e2-4554-a35d-43a89c187054
```
</details>

[marker]: <> (End:Footer:CodeFlow PR)
… into merge/release/10.0.3xx-to-release/10.0.4xx
Updated Dependencies:
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26222.113 -> 10.0.0-beta.26222.130)
[[ commit created by automation ]]
> [!NOTE]
> This is a codeflow update. It may contain both source code changes
from
> [the VMR](https://github.com/dotnet/dotnet)
> as well as dependency updates. Learn more
[here](https://github.com/dotnet/dotnet/tree/main/docs/Codeflow-PRs.md).

This pull request brings the following source code changes

[marker]: <> (Begin:bbf9aa7e-217b-4275-99d1-5f23eb747967)

## From https://github.com/dotnet/dotnet
- **Subscription**:
[bbf9aa7e-217b-4275-99d1-5f23eb747967](https://maestro.dot.net/subscriptions?search=bbf9aa7e-217b-4275-99d1-5f23eb747967)
- **Build**:
[20260422.30](https://dev.azure.com/dnceng/internal/_build/results?buildId=2958044)
([311527](https://maestro.dot.net/channel/9626/github:dotnet:dotnet/build/311527))
- **Date Produced**: April 23, 2026 3:46:34 AM UTC
- **Commit**:
[1d9600f0ab85751782955550967bb27d795cd065](dotnet/dotnet@1d9600f)
- **Commit Diff**:
[97c64e3...1d9600f](dotnet/dotnet@97c64e3...1d9600f)
- **Branch**:
[release/10.0.3xx](https://github.com/dotnet/dotnet/tree/release/10.0.3xx)

**Updated Dependencies**
- From [10.0.0-beta.26222.113 to
10.0.0-beta.26222.130](dotnet/dotnet@97c64e3...1d9600f)
  - Microsoft.DotNet.Arcade.Sdk

[marker]: <> (End:bbf9aa7e-217b-4275-99d1-5f23eb747967)
[marker]: <> (Start:Footer:CodeFlow PR)

## Associated changes in source repos
-
dotnet/razor@4fb3839...7d4d0ba

<details>
<summary>Diff the source with this PR branch</summary>

```bash
darc vmr diff --name-only https://github.com/dotnet/dotnet:1d9600f0ab85751782955550967bb27d795cd065..https://github.com/dotnet/templating:darc-release/10.0.3xx-934943cd-e56e-446d-9d5f-3370fe1b733f
```
</details>

[marker]: <> (End:Footer:CodeFlow PR)
Updated Dependencies:
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26222.130 -> 10.0.0-beta.26222.139)
[[ commit created by automation ]]
> [!NOTE]
> This is a codeflow update. It may contain both source code changes
from
> [the VMR](https://github.com/dotnet/dotnet)
> as well as dependency updates. Learn more
[here](https://github.com/dotnet/dotnet/tree/main/docs/Codeflow-PRs.md).

This pull request brings the following source code changes

[marker]: <> (Begin:bbf9aa7e-217b-4275-99d1-5f23eb747967)

## From https://github.com/dotnet/dotnet
- **Subscription**:
[bbf9aa7e-217b-4275-99d1-5f23eb747967](https://maestro.dot.net/subscriptions?search=bbf9aa7e-217b-4275-99d1-5f23eb747967)
- **Build**:
[20260422.39](https://dev.azure.com/dnceng/internal/_build/results?buildId=2958191)
([311550](https://maestro.dot.net/channel/9626/github:dotnet:dotnet/build/311550))
- **Date Produced**: April 23, 2026 7:54:15 AM UTC
- **Commit**:
[38ce3d61004622c10b2bcf5c7c2f14b9c014a9cd](dotnet/dotnet@38ce3d6)
- **Commit Diff**:
[1d9600f...38ce3d6](dotnet/dotnet@1d9600f...38ce3d6)
- **Branch**:
[release/10.0.3xx](https://github.com/dotnet/dotnet/tree/release/10.0.3xx)

**Updated Dependencies**
- From [10.0.0-beta.26222.130 to
10.0.0-beta.26222.139](dotnet/dotnet@1d9600f...38ce3d6)
  - Microsoft.DotNet.Arcade.Sdk

[marker]: <> (End:bbf9aa7e-217b-4275-99d1-5f23eb747967)
[marker]: <> (Start:Footer:CodeFlow PR)

## Associated changes in source repos
-
dotnet/arcade@54892fe...58713cb

<details>
<summary>Diff the source with this PR branch</summary>

```bash
darc vmr diff --name-only https://github.com/dotnet/dotnet:38ce3d61004622c10b2bcf5c7c2f14b9c014a9cd..https://github.com/dotnet/templating:darc-release/10.0.3xx-d71e7ef9-f5dd-442c-af13-465fa02ff181
```
</details>

[marker]: <> (End:Footer:CodeFlow PR)
`source-build-reference-packages` repo was renamed to
`source-build-assets`. To enable VMR/source-build scenarios this
reference needs to be updated. This also updates the version as the new
repo produced a new package.
…0185)

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

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

* DonnaChen888
* 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.

<img alt="merge button instructions"
src="https://i.imgur.com/GepcNJV.png" width="300" />

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.

``` sh
git fetch
git checkout release/10.0.3xx
git pull --ff-only
git checkout release/10.0.4xx
git pull --ff-only
git merge --no-ff release/10.0.3xx

# 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/templating HEAD:merge/release/10.0.3xx-to-release/10.0.4xx
```

<details>
<summary>or if you are using SSH</summary>

```
git push git@github.com:dotnet/templating HEAD:merge/release/10.0.3xx-to-release/10.0.4xx
```

</details>


After PR checks are complete push the branch
```
git push
```

## Instructions for resolving conflicts

:warning: If there are merge conflicts, you will need to resolve them
manually before merging. You can do this [using GitHub][resolve-github]
or using the [command line][resolve-cli].

[resolve-github]:
https://help.github.com/articles/resolving-a-merge-conflict-on-github/
[resolve-cli]:
https://help.github.com/articles/resolving-a-merge-conflict-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/10.0.3xx-to-release/10.0.4xx'. 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/10.0.3xx-to-release/10.0.4xx origin/release/10.0.4xx
git pull https://github.com/dotnet/templating merge/release/10.0.3xx-to-release/10.0.4xx
(make changes)
git commit -m "Updated PR with my changes"
git push https://github.com/dotnet/templating HEAD:merge/release/10.0.3xx-to-release/10.0.4xx
```

<details>
    <summary>or if you are using SSH</summary>

```
git fetch
git checkout -b merge/release/10.0.3xx-to-release/10.0.4xx origin/release/10.0.4xx
git pull git@github.com:dotnet/templating merge/release/10.0.3xx-to-release/10.0.4xx
(make changes)
git commit -m "Updated PR with my changes"
git push git@github.com:dotnet/templating HEAD:merge/release/10.0.3xx-to-release/10.0.4xx
```

</details>

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.
…423.2

On relative base path root
Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk From Version 9.0.0-beta.26220.3 -> To Version 9.0.0-beta.26223.2
…build 20260423.1

On relative base path root
Microsoft.SourceBuild.Intermediate.source-build-assets From Version 8.0.0-alpha.1.26208.5 -> To Version 8.0.0-alpha.1.26223.1
…424.3

On relative base path root
Microsoft.DotNet.Arcade.Sdk From Version 8.0.0-beta.26168.3 -> To Version 8.0.0-beta.26224.3
…424.3

On relative base path root
Microsoft.DotNet.Arcade.Sdk From Version 8.0.0-beta.26168.3 -> To Version 8.0.0-beta.26224.3
Updated Dependencies:
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26222.139 -> 10.0.0-beta.26225.103)
System.CommandLine (Version 2.0.6 -> 2.0.7)
System.Formats.Asn1, Microsoft.Extensions.Logging, Microsoft.Extensions.Logging.Abstractions, Microsoft.Extensions.Logging.Console, Microsoft.Extensions.DependencyInjection.Abstractions, Microsoft.Bcl.AsyncInterfaces, System.Diagnostics.DiagnosticSource, System.Text.Json, System.IO.Pipelines, System.Text.Encodings.Web (Version 10.0.6 -> 10.0.7)
[[ commit created by automation ]]
Updated Dependencies:
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26225.103 -> 10.0.0-beta.26226.105)
[[ commit created by automation ]]
> [!NOTE]
> This is a codeflow update. It may contain both source code changes
from
> [the VMR](https://github.com/dotnet/dotnet)
> as well as dependency updates. Learn more
[here](https://github.com/dotnet/dotnet/tree/main/docs/Codeflow-PRs.md).

This pull request brings the following source code changes


[marker]: <> (Begin:bbf9aa7e-217b-4275-99d1-5f23eb747967)

## From https://github.com/dotnet/dotnet
- **Subscription**:
[bbf9aa7e-217b-4275-99d1-5f23eb747967](https://maestro.dot.net/subscriptions?search=bbf9aa7e-217b-4275-99d1-5f23eb747967)
- **Build**:
[20260426.5](https://dev.azure.com/dnceng/internal/_build/results?buildId=2960595)
([311936](https://maestro.dot.net/channel/9626/github:dotnet:dotnet/build/311936))
- **Date Produced**: April 26, 2026 3:33:09 PM UTC
- **Commit**:
[af672c461438c30f2d81139696c08f43944bd5a4](dotnet/dotnet@af672c4)
- **Commit Diff**:
[38ce3d6...af672c4](dotnet/dotnet@38ce3d6...af672c4)
- **Branch**:
[release/10.0.3xx](https://github.com/dotnet/dotnet/tree/release/10.0.3xx)

**Updated Dependencies**
- From [10.0.0-beta.26222.139 to
10.0.0-beta.26226.105](dotnet/dotnet@38ce3d6...af672c4)
  - Microsoft.DotNet.Arcade.Sdk
- From [2.0.6 to 2.0.7][2]
  - System.CommandLine
- From [10.0.6 to 10.0.7][2]
  - Microsoft.Bcl.AsyncInterfaces
  - Microsoft.Extensions.DependencyInjection.Abstractions
  - Microsoft.Extensions.Logging
  - Microsoft.Extensions.Logging.Abstractions
  - Microsoft.Extensions.Logging.Console
  - System.Diagnostics.DiagnosticSource
  - System.Formats.Asn1
  - System.IO.Pipelines
  - System.Text.Encodings.Web
  - System.Text.Json

[marker]: <> (End:bbf9aa7e-217b-4275-99d1-5f23eb747967)


[1]: dotnet/dotnet@47fb725...b16286c

[2]: dotnet/dotnet@47fb725...b16286c
[marker]: <> (Start:Footer:CodeFlow PR)

## Associated changes in source repos
-
dotnet/fsharp@92fd65a...a5df95f
-
dotnet/roslyn@538ae5e...2ccf777
-
897bdda...a397da1

<details>
<summary>Diff the source with this PR branch</summary>

```bash
darc vmr diff --name-only https://github.com/dotnet/dotnet:af672c461438c30f2d81139696c08f43944bd5a4..https://github.com/dotnet/templating:darc-release/10.0.3xx-152f8139-b642-4326-9633-ccd747184d92
```
</details>

[marker]: <> (End:Footer:CodeFlow PR)
Updated Dependencies:
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26226.105 -> 10.0.0-beta.26226.114)
[[ commit created by automation ]]
DonnaChen888 and others added 30 commits June 4, 2026 15:44
…0297)

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

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

* SimonZhao888
* 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.

<img alt="merge button instructions"
src="https://i.imgur.com/GepcNJV.png" width="300" />

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.

``` sh
git fetch
git checkout release/10.0.3xx
git pull --ff-only
git checkout release/10.0.4xx
git pull --ff-only
git merge --no-ff release/10.0.3xx

# 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/templating HEAD:merge/release/10.0.3xx-to-release/10.0.4xx
```

<details>
<summary>or if you are using SSH</summary>

```
git push git@github.com:dotnet/templating HEAD:merge/release/10.0.3xx-to-release/10.0.4xx
```

</details>


After PR checks are complete push the branch
```
git push
```

## Instructions for resolving conflicts

:warning: If there are merge conflicts, you will need to resolve them
manually before merging. You can do this [using GitHub][resolve-github]
or using the [command line][resolve-cli].

[resolve-github]:
https://help.github.com/articles/resolving-a-merge-conflict-on-github/
[resolve-cli]:
https://help.github.com/articles/resolving-a-merge-conflict-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/10.0.3xx-to-release/10.0.4xx'. 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/10.0.3xx-to-release/10.0.4xx origin/release/10.0.4xx
git pull https://github.com/dotnet/templating merge/release/10.0.3xx-to-release/10.0.4xx
(make changes)
git commit -m "Updated PR with my changes"
git push https://github.com/dotnet/templating HEAD:merge/release/10.0.3xx-to-release/10.0.4xx
```

<details>
    <summary>or if you are using SSH</summary>

```
git fetch
git checkout -b merge/release/10.0.3xx-to-release/10.0.4xx origin/release/10.0.4xx
git pull git@github.com:dotnet/templating merge/release/10.0.3xx-to-release/10.0.4xx
(make changes)
git commit -m "Updated PR with my changes"
git push git@github.com:dotnet/templating HEAD:merge/release/10.0.3xx-to-release/10.0.4xx
```

</details>

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.
Updated Dependencies:
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26279.106 -> 10.0.0-beta.26304.109)
[[ commit created by automation ]]
> [!NOTE]
> This is a codeflow update. It may contain both source code changes
from
> [the VMR](https://github.com/dotnet/dotnet)
> as well as dependency updates. Learn more
[here](https://github.com/dotnet/dotnet/tree/main/docs/Codeflow-PRs.md).

This pull request brings the following source code changes

[marker]: <> (Begin:bbf9aa7e-217b-4275-99d1-5f23eb747967)

## From https://github.com/dotnet/dotnet
- **Subscription**:
[bbf9aa7e-217b-4275-99d1-5f23eb747967](https://maestro.dot.net/subscriptions?search=bbf9aa7e-217b-4275-99d1-5f23eb747967)
- **Build**:
[20260604.9](https://dev.azure.com/dnceng/internal/_build/results?buildId=2992330)
([317361](https://maestro.dot.net/channel/9626/github:dotnet:dotnet/build/317361))
- **Date Produced**: June 4, 2026 8:00:24 PM UTC
- **Commit**:
[b53996b30e4d7984661ca4707bf308677529d942](dotnet/dotnet@b53996b)
- **Commit Diff**:
[ad54eee...b53996b](dotnet/dotnet@ad54eee...b53996b)
- **Branch**:
[release/10.0.3xx](https://github.com/dotnet/dotnet/tree/release/10.0.3xx)

**Updated Dependencies**
- From [10.0.0-beta.26279.106 to
10.0.0-beta.26304.109](dotnet/dotnet@ad54eee...b53996b)
  - Microsoft.DotNet.Arcade.Sdk

[marker]: <> (End:bbf9aa7e-217b-4275-99d1-5f23eb747967)
[marker]: <> (Start:Footer:CodeFlow PR)

## Associated changes in source repos
-
dotnet/arcade@a7bf38d...2a80f6e
-
dotnet/msbuild@52de5e8...dfd2b27
-
dotnet/scenario-tests@f9bea37...073371e
-
microsoft/vstest@7789097...d01a2fe

<details>
<summary>Diff the source with this PR branch</summary>

```bash
darc vmr diff --name-only https://github.com/dotnet/dotnet:b53996b30e4d7984661ca4707bf308677529d942..https://github.com/dotnet/templating:darc-release/10.0.3xx-90050819-9592-4be5-88af-36ae7754142e
```
</details>

[marker]: <> (End:Footer:CodeFlow PR)
… into merge/release/10.0.3xx-to-release/10.0.4xx
Updated Dependencies:
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26303.104 -> 10.0.0-beta.26303.112)
System.CommandLine (Version 2.0.10 -> 2.0.10)
[[ commit created by automation ]]
…0299)

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

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

* SimonZhao888
* 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.

<img alt="merge button instructions"
src="https://i.imgur.com/GepcNJV.png" width="300" />

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.

``` sh
git fetch
git checkout release/10.0.3xx
git pull --ff-only
git checkout release/10.0.4xx
git pull --ff-only
git merge --no-ff release/10.0.3xx

# 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/templating HEAD:merge/release/10.0.3xx-to-release/10.0.4xx
```

<details>
<summary>or if you are using SSH</summary>

```
git push git@github.com:dotnet/templating HEAD:merge/release/10.0.3xx-to-release/10.0.4xx
```

</details>


After PR checks are complete push the branch
```
git push
```

## Instructions for resolving conflicts

:warning: If there are merge conflicts, you will need to resolve them
manually before merging. You can do this [using GitHub][resolve-github]
or using the [command line][resolve-cli].

[resolve-github]:
https://help.github.com/articles/resolving-a-merge-conflict-on-github/
[resolve-cli]:
https://help.github.com/articles/resolving-a-merge-conflict-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/10.0.3xx-to-release/10.0.4xx'. 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/10.0.3xx-to-release/10.0.4xx origin/release/10.0.4xx
git pull https://github.com/dotnet/templating merge/release/10.0.3xx-to-release/10.0.4xx
(make changes)
git commit -m "Updated PR with my changes"
git push https://github.com/dotnet/templating HEAD:merge/release/10.0.3xx-to-release/10.0.4xx
```

<details>
    <summary>or if you are using SSH</summary>

```
git fetch
git checkout -b merge/release/10.0.3xx-to-release/10.0.4xx origin/release/10.0.4xx
git pull git@github.com:dotnet/templating merge/release/10.0.3xx-to-release/10.0.4xx
(make changes)
git commit -m "Updated PR with my changes"
git push git@github.com:dotnet/templating HEAD:merge/release/10.0.3xx-to-release/10.0.4xx
```

</details>

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.
> [!NOTE]
> This is a codeflow update. It may contain both source code changes
from
> [the VMR](https://github.com/dotnet/dotnet)
> as well as dependency updates. Learn more
[here](https://github.com/dotnet/dotnet/tree/main/docs/Codeflow-PRs.md).

This pull request brings the following source code changes

[marker]: <> (Begin:2146351c-d624-4a08-bc4e-875e6191f66e)

## From https://github.com/dotnet/dotnet
- **Subscription**:
[2146351c-d624-4a08-bc4e-875e6191f66e](https://maestro.dot.net/subscriptions?search=2146351c-d624-4a08-bc4e-875e6191f66e)
- **Build**:
[20260603.12](https://dev.azure.com/dnceng/internal/_build/results?buildId=2991616)
([317205](https://maestro.dot.net/channel/5173/github:dotnet:dotnet/build/317205))
- **Date Produced**: June 4, 2026 2:48:47 AM UTC
- **Commit**:
[c5ac2b68f9b0e2646ad3bfb3fae793c1323f2528](dotnet/dotnet@c5ac2b6)
- **Commit Diff**:
[bb3ece4...c5ac2b6](dotnet/dotnet@bb3ece4...c5ac2b6)
- **Branch**:
[release/10.0.1xx](https://github.com/dotnet/dotnet/tree/release/10.0.1xx)

**Updated Dependencies**
- From [10.0.0-beta.26303.104 to 10.0.0-beta.26303.112][1]
  - Microsoft.DotNet.Arcade.Sdk
- From [2.0.10 to 2.0.10][1]
  - System.CommandLine

[marker]: <> (End:2146351c-d624-4a08-bc4e-875e6191f66e)

[1]: dotnet/dotnet@bb3ece4...c5ac2b6
[marker]: <> (Start:Footer:CodeFlow PR)

## Associated changes in source repos
-
dotnet/efcore@732204e...14fc1ae
-
dotnet/sdk@2eee43c...0e3f0f1
-
dotnet/source-build-assets@cd65c98...c8d8cc8

<details>
<summary>Diff the source with this PR branch</summary>

```bash
darc vmr diff --name-only https://github.com/dotnet/dotnet:c5ac2b68f9b0e2646ad3bfb3fae793c1323f2528..https://github.com/dotnet/templating:darc-release/10.0.1xx-bfe19715-d08c-4eb7-a728-b95f7a88a766
```
</details>

[marker]: <> (End:Footer:CodeFlow PR)
… into merge/release/10.0.1xx-to-release/10.0.3xx
…0301)

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

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

* SimonZhao888
* 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.

<img alt="merge button instructions"
src="https://i.imgur.com/GepcNJV.png" width="300" />

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.

``` sh
git fetch
git checkout release/10.0.1xx
git pull --ff-only
git checkout release/10.0.3xx
git pull --ff-only
git merge --no-ff release/10.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/templating HEAD:merge/release/10.0.1xx-to-release/10.0.3xx
```

<details>
<summary>or if you are using SSH</summary>

```
git push git@github.com:dotnet/templating HEAD:merge/release/10.0.1xx-to-release/10.0.3xx
```

</details>


After PR checks are complete push the branch
```
git push
```

## Instructions for resolving conflicts

:warning: If there are merge conflicts, you will need to resolve them
manually before merging. You can do this [using GitHub][resolve-github]
or using the [command line][resolve-cli].

[resolve-github]:
https://help.github.com/articles/resolving-a-merge-conflict-on-github/
[resolve-cli]:
https://help.github.com/articles/resolving-a-merge-conflict-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/10.0.1xx-to-release/10.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/10.0.1xx-to-release/10.0.3xx origin/release/10.0.3xx
git pull https://github.com/dotnet/templating merge/release/10.0.1xx-to-release/10.0.3xx
(make changes)
git commit -m "Updated PR with my changes"
git push https://github.com/dotnet/templating HEAD:merge/release/10.0.1xx-to-release/10.0.3xx
```

<details>
    <summary>or if you are using SSH</summary>

```
git fetch
git checkout -b merge/release/10.0.1xx-to-release/10.0.3xx origin/release/10.0.3xx
git pull git@github.com:dotnet/templating merge/release/10.0.1xx-to-release/10.0.3xx
(make changes)
git commit -m "Updated PR with my changes"
git push git@github.com:dotnet/templating HEAD:merge/release/10.0.1xx-to-release/10.0.3xx
```

</details>

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.
…0302)

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

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

* DonnaChen888
* SimonZhao888
* 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.

<img alt="merge button instructions"
src="https://i.imgur.com/GepcNJV.png" width="300" />

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.

``` sh
git fetch
git checkout release/10.0.3xx
git pull --ff-only
git checkout release/10.0.4xx
git pull --ff-only
git merge --no-ff release/10.0.3xx

# 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/templating HEAD:merge/release/10.0.3xx-to-release/10.0.4xx
```

<details>
<summary>or if you are using SSH</summary>

```
git push git@github.com:dotnet/templating HEAD:merge/release/10.0.3xx-to-release/10.0.4xx
```

</details>


After PR checks are complete push the branch
```
git push
```

## Instructions for resolving conflicts

:warning: If there are merge conflicts, you will need to resolve them
manually before merging. You can do this [using GitHub][resolve-github]
or using the [command line][resolve-cli].

[resolve-github]:
https://help.github.com/articles/resolving-a-merge-conflict-on-github/
[resolve-cli]:
https://help.github.com/articles/resolving-a-merge-conflict-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/10.0.3xx-to-release/10.0.4xx'. 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/10.0.3xx-to-release/10.0.4xx origin/release/10.0.4xx
git pull https://github.com/dotnet/templating merge/release/10.0.3xx-to-release/10.0.4xx
(make changes)
git commit -m "Updated PR with my changes"
git push https://github.com/dotnet/templating HEAD:merge/release/10.0.3xx-to-release/10.0.4xx
```

<details>
    <summary>or if you are using SSH</summary>

```
git fetch
git checkout -b merge/release/10.0.3xx-to-release/10.0.4xx origin/release/10.0.4xx
git pull git@github.com:dotnet/templating merge/release/10.0.3xx-to-release/10.0.4xx
(make changes)
git commit -m "Updated PR with my changes"
git push git@github.com:dotnet/templating HEAD:merge/release/10.0.3xx-to-release/10.0.4xx
```

</details>

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.
Updated Dependencies:
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26303.112 -> 10.0.0-beta.26305.102)
System.CommandLine (Version 2.0.10 -> 2.0.10)
[[ commit created by automation ]]
Updated Dependencies:
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26281.104 -> 10.0.0-beta.26305.115)
[[ commit created by automation ]]
Updated Dependencies:
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26305.115 -> 10.0.0-beta.26306.106)
[[ commit created by automation ]]
Updated Dependencies:
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26305.102 -> 10.0.0-beta.26305.119)
System.CommandLine (Version 2.0.10 -> 2.0.10)
[[ commit created by automation ]]
Updated Dependencies:
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26306.106 -> 10.0.0-beta.26306.110)
[[ commit created by automation ]]
[release/10.0.3xx] Source code updates from dotnet/dotnet
> [!NOTE]
> This is a codeflow update. It may contain both source code changes
from
> [the VMR](https://github.com/dotnet/dotnet)
> as well as dependency updates. Learn more
[here](https://github.com/dotnet/dotnet/tree/main/docs/Codeflow-PRs.md).

This pull request brings the following source code changes


[marker]: <> (Begin:2146351c-d624-4a08-bc4e-875e6191f66e)

## From https://github.com/dotnet/dotnet
- **Subscription**:
[2146351c-d624-4a08-bc4e-875e6191f66e](https://maestro.dot.net/subscriptions?search=2146351c-d624-4a08-bc4e-875e6191f66e)
- **Build**:
[20260605.19](https://dev.azure.com/dnceng/internal/_build/results?buildId=2993579)
([317590](https://maestro.dot.net/channel/5173/github:dotnet:dotnet/build/317590))
- **Date Produced**: June 6, 2026 10:35:01 AM UTC
- **Commit**:
[23f480e55b8cf46010d7b68fe340ea3035fe777f](dotnet/dotnet@23f480e)
- **Commit Diff**:
[c5ac2b6...23f480e](dotnet/dotnet@c5ac2b6...23f480e)
- **Branch**:
[release/10.0.1xx](https://github.com/dotnet/dotnet/tree/release/10.0.1xx)

**Updated Dependencies**
- From [10.0.0-beta.26303.112 to 10.0.0-beta.26305.119][2]
  - Microsoft.DotNet.Arcade.Sdk
- From [2.0.10 to 2.0.10][2]
  - System.CommandLine

[marker]: <> (End:2146351c-d624-4a08-bc4e-875e6191f66e)


[1]: dotnet/dotnet@c5ac2b6...a404831

[2]: dotnet/dotnet@c5ac2b6...23f480e
[marker]: <> (Start:Footer:CodeFlow PR)

## Associated changes in source repos
-
dotnet/arcade@a7bf38d...7b306e3
-
dotnet/efcore@14fc1ae...5676076
-
dotnet/runtime@edfa1d5...993f5ec
-
dotnet/sdk@0e3f0f1...50dd91b
-
dotnet/source-build-assets@c8d8cc8...7628ed9
-
dotnet/sourcelink@491a001...5b7195a
-
213c241...f492a20
-
dotnet/windowsdesktop@c334ca3...f344a3c
-
dotnet/wpf@faef27a...7e2fc50

<details>
<summary>Diff the source with this PR branch</summary>

```bash
darc vmr diff --name-only https://github.com/dotnet/dotnet:23f480e55b8cf46010d7b68fe340ea3035fe777f..https://github.com/dotnet/templating:darc-release/10.0.1xx-685a9a82-37f3-481f-a480-db728fa1e07e
```
</details>

[marker]: <> (End:Footer:CodeFlow PR)
… into merge/release/10.0.1xx-to-release/10.0.3xx
> [!NOTE]
> This is a codeflow update. It may contain both source code changes
from
> [the VMR](https://github.com/dotnet/dotnet)
> as well as dependency updates. Learn more
[here](https://github.com/dotnet/dotnet/tree/main/docs/Codeflow-PRs.md).

This pull request brings the following source code changes



[marker]: <> (Begin:53f926d5-114f-4300-b3eb-624c3952b12f)

## From https://github.com/dotnet/dotnet
- **Subscription**:
[53f926d5-114f-4300-b3eb-624c3952b12f](https://maestro.dot.net/subscriptions?search=53f926d5-114f-4300-b3eb-624c3952b12f)
- **Build**:
[20260606.10](https://dev.azure.com/dnceng/internal/_build/results?buildId=2994006)
([317615](https://maestro.dot.net/channel/10307/github:dotnet:dotnet/build/317615))
- **Date Produced**: June 7, 2026 1:41:29 AM UTC
- **Commit**:
[075b33c13177aed004ddbb1439410cc970601273](dotnet/dotnet@075b33c)
- **Commit Diff**:
[aec9216...075b33c](dotnet/dotnet@aec9216...075b33c)
- **Branch**:
[release/10.0.4xx](https://github.com/dotnet/dotnet/tree/release/10.0.4xx)

**Updated Dependencies**
- From [10.0.0-beta.26281.104 to
10.0.0-beta.26306.110](dotnet/dotnet@aec9216...075b33c)
  - Microsoft.DotNet.Arcade.Sdk

[marker]: <> (End:53f926d5-114f-4300-b3eb-624c3952b12f)


[marker]: <> (Start:Footer:CodeFlow PR)

## Associated changes in source repos
-
dotnet/fsharp@5d50ace...c854edd
-
dotnet/msbuild@ad1f4a6...805f05d
-
NuGet/NuGet.Client@1ee6830...f2eaca2
-
dotnet/roslyn@0099791...f5856fc
-
dotnet/sdk@0c06be5...3515bea
-
microsoft/vstest@22e6b8e...6f58ced

<details>
<summary>Diff the source with this PR branch</summary>

```bash
darc vmr diff --name-only https://github.com/dotnet/dotnet:075b33c13177aed004ddbb1439410cc970601273..https://github.com/dotnet/templating:darc-release/10.0.4xx-33b76204-11d1-4372-b3a3-a6ad94fa12e6
```
</details>

[marker]: <> (End:Footer:CodeFlow PR)
…0306)

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

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

* SimonZhao888
* 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.

<img alt="merge button instructions"
src="https://i.imgur.com/GepcNJV.png" width="300" />

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.

``` sh
git fetch
git checkout release/10.0.1xx
git pull --ff-only
git checkout release/10.0.3xx
git pull --ff-only
git merge --no-ff release/10.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/templating HEAD:merge/release/10.0.1xx-to-release/10.0.3xx
```

<details>
<summary>or if you are using SSH</summary>

```
git push git@github.com:dotnet/templating HEAD:merge/release/10.0.1xx-to-release/10.0.3xx
```

</details>


After PR checks are complete push the branch
```
git push
```

## Instructions for resolving conflicts

:warning: If there are merge conflicts, you will need to resolve them
manually before merging. You can do this [using GitHub][resolve-github]
or using the [command line][resolve-cli].

[resolve-github]:
https://help.github.com/articles/resolving-a-merge-conflict-on-github/
[resolve-cli]:
https://help.github.com/articles/resolving-a-merge-conflict-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/10.0.1xx-to-release/10.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/10.0.1xx-to-release/10.0.3xx origin/release/10.0.3xx
git pull https://github.com/dotnet/templating merge/release/10.0.1xx-to-release/10.0.3xx
(make changes)
git commit -m "Updated PR with my changes"
git push https://github.com/dotnet/templating HEAD:merge/release/10.0.1xx-to-release/10.0.3xx
```

<details>
    <summary>or if you are using SSH</summary>

```
git fetch
git checkout -b merge/release/10.0.1xx-to-release/10.0.3xx origin/release/10.0.3xx
git pull git@github.com:dotnet/templating merge/release/10.0.1xx-to-release/10.0.3xx
(make changes)
git commit -m "Updated PR with my changes"
git push git@github.com:dotnet/templating HEAD:merge/release/10.0.1xx-to-release/10.0.3xx
```

</details>

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.
… into merge/release/10.0.3xx-to-release/10.0.4xx
…0307)

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

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

* SimonZhao888
* 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.

<img alt="merge button instructions"
src="https://i.imgur.com/GepcNJV.png" width="300" />

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.

``` sh
git fetch
git checkout release/10.0.3xx
git pull --ff-only
git checkout release/10.0.4xx
git pull --ff-only
git merge --no-ff release/10.0.3xx

# 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/templating HEAD:merge/release/10.0.3xx-to-release/10.0.4xx
```

<details>
<summary>or if you are using SSH</summary>

```
git push git@github.com:dotnet/templating HEAD:merge/release/10.0.3xx-to-release/10.0.4xx
```

</details>


After PR checks are complete push the branch
```
git push
```

## Instructions for resolving conflicts

:warning: If there are merge conflicts, you will need to resolve them
manually before merging. You can do this [using GitHub][resolve-github]
or using the [command line][resolve-cli].

[resolve-github]:
https://help.github.com/articles/resolving-a-merge-conflict-on-github/
[resolve-cli]:
https://help.github.com/articles/resolving-a-merge-conflict-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/10.0.3xx-to-release/10.0.4xx'. 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/10.0.3xx-to-release/10.0.4xx origin/release/10.0.4xx
git pull https://github.com/dotnet/templating merge/release/10.0.3xx-to-release/10.0.4xx
(make changes)
git commit -m "Updated PR with my changes"
git push https://github.com/dotnet/templating HEAD:merge/release/10.0.3xx-to-release/10.0.4xx
```

<details>
    <summary>or if you are using SSH</summary>

```
git fetch
git checkout -b merge/release/10.0.3xx-to-release/10.0.4xx origin/release/10.0.4xx
git pull git@github.com:dotnet/templating merge/release/10.0.3xx-to-release/10.0.4xx
(make changes)
git commit -m "Updated PR with my changes"
git push git@github.com:dotnet/templating HEAD:merge/release/10.0.3xx-to-release/10.0.4xx
```

</details>

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.
Updated Dependencies:
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26305.119 -> 10.0.0-beta.26307.103)
System.CommandLine (Version 2.0.10 -> 2.0.10)
[[ commit created by automation ]]
> [!NOTE]
> This is a codeflow update. It may contain both source code changes
from
> [the VMR](https://github.com/dotnet/dotnet)
> as well as dependency updates. Learn more
[here](https://github.com/dotnet/dotnet/tree/main/docs/Codeflow-PRs.md).

This pull request brings the following source code changes

[marker]: <> (Begin:2146351c-d624-4a08-bc4e-875e6191f66e)

## From https://github.com/dotnet/dotnet
- **Subscription**:
[2146351c-d624-4a08-bc4e-875e6191f66e](https://maestro.dot.net/subscriptions?search=2146351c-d624-4a08-bc4e-875e6191f66e)
- **Build**:
[20260607.3](https://dev.azure.com/dnceng/internal/_build/results?buildId=2994696)
([317732](https://maestro.dot.net/channel/5173/github:dotnet:dotnet/build/317732))
- **Date Produced**: June 8, 2026 1:23:15 PM UTC
- **Commit**:
[fe7283f2bc56523c765bc050be87a97543db180a](dotnet/dotnet@fe7283f)
- **Commit Diff**:
[23f480e...fe7283f](dotnet/dotnet@23f480e...fe7283f)
- **Branch**:
[release/10.0.1xx](https://github.com/dotnet/dotnet/tree/release/10.0.1xx)

**Updated Dependencies**
- From [10.0.0-beta.26305.119 to 10.0.0-beta.26307.103][1]
  - Microsoft.DotNet.Arcade.Sdk
- From [2.0.10 to 2.0.10][1]
  - System.CommandLine

[marker]: <> (End:2146351c-d624-4a08-bc4e-875e6191f66e)

[1]: dotnet/dotnet@23f480e...fe7283f
[marker]: <> (Start:Footer:CodeFlow PR)

## Associated changes in source repos
-
dotnet/efcore@5676076...c3f27f5
-
dotnet/emsdk@6cc2761...8968749
-
dotnet/windowsdesktop@f344a3c...3aedc12

<details>
<summary>Diff the source with this PR branch</summary>

```bash
darc vmr diff --name-only https://github.com/dotnet/dotnet:fe7283f2bc56523c765bc050be87a97543db180a..https://github.com/dotnet/templating:darc-release/10.0.1xx-9d74b5a7-3fee-4ced-8cb3-883489175c0f
```
</details>

[marker]: <> (End:Footer:CodeFlow PR)
…0309)

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

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

* SimonZhao888
* 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.

<img alt="merge button instructions"
src="https://i.imgur.com/GepcNJV.png" width="300" />

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.

``` sh
git fetch
git checkout release/10.0.1xx
git pull --ff-only
git checkout release/10.0.3xx
git pull --ff-only
git merge --no-ff release/10.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/templating HEAD:merge/release/10.0.1xx-to-release/10.0.3xx
```

<details>
<summary>or if you are using SSH</summary>

```
git push git@github.com:dotnet/templating HEAD:merge/release/10.0.1xx-to-release/10.0.3xx
```

</details>


After PR checks are complete push the branch
```
git push
```

## Instructions for resolving conflicts

:warning: If there are merge conflicts, you will need to resolve them
manually before merging. You can do this [using GitHub][resolve-github]
or using the [command line][resolve-cli].

[resolve-github]:
https://help.github.com/articles/resolving-a-merge-conflict-on-github/
[resolve-cli]:
https://help.github.com/articles/resolving-a-merge-conflict-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/10.0.1xx-to-release/10.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/10.0.1xx-to-release/10.0.3xx origin/release/10.0.3xx
git pull https://github.com/dotnet/templating merge/release/10.0.1xx-to-release/10.0.3xx
(make changes)
git commit -m "Updated PR with my changes"
git push https://github.com/dotnet/templating HEAD:merge/release/10.0.1xx-to-release/10.0.3xx
```

<details>
    <summary>or if you are using SSH</summary>

```
git fetch
git checkout -b merge/release/10.0.1xx-to-release/10.0.3xx origin/release/10.0.3xx
git pull git@github.com:dotnet/templating merge/release/10.0.1xx-to-release/10.0.3xx
(make changes)
git commit -m "Updated PR with my changes"
git push git@github.com:dotnet/templating HEAD:merge/release/10.0.1xx-to-release/10.0.3xx
```

</details>

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.
…0310)

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

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

* SimonZhao888
* Copilot
* 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.

<img alt="merge button instructions"
src="https://i.imgur.com/GepcNJV.png" width="300" />

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.

``` sh
git fetch
git checkout release/10.0.3xx
git pull --ff-only
git checkout release/10.0.4xx
git pull --ff-only
git merge --no-ff release/10.0.3xx

# 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/templating HEAD:merge/release/10.0.3xx-to-release/10.0.4xx
```

<details>
<summary>or if you are using SSH</summary>

```
git push git@github.com:dotnet/templating HEAD:merge/release/10.0.3xx-to-release/10.0.4xx
```

</details>


After PR checks are complete push the branch
```
git push
```

## Instructions for resolving conflicts

:warning: If there are merge conflicts, you will need to resolve them
manually before merging. You can do this [using GitHub][resolve-github]
or using the [command line][resolve-cli].

[resolve-github]:
https://help.github.com/articles/resolving-a-merge-conflict-on-github/
[resolve-cli]:
https://help.github.com/articles/resolving-a-merge-conflict-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/10.0.3xx-to-release/10.0.4xx'. 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/10.0.3xx-to-release/10.0.4xx origin/release/10.0.4xx
git pull https://github.com/dotnet/templating merge/release/10.0.3xx-to-release/10.0.4xx
(make changes)
git commit -m "Updated PR with my changes"
git push https://github.com/dotnet/templating HEAD:merge/release/10.0.3xx-to-release/10.0.4xx
```

<details>
    <summary>or if you are using SSH</summary>

```
git fetch
git checkout -b merge/release/10.0.3xx-to-release/10.0.4xx origin/release/10.0.4xx
git pull git@github.com:dotnet/templating merge/release/10.0.3xx-to-release/10.0.4xx
(make changes)
git commit -m "Updated PR with my changes"
git push git@github.com:dotnet/templating HEAD:merge/release/10.0.3xx-to-release/10.0.4xx
```

</details>

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

do-not-merge The PR should not be merged until impediments are resolved.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants