Skip to content

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

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

[automated] Merge branch 'release/10.0.4xx' => 'main'#10198
github-actions[bot] wants to merge 113 commits intomainfrom
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]
  • marcpopMSFT
  • MiYanni
  • NikolaMilosavljevic
  • 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.

vseanreesermsft and others added 30 commits March 3, 2026 09:51
This PR updates version branding on branch `release/8.0.1xx`.

**Changes:**
- Repository: templating
  - PatchVersion: `25` → `26`

**Files Modified:**
- eng/Versions.props (+1 -1)
…nce-packages (#9899)

[release/8.0.1xx] Update dependencies from dotnet/source-build-reference-packages
This pull request updates the following dependencies

[marker]: <> (Begin:0d66de4b-fd8f-44dd-a789-08db9e4038dc)
## From https://github.com/dotnet/arcade
- **Subscription**:
[0d66de4b-fd8f-44dd-a789-08db9e4038dc](https://maestro.dot.net/subscriptions?search=0d66de4b-fd8f-44dd-a789-08db9e4038dc)
- **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:0d66de4b-fd8f-44dd-a789-08db9e4038dc)

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
…als (#9897)

This pull request updates the following dependencies

[marker]: <> (Begin:73c99211-eb79-4ad6-8e30-08db9e435944)
## From https://github.com/dotnet/source-build-externals
- **Subscription**:
[73c99211-eb79-4ad6-8e30-08db9e435944](https://maestro.dot.net/subscriptions?search=73c99211-eb79-4ad6-8e30-08db9e435944)
- **Build**:
[20260302.1](https://dev.azure.com/dnceng/internal/_build/results?buildId=2916170)
([303995](https://maestro.dot.net/channel/3073/github:dotnet:source-build-externals/build/303995))
- **Date Produced**: March 2, 2026 3:17:14 PM UTC
- **Commit**:
[563783c7169399c27faa8864a307490e9606358d](dotnet/source-build-externals@563783c)
- **Branch**:
[release/8.0](https://github.com/dotnet/source-build-externals/tree/release/8.0)

[DependencyUpdate]: <> (Begin)

- **Dependency Updates**:
  - From [8.0.0-alpha.1.26056.1 to 8.0.0-alpha.1.26152.1][1]
     - Microsoft.SourceBuild.Intermediate.source-build-externals

[1]:
dotnet/source-build-externals@5f4a123...563783c

[DependencyUpdate]: <> (End)


[marker]: <> (End:73c99211-eb79-4ad6-8e30-08db9e435944)

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
…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:

* 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/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.
…318.3

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

On relative base path root
Microsoft.DotNet.Arcade.Sdk From Version 8.0.0-beta.26152.2 -> To Version 8.0.0-beta.26168.3
…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
…401.6

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.26201.6
…ence-packages build 20260403.3

On relative base path root
Microsoft.SourceBuild.Intermediate.source-build-reference-packages From Version 8.0.0-alpha.1.26152.2 -> To Version 8.0.0-alpha.1.26203.3
This PR updates version branding on branch `release/8.0.1xx`.

**Changes:**
- Repository: templating
  - PatchVersion: `26` → `27`

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

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

**Files Modified:**
- eng/Versions.props (+1 -1)
This pull request updates the following dependencies

[marker]: <> (Begin:0d66de4b-fd8f-44dd-a789-08db9e4038dc)
## From https://github.com/dotnet/arcade
- **Subscription**:
[0d66de4b-fd8f-44dd-a789-08db9e4038dc](https://maestro.dot.net/subscriptions?search=0d66de4b-fd8f-44dd-a789-08db9e4038dc)
- **Build**:
[20260318.3](https://dev.azure.com/dnceng/internal/_build/results?buildId=2929987)
([306827](https://maestro.dot.net/channel/3885/github:dotnet:arcade/build/306827))
- **Date Produced**: March 18, 2026 9:14:18 PM UTC
- **Commit**:
[8dabb7110e0c0e8ca9866f389493bfb5047b8c24](dotnet/arcade@8dabb71)
- **Branch**:
[release/8.0](https://github.com/dotnet/arcade/tree/release/8.0)

[DependencyUpdate]: <> (Begin)

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

[1]: dotnet/arcade@ff8437c...8dabb71

[DependencyUpdate]: <> (End)

- **Updates to .NET SDKs:**
  - Updates **tools.dotnet** to 8.0.125

[marker]: <> (End:0d66de4b-fd8f-44dd-a789-08db9e4038dc)
…nce-packages (#10103)

This pull request updates the following dependencies

[marker]: <> (Begin:c3d369e0-9275-4689-0eb0-08db9e40a4f0)
## From https://github.com/dotnet/source-build-reference-packages
- **Subscription**:
[c3d369e0-9275-4689-0eb0-08db9e40a4f0](https://maestro.dot.net/subscriptions?search=c3d369e0-9275-4689-0eb0-08db9e40a4f0)
- **Build**:
[20260403.3](https://dev.azure.com/dnceng/internal/_build/results?buildId=2943179)
([309143](https://maestro.dot.net/channel/3885/github:dotnet:source-build-reference-packages/build/309143))
- **Date Produced**: April 3, 2026 5:47:45 PM UTC
- **Commit**:
[9d83c59ff890ff2020aa38ebcf3bb514e38e9ffe](dotnet/source-build-assets@9d83c59)
- **Branch**:
[release/8.0](https://github.com/dotnet/source-build-reference-packages/tree/release/8.0)

[DependencyUpdate]: <> (Begin)

- **Dependency Updates**:
  - From [8.0.0-alpha.1.26152.2 to 8.0.0-alpha.1.26203.3][1]
- Microsoft.SourceBuild.Intermediate.source-build-reference-packages

[1]:
dotnet/source-build-assets@ac35a50...9d83c59

[DependencyUpdate]: <> (End)


[marker]: <> (End:c3d369e0-9275-4689-0eb0-08db9e40a4f0)
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**:
[20260318.3](https://dev.azure.com/dnceng/internal/_build/results?buildId=2929987)
([306827](https://maestro.dot.net/channel/3885/github:dotnet:arcade/build/306827))
- **Date Produced**: March 18, 2026 9:14:18 PM UTC
- **Commit**:
[8dabb7110e0c0e8ca9866f389493bfb5047b8c24](dotnet/arcade@8dabb71)
- **Branch**:
[release/8.0](https://github.com/dotnet/arcade/tree/release/8.0)

[DependencyUpdate]: <> (Begin)

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

[1]: dotnet/arcade@ff8437c...8dabb71

[DependencyUpdate]: <> (End)

- **Updates to .NET SDKs:**
  - Updates **tools.dotnet** to 8.0.125

[marker]: <> (End:20c4d86a-e5ce-445f-1cbe-08dc5a6a3fdf)
…into merge/release/8.0.1xx-to-release/8.0.4xx
…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:

* DonnaChen888
* vseanreesermsft
* 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.
…nals build 20260407.1

On relative base path root
Microsoft.SourceBuild.Intermediate.source-build-externals From Version 8.0.0-alpha.1.26152.1 -> To Version 8.0.0-alpha.1.26207.1
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
The upgraded Roslyn analyzers flag null-forgiving operators as unnecessary
(IDE0370) in many places. Since this is a servicing branch and the
operators are harmless, downgrade the diagnostic to suggestion level.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This pull request updates the following dependencies

[marker]: <> (Begin:9286480e-333a-45b6-896c-cdf2a43700a6)
## From https://github.com/dotnet/arcade
- **Subscription**:
[9286480e-333a-45b6-896c-cdf2a43700a6](https://maestro.dot.net/subscriptions?search=9286480e-333a-45b6-896c-cdf2a43700a6)
- **Build**:
[20260401.6](https://dev.azure.com/dnceng/internal/_build/results?buildId=2941193)
([308760](https://maestro.dot.net/channel/5175/github:dotnet:arcade/build/308760))
- **Date Produced**: April 1, 2026 2:04:50 PM UTC
- **Commit**:
[e1240639569fad610705b52713d6d6b19f8fe433](dotnet/arcade@e124063)
- **Branch**:
[release/9.0](https://github.com/dotnet/arcade/tree/release/9.0)

[DependencyUpdate]: <> (Begin)

- **Dependency Updates**:
  - From [9.0.0-beta.26152.3 to 9.0.0-beta.26201.6][3]
     - Microsoft.SourceBuild.Intermediate.arcade
     - Microsoft.DotNet.Arcade.Sdk

[3]: dotnet/arcade@01c94b6...e124063

[DependencyUpdate]: <> (End)


[marker]: <> (End:9286480e-333a-45b6-896c-cdf2a43700a6)
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
* marcpopMSFT
* vseanreesermsft
* 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.
DonnaChen888 and others added 23 commits April 23, 2026 10:35
> [!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)
…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.
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 ]]
> [!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.14](https://dev.azure.com/dnceng/internal/_build/results?buildId=2960768)
([311959](https://maestro.dot.net/channel/9626/github:dotnet:dotnet/build/311959))
- **Date Produced**: April 27, 2026 3:08:44 AM UTC
- **Commit**:
[52c391f7838226b071a192da28491fe6bd6268b7](dotnet/dotnet@52c391f)
- **Commit Diff**:
[af672c4...52c391f](dotnet/dotnet@af672c4...52c391f)
- **Branch**:
[release/10.0.3xx](https://github.com/dotnet/dotnet/tree/release/10.0.3xx)

**Updated Dependencies**
- From [10.0.0-beta.26226.105 to
10.0.0-beta.26226.114](dotnet/dotnet@af672c4...52c391f)
  - Microsoft.DotNet.Arcade.Sdk

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

## Associated changes in source repos
-
dotnet/roslyn@2ccf777...d651031

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

```bash
darc vmr diff --name-only https://github.com/dotnet/dotnet:52c391f7838226b071a192da28491fe6bd6268b7..https://github.com/dotnet/templating:darc-release/10.0.3xx-01e384ad-f187-4504-8646-5d6cc5674a36
```
</details>

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

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.26226.114 -> 10.0.0-beta.26227.113)
[[ commit created by automation ]]
Updated Dependencies:
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26227.113 -> 10.0.0-beta.26227.122)
[[ 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**:
[20260427.22](https://dev.azure.com/dnceng/internal/_build/results?buildId=2961772)
([312168](https://maestro.dot.net/channel/9626/github:dotnet:dotnet/build/312168))
- **Date Produced**: April 28, 2026 4:04:01 AM UTC
- **Commit**:
[40451fd17068c5428329f3807cd854e3a9a5a3c4](dotnet/dotnet@40451fd)
- **Commit Diff**:
[52c391f...40451fd](dotnet/dotnet@52c391f...40451fd)
- **Branch**:
[release/10.0.3xx](https://github.com/dotnet/dotnet/tree/release/10.0.3xx)

**Updated Dependencies**
- From [10.0.0-beta.26226.114 to
10.0.0-beta.26227.122](dotnet/dotnet@52c391f...40451fd)
  - Microsoft.DotNet.Arcade.Sdk

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

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

## Associated changes in source repos
-
dotnet/fsharp@a5df95f...c7d923c
-
dotnet/sourcelink@494565b...067d8ae

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

```bash
darc vmr diff --name-only https://github.com/dotnet/dotnet:40451fd17068c5428329f3807cd854e3a9a5a3c4..https://github.com/dotnet/templating:darc-release/10.0.3xx-57c84b24-bb32-4464-878f-fd3d6fa90e61
```
</details>

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

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.
@github-actions github-actions Bot requested a review from a team as a code owner April 28, 2026 06:56
@DonnaChen888 DonnaChen888 added the do-not-merge The PR should not be merged until impediments are resolved. label Apr 28, 2026
dotnet-maestro Bot and others added 5 commits April 30, 2026 02:06
Updated Dependencies:
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26217.115 -> 10.0.0-beta.26229.109)
System.CommandLine (Version 2.0.8 -> 2.0.9)
[[ 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**:
[20260429.9](https://dev.azure.com/dnceng/internal/_build/results?buildId=2963285)
([312468](https://maestro.dot.net/channel/5173/github:dotnet:dotnet/build/312468))
- **Date Produced**: April 29, 2026 9:21:36 PM UTC
- **Commit**:
[dd8ced28bfd57694643337c5dcf1877d5159948b](dotnet/dotnet@dd8ced2)
- **Commit Diff**:
[71d1809...dd8ced2](dotnet/dotnet@71d1809...dd8ced2)
- **Branch**:
[release/10.0.1xx](https://github.com/dotnet/dotnet/tree/release/10.0.1xx)

**Updated Dependencies**
- From [10.0.0-beta.26217.115 to 10.0.0-beta.26229.109][1]
  - Microsoft.DotNet.Arcade.Sdk
- From [2.0.8 to 2.0.9][1]
  - System.CommandLine

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

[1]: dotnet/dotnet@71d1809...dd8ced2
[marker]: <> (Start:Footer:CodeFlow PR)

## Associated changes in source repos
-
dotnet/arcade@ecdd5c6...58713cb
-
dotnet/aspnetcore@a45b3bb...3fd796a
-
dotnet/deployment-tools@6ebef72...95a979e
-
dotnet/efcore@4ed88a0...ffaad91
-
dotnet/emsdk@03b6052...a7f22d5
-
dotnet/fsharp@4b9d21c...375a3a6
-
dotnet/razor@10df92a...da4f5e0
-
dotnet/roslyn@d977c74...83e5a53
-
dotnet/runtime@a63ff10...413eaa6
-
dotnet/sdk@ae2f7ca...6f3485e
-
6f5c6eb...4d7f1aa
-
dotnet/windowsdesktop@4b6136d...9874480
-
dotnet/wpf@4531921...e2d332a

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

```bash
darc vmr diff --name-only https://github.com/dotnet/dotnet:dd8ced28bfd57694643337c5dcf1877d5159948b..https://github.com/dotnet/templating:darc-release/10.0.1xx-238d682f-0312-453a-8c29-c51e829892bd
```
</details>

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

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

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

5 participants