Skip to content

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

Open
github-actions[bot] wants to merge 91 commits intomainfrom
merge/release/10.0.4xx-to-main
Open

[automated] Merge branch 'release/10.0.4xx' => 'main'#10172
github-actions[bot] wants to merge 91 commits intomainfrom
merge/release/10.0.4xx-to-main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

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]
  • MiYanni
  • marcpopMSFT
  • 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/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.

dotnet-maestro bot and others added 30 commits December 10, 2025 02:01
…209.3

On relative base path root
Microsoft.DotNet.Arcade.Sdk From Version 8.0.0-beta.25605.4 -> To Version 8.0.0-beta.25609.3
…211.2

On relative base path root
Microsoft.DotNet.Arcade.Sdk From Version 8.0.0-beta.25605.4 -> To Version 8.0.0-beta.25611.2
…ence-packages build 20251215.3

On relative base path root
Microsoft.SourceBuild.Intermediate.source-build-reference-packages From Version 8.0.0-alpha.1.25564.4 -> To Version 8.0.0-alpha.1.25615.3
…1-05-1030-75bd82ec-f71a-4b96-811a-b59ffbeb127a

Update branding to 8.0.124
…b8-49c7-b055-c321d2fcb94d

[release/8.0.1xx] Update dependencies from dotnet/source-build-reference-packages
…8b-4c36-b815-cbf58ae83a6b

[release/8.0.1xx] Update dependencies from dotnet/arcade
…nals build 20260106.1

On relative base path root
Microsoft.SourceBuild.Intermediate.source-build-externals From Version 8.0.0-alpha.1.25202.2 -> To Version 8.0.0-alpha.1.26056.1
…4a-4c3a-b820-7ce007c101b3

[release/8.0.1xx] Update dependencies from dotnet/source-build-externals
…into merge/release/8.0.1xx-to-release/8.0.4xx
I detected changes in the release/8.0.1xx branch which have not been
merged yet to release/8.0.4xx. I'm a robot and am configured to help you
automatically keep release/8.0.4xx up to date, so I've opened this PR.

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

* marcpopMSFT
* vseanreesermsft
* 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/8.0.1xx
git pull --ff-only
git checkout release/8.0.4xx
git pull --ff-only
git merge --no-ff release/8.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/8.0.1xx-to-release/8.0.4xx
```

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

```
git push git@github.com:dotnet/templating HEAD:merge/release/8.0.1xx-to-release/8.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/8.0.1xx-to-release/8.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/8.0.1xx-to-release/8.0.4xx origin/release/8.0.4xx
git pull https://github.com/dotnet/templating merge/release/8.0.1xx-to-release/8.0.4xx
(make changes)
git commit -m "Updated PR with my changes"
git push https://github.com/dotnet/templating HEAD:merge/release/8.0.1xx-to-release/8.0.4xx
```

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

```
git fetch
git checkout -b merge/release/8.0.1xx-to-release/8.0.4xx origin/release/8.0.4xx
git pull git@github.com:dotnet/templating merge/release/8.0.1xx-to-release/8.0.4xx
(make changes)
git commit -m "Updated PR with my changes"
git push git@github.com:dotnet/templating HEAD:merge/release/8.0.1xx-to-release/8.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.
…217.2

On relative base path root
Microsoft.DotNet.Arcade.Sdk From Version 8.0.0-beta.25611.2 -> To Version 8.0.0-beta.26117.2
…302.2

On relative base path root
Microsoft.DotNet.Arcade.Sdk From Version 8.0.0-beta.25611.2 -> To Version 8.0.0-beta.26152.2
This PR updates version branding on branch `release/9.0.1xx`.

**Changes:**
- Repository: templating
  - PatchVersion: `15` → `16`

**Files Modified:**
- eng/Versions.props (+1 -1)
This PR updates version branding on branch `release/8.0.4xx`.

**Changes:**
- Repository: templating
  - PatchVersion: `19` → `20`

**Files Modified:**
- eng/Versions.props (+1 -1)
[release/9.0.1xx] Update dependencies from dotnet/arcade
This pull request updates the following dependencies

[marker]: <> (Begin:20c4d86a-e5ce-445f-1cbe-08dc5a6a3fdf)
## From https://github.com/dotnet/arcade
- **Subscription**:
[20c4d86a-e5ce-445f-1cbe-08dc5a6a3fdf](https://maestro.dot.net/subscriptions?search=20c4d86a-e5ce-445f-1cbe-08dc5a6a3fdf)
- **Build**:
[20260302.2](https://dev.azure.com/dnceng/internal/_build/results?buildId=2915992)
([303976](https://maestro.dot.net/channel/3885/github:dotnet:arcade/build/303976))
- **Date Produced**: March 2, 2026 12:39:06 PM UTC
- **Commit**:
[ff8437c93170b57151c4dbf43671adeb9395d2c9](dotnet/arcade@ff8437c)
- **Branch**:
[release/8.0](https://github.com/dotnet/arcade/tree/release/8.0)

[DependencyUpdate]: <> (Begin)

- **Dependency Updates**:
  - From [8.0.0-beta.25611.2 to 8.0.0-beta.26152.2][2]
     - Microsoft.DotNet.Arcade.Sdk

[2]: dotnet/arcade@4b01306...ff8437c

[DependencyUpdate]: <> (End)


[marker]: <> (End:20c4d86a-e5ce-445f-1cbe-08dc5a6a3fdf)
…into merge/release/9.0.1xx-to-release/9.0.3xx
…into merge/release/8.0.4xx-to-release/9.0.1xx
I detected changes in the release/8.0.4xx branch which have not been
merged yet to release/9.0.1xx. I'm a robot and am configured to help you
automatically keep release/9.0.1xx up to date, so I've opened this PR.

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

* vseanreesermsft
* DonnaChen888
* marcpopMSFT
* 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/8.0.4xx
git pull --ff-only
git checkout release/9.0.1xx
git pull --ff-only
git merge --no-ff release/8.0.4xx

# If there are merge conflicts, resolve them and then run git merge --continue to complete the merge
# Pushing the changes to the PR branch will re-trigger PR validation.
git push https://github.com/dotnet/templating HEAD:merge/release/8.0.4xx-to-release/9.0.1xx
```

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

```
git push git@github.com:dotnet/templating HEAD:merge/release/8.0.4xx-to-release/9.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/8.0.4xx-to-release/9.0.1xx'. This
can be done to resolve conflicts or make other changes to this pull
request before it is merged.
The provided examples assume that the remote is named 'origin'. If you
have a different remote name, please replace 'origin' with the name of
your remote.

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

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

```
git fetch
git checkout -b merge/release/8.0.4xx-to-release/9.0.1xx origin/release/9.0.1xx
git pull git@github.com:dotnet/templating merge/release/8.0.4xx-to-release/9.0.1xx
(make changes)
git commit -m "Updated PR with my changes"
git push git@github.com:dotnet/templating HEAD:merge/release/8.0.4xx-to-release/9.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.
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:

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

<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.
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
* vseanreesermsft
* dotnet-maestro[bot]
* marcpopMSFT

## Instructions for merging from UI

This PR will not be auto-merged. When pull request checks pass, complete
this PR by creating a merge commit, *not* a squash or rebase commit.

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

On relative base path root
Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk From Version 9.0.0-beta.26152.3 -> To Version 9.0.0-beta.26168.2
…330.1

On relative base path root
Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk From Version 9.0.0-beta.26152.3 -> To Version 9.0.0-beta.26180.1
dotnet-maestro bot and others added 28 commits April 11, 2026 01:55
Updated Dependencies:
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26210.113 -> 10.0.0-beta.26210.117)
[[ commit created by automation ]]
Updated Dependencies:
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26209.115 -> 10.0.0-beta.26210.105)
System.CommandLine (Version 2.0.7 -> 2.0.7)
[[ 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**:
[20260410.5](https://dev.azure.com/dnceng/internal/_build/results?buildId=2947933)
([309867](https://maestro.dot.net/channel/5173/github:dotnet:dotnet/build/309867))
- **Date Produced**: April 10, 2026 3:44:07 PM UTC
- **Commit**:
[d14d02dd9f70268be43db2ae722433f7d4461fb8](dotnet/dotnet@d14d02d)
- **Commit Diff**:
[8639c3b...d14d02d](dotnet/dotnet@8639c3b...d14d02d)
- **Branch**:
[release/10.0.1xx](https://github.com/dotnet/dotnet/tree/release/10.0.1xx)

**Updated Dependencies**
- From [10.0.0-beta.26209.115 to 10.0.0-beta.26210.105][1]
  - Microsoft.DotNet.Arcade.Sdk
- From [2.0.7 to 2.0.7][1]
  - System.CommandLine

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

[1]: dotnet/dotnet@8639c3b...d14d02d
[marker]: <> (Start:Footer:CodeFlow PR)

## Associated changes in source repos
-
dotnet/arcade@62dc2de...ecdd5c6
-
dotnet/aspnetcore@69ba1e5...903a5b6

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

```bash
darc vmr diff --name-only https://github.com/dotnet/dotnet:d14d02dd9f70268be43db2ae722433f7d4461fb8..https://github.com/dotnet/templating:darc-release/10.0.1xx-90cc7f65-6786-464b-ac15-ba463f56abfc
```
</details>

[marker]: <> (End:Footer:CodeFlow PR)
… into merge/release/10.0.1xx-to-release/10.0.2xx
> [!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**:
[20260410.17](https://dev.azure.com/dnceng/internal/_build/results?buildId=2948436)
([309945](https://maestro.dot.net/channel/9626/github:dotnet:dotnet/build/309945))
- **Date Produced**: April 11, 2026 1:31:54 AM UTC
- **Commit**:
[af75a184fd99e730f6f2649bfc0f1bb4ca111ca5](dotnet/dotnet@af75a18)
- **Commit Diff**:
[8513e2b...af75a18](dotnet/dotnet@8513e2b...af75a18)
- **Branch**:
[release/10.0.3xx](https://github.com/dotnet/dotnet/tree/release/10.0.3xx)

**Updated Dependencies**
- From [10.0.0-beta.26209.123 to
10.0.0-beta.26210.117](dotnet/dotnet@8513e2b...af75a18)
  - Microsoft.DotNet.Arcade.Sdk

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


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

## Associated changes in source repos
-
dotnet/fsharp@68fb63d...1f46886
-
dotnet/roslyn@3d89f17...f5ba6a7
-
dotnet/sdk@f5a0378...08e9f08

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

```bash
darc vmr diff --name-only https://github.com/dotnet/dotnet:af75a184fd99e730f6f2649bfc0f1bb4ca111ca5..https://github.com/dotnet/templating:darc-release/10.0.3xx-dd1dad56-eae2-4c7d-91f0-fd1fb18acd9a
```
</details>

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

I detected changes in the release/10.0.1xx branch which have not been
merged yet to release/10.0.2xx. I'm a robot and am configured to help
you automatically keep release/10.0.2xx 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]
* marcpopMSFT
* 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.

<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.2xx
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.2xx
```

<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.2xx
```

</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.2xx'. 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.2xx origin/release/10.0.2xx
git pull https://github.com/dotnet/templating merge/release/10.0.1xx-to-release/10.0.2xx
(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.2xx
```

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

```
git fetch
git checkout -b merge/release/10.0.1xx-to-release/10.0.2xx origin/release/10.0.2xx
git pull git@github.com:dotnet/templating merge/release/10.0.1xx-to-release/10.0.2xx
(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.2xx
```

</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.
…0137)

I detected changes in the release/10.0.2xx 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.2xx by the following
committers:

* DonnaChen888
* dotnet-maestro[bot]
* marcpopMSFT
* 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.

<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.2xx
git pull --ff-only
git checkout release/10.0.3xx
git pull --ff-only
git merge --no-ff release/10.0.2xx

# 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.2xx-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.2xx-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.2xx-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.2xx-to-release/10.0.3xx origin/release/10.0.3xx
git pull https://github.com/dotnet/templating merge/release/10.0.2xx-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.2xx-to-release/10.0.3xx
```

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

```
git fetch
git checkout -b merge/release/10.0.2xx-to-release/10.0.3xx origin/release/10.0.3xx
git pull git@github.com:dotnet/templating merge/release/10.0.2xx-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.2xx-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.
Updated Dependencies:
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26210.117 -> 10.0.0-beta.26213.104)
[[ 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**:
[20260413.4](https://dev.azure.com/dnceng/internal/_build/results?buildId=2949726)
([310341](https://maestro.dot.net/channel/9626/github:dotnet:dotnet/build/310341))
- **Date Produced**: April 14, 2026 10:22:10 PM UTC
- **Commit**:
[2476be2e45bb47d8dd6604fac803cef03198f2a7](dotnet/dotnet@2476be2)
- **Commit Diff**:
[af75a18...2476be2](dotnet/dotnet@af75a18...2476be2)
- **Branch**:
[release/10.0.3xx](https://github.com/dotnet/dotnet/tree/release/10.0.3xx)

**Updated Dependencies**
- From [10.0.0-beta.26210.117 to
10.0.0-beta.26213.104](dotnet/dotnet@af75a18...2476be2)
  - Microsoft.DotNet.Arcade.Sdk

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

## Associated changes in source repos
-
dotnet/fsharp@1f46886...bd2823e

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

```bash
darc vmr diff --name-only https://github.com/dotnet/dotnet:2476be2e45bb47d8dd6604fac803cef03198f2a7..https://github.com/dotnet/templating:darc-release/10.0.3xx-b0a040aa-d30b-403d-950d-ec1a88e58fa6
```
</details>

[marker]: <> (End:Footer:CodeFlow PR)
Updated Dependencies:
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26210.105 -> 10.0.0-beta.26213.115)
System.CommandLine (Version 2.0.7 -> 2.0.7)
[[ commit created by automation ]]
Updated Dependencies:
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26213.104 -> 10.0.0-beta.26214.107)
[[ commit created by automation ]]
[release/10.0.2xx] 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: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**:
[20260414.7](https://dev.azure.com/dnceng/internal/_build/results?buildId=2951179)
([310382](https://maestro.dot.net/channel/9626/github:dotnet:dotnet/build/310382))
- **Date Produced**: April 15, 2026 1:29:26 AM UTC
- **Commit**:
[ace9016c5a42abe3e32bcb64c770d89cec39fd35](dotnet/dotnet@ace9016)
- **Commit Diff**:
[2476be2...ace9016](dotnet/dotnet@2476be2...ace9016)
- **Branch**:
[release/10.0.3xx](https://github.com/dotnet/dotnet/tree/release/10.0.3xx)

**Updated Dependencies**
- From [10.0.0-beta.26213.104 to
10.0.0-beta.26214.107](dotnet/dotnet@2476be2...ace9016)
  - Microsoft.DotNet.Arcade.Sdk

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

## Associated changes in source repos
-
dotnet/msbuild@ce6d7a5...926e304
-
dotnet/sdk@08e9f08...e560ea3

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

```bash
darc vmr diff --name-only https://github.com/dotnet/dotnet:ace9016c5a42abe3e32bcb64c770d89cec39fd35..https://github.com/dotnet/templating:darc-release/10.0.3xx-683b19a2-e015-47e5-80c3-fdbee7028355
```
</details>

[marker]: <> (End:Footer:CodeFlow PR)
> [!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**:
[20260413.15](https://dev.azure.com/dnceng/internal/_build/results?buildId=2950463)
([310209](https://maestro.dot.net/channel/5173/github:dotnet:dotnet/build/310209))
- **Date Produced**: April 14, 2026 10:09:57 AM UTC
- **Commit**:
[5d23756b884483995432a21829fe65466b19e948](dotnet/dotnet@5d23756)
- **Commit Diff**:
[d14d02d...5d23756](dotnet/dotnet@d14d02d...5d23756)
- **Branch**:
[release/10.0.1xx](https://github.com/dotnet/dotnet/tree/release/10.0.1xx)

**Updated Dependencies**
- From [10.0.0-beta.26210.105 to 10.0.0-beta.26213.115][1]
  - Microsoft.DotNet.Arcade.Sdk
- From [2.0.7 to 2.0.7][1]
  - System.CommandLine

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

[1]: dotnet/dotnet@d14d02d...5d23756
[marker]: <> (Start:Footer:CodeFlow PR)

## Associated changes in source repos
-
dotnet/fsharp@c4ccf58...4b9d21c
-
dotnet/sdk@497bea3...90c2460
-
a90c148...606e315

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

```bash
darc vmr diff --name-only https://github.com/dotnet/dotnet:5d23756b884483995432a21829fe65466b19e948..https://github.com/dotnet/templating:darc-release/10.0.1xx-0fcf4af6-0904-42b7-929e-d2f235aababa
```
</details>

[marker]: <> (End:Footer:CodeFlow PR)
… into merge/release/10.0.1xx-to-release/10.0.2xx
Updated Dependencies:
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26214.107 -> 10.0.0-beta.26215.102)
[[ commit created by automation ]]
Updated Dependencies:
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26215.102 -> 10.0.0-beta.26215.116)
[[ commit created by automation ]]
Updated Dependencies:
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26213.114 -> 10.0.0-beta.26215.107)
System.CommandLine (Version 2.0.4 -> 2.0.6)
[[ 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:218b18c6-3141-46a7-bef8-175dd72c3af9)

## From https://github.com/dotnet/dotnet
- **Subscription**:
[218b18c6-3141-46a7-bef8-175dd72c3af9](https://maestro.dot.net/subscriptions?search=218b18c6-3141-46a7-bef8-175dd72c3af9)
- **Build**:
[20260415.7](https://dev.azure.com/dnceng/internal/_build/results?buildId=2951776)
([310501](https://maestro.dot.net/channel/8856/github:dotnet:dotnet/build/310501))
- **Date Produced**: April 15, 2026 3:58:45 PM UTC
- **Commit**:
[ec7cfc4c5780180409a4d44e69d38c7c41bee24b](dotnet/dotnet@ec7cfc4)
- **Commit Diff**:
[46cd5a8...ec7cfc4](dotnet/dotnet@46cd5a8...ec7cfc4)
- **Branch**:
[release/10.0.2xx](https://github.com/dotnet/dotnet/tree/release/10.0.2xx)

**Updated Dependencies**
- From [10.0.0-beta.26213.114 to
10.0.0-beta.26215.107](dotnet/dotnet@46cd5a8...ec7cfc4)
  - Microsoft.DotNet.Arcade.Sdk
- From [2.0.4 to
2.0.6](dotnet/dotnet@80d3e14...47fb725)
  - System.CommandLine

[marker]: <> (End:218b18c6-3141-46a7-bef8-175dd72c3af9)
[marker]: <> (Start:Footer:CodeFlow PR)

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

```bash
darc vmr diff --name-only https://github.com/dotnet/dotnet:ec7cfc4c5780180409a4d44e69d38c7c41bee24b..https://github.com/dotnet/templating:darc-release/10.0.2xx-e4f90319-966c-400c-9249-bb6e38473f2e
```
</details>

[marker]: <> (End:Footer:CodeFlow PR)
Updated Dependencies:
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26215.116 -> 10.0.0-beta.26215.119)
System.CommandLine (Version 2.0.5 -> 2.0.6)
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.5 -> 10.0.6)
[[ 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**:
[20260415.19](https://dev.azure.com/dnceng/internal/_build/results?buildId=2952356)
([310613](https://maestro.dot.net/channel/9626/github:dotnet:dotnet/build/310613))
- **Date Produced**: April 16, 2026 3:04:24 AM UTC
- **Commit**:
[5c62320222555757bd9b82f3d38eaf5069f3d883](dotnet/dotnet@5c62320)
- **Commit Diff**:
[6621ed1...5c62320](dotnet/dotnet@6621ed1...5c62320)
- **Branch**:
[release/10.0.3xx](https://github.com/dotnet/dotnet/tree/release/10.0.3xx)

**Updated Dependencies**
- From [10.0.0-beta.26215.102 to
10.0.0-beta.26215.119](dotnet/dotnet@6621ed1...5c62320)
  - Microsoft.DotNet.Arcade.Sdk
- From [2.0.5 to 2.0.6][1]
  - System.CommandLine
- From [10.0.5 to 10.0.6][1]
  - 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@a612c2a...47fb725
[marker]: <> (Start:Footer:CodeFlow PR)

## Associated changes in source repos
-
dotnet/fsharp@872352f...c3c01c9
-
dotnet/razor@1042112...4fb3839
-
dotnet/sdk@e560ea3...b278293

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

```bash
darc vmr diff --name-only https://github.com/dotnet/dotnet:5c62320222555757bd9b82f3d38eaf5069f3d883..https://github.com/dotnet/templating:darc-release/10.0.3xx-dd7f7625-7f0b-4ad6-8aaa-245a51a4e991
```
</details>

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

I detected changes in the release/10.0.1xx branch which have not been
merged yet to release/10.0.2xx. I'm a robot and am configured to help
you automatically keep release/10.0.2xx 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.2xx
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.2xx
```

<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.2xx
```

</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.2xx'. 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.2xx origin/release/10.0.2xx
git pull https://github.com/dotnet/templating merge/release/10.0.1xx-to-release/10.0.2xx
(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.2xx
```

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

```
git fetch
git checkout -b merge/release/10.0.1xx-to-release/10.0.2xx origin/release/10.0.2xx
git pull git@github.com:dotnet/templating merge/release/10.0.1xx-to-release/10.0.2xx
(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.2xx
```

</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.2xx-to-release/10.0.3xx
…0156)

I detected changes in the release/10.0.2xx 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.2xx 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.2xx
git pull --ff-only
git checkout release/10.0.3xx
git pull --ff-only
git merge --no-ff release/10.0.2xx

# 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.2xx-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.2xx-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.2xx-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.2xx-to-release/10.0.3xx origin/release/10.0.3xx
git pull https://github.com/dotnet/templating merge/release/10.0.2xx-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.2xx-to-release/10.0.3xx
```

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

```
git fetch
git checkout -b merge/release/10.0.2xx-to-release/10.0.3xx origin/release/10.0.3xx
git pull git@github.com:dotnet/templating merge/release/10.0.2xx-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.2xx-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.
Updated Dependencies:
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26215.119 -> 10.0.0-beta.26217.116)
[[ 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: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**:
[20260417.16](https://dev.azure.com/dnceng/internal/_build/results?buildId=2954087)
([311030](https://maestro.dot.net/channel/10307/github:dotnet:dotnet/build/311030))
- **Date Produced**: April 20, 2026 4:52:22 AM UTC
- **Commit**:
[5b150b1d949d9509e9822fa44fd52923d1d162e5](dotnet/dotnet@5b150b1)
- **Commit Diff**:
[5c62320...5b150b1](dotnet/dotnet@5c62320...5b150b1)
- **Branch**:
[release/10.0.4xx](https://github.com/dotnet/dotnet/tree/release/10.0.4xx)

**Updated Dependencies**
- From [10.0.0-beta.26215.119 to
10.0.0-beta.26217.116](dotnet/dotnet@5c62320...5b150b1)
  - Microsoft.DotNet.Arcade.Sdk

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

## Associated changes in source repos
-
NuGet/NuGet.Client@779eff1...106309a
-
dotnet/sdk@b278293...263b397

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

```bash
darc vmr diff --name-only https://github.com/dotnet/dotnet:5b150b1d949d9509e9822fa44fd52923d1d162e5..https://github.com/dotnet/templating:darc-release/10.0.4xx-e4bbb62b-4727-4940-849b-f3d1a3156105
```
</details>

[marker]: <> (End:Footer:CodeFlow PR)
@github-actions github-actions bot requested a review from a team as a code owner April 20, 2026 05:47
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.

4 participants