Skip to content

[automated] Merge branch 'vs18.9' => 'vs18.10' - #14635

Merged
ViktorHofer merged 23 commits into
vs18.10from
merge/vs18.9-to-vs18.10
Aug 4, 2026
Merged

[automated] Merge branch 'vs18.9' => 'vs18.10'#14635
ViktorHofer merged 23 commits into
vs18.10from
merge/vs18.9-to-vs18.10

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

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

This PR merges commits made on vs18.9 by the following committers:

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 vs18.9
git pull --ff-only
git checkout vs18.10
git pull --ff-only
git merge --no-ff vs18.9

# 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/msbuild HEAD:merge/vs18.9-to-vs18.10
or if you are using SSH
git push git@github.com:dotnet/msbuild HEAD:merge/vs18.9-to-vs18.10

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

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 21 commits July 9, 2026 10:51
This pull request updates the following dependencies

[marker]: <> (Begin:0d0c31fc-ed95-4201-b312-fa81f93928bb)
## From https://github.com/dotnet/arcade
- **Subscription**:
[0d0c31fc-ed95-4201-b312-fa81f93928bb](https://maestro.dot.net/subscriptions?search=0d0c31fc-ed95-4201-b312-fa81f93928bb)
- **Build**:
[20260624.4](https://dev.azure.com/dnceng/internal/_build/results?buildId=3007611)
([320140](https://maestro.dot.net/channel/8394/github:dotnet:arcade/build/320140))
- **Date Produced**: June 24, 2026 11:30:51 PM UTC
- **Commit**:
[1373629deb1e04f3e8e66fb68bb48ae36479c5ef](dotnet/arcade@1373629)
- **Branch**:
[release/10.0](https://github.com/dotnet/arcade/tree/release/10.0)

[DependencyUpdate]: <> (Begin)

- **Dependency Updates**:
  - From [10.0.0-beta.26278.2 to 10.0.0-beta.26324.4][2]
     - Microsoft.DotNet.Arcade.Sdk
     - Microsoft.DotNet.XUnitV3Extensions

[2]: dotnet/arcade@a7bf38d...1373629

[DependencyUpdate]: <> (End)

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

[marker]: <> (End:0d0c31fc-ed95-4201-b312-fa81f93928bb)

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Nguyen Huu Linh <huulinhnguyen99@gmail.com>
Co-authored-by: Aleš Prokop <ales.prokop.dev@gmail.com>
> [!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:7b782451-7a47-4ea6-9e74-138de7de31a3)

## From https://github.com/dotnet/dotnet
- **Subscription**:
[7b782451-7a47-4ea6-9e74-138de7de31a3](https://maestro.dot.net/subscriptions?search=7b782451-7a47-4ea6-9e74-138de7de31a3)
- **Build**:
[20260709.9](https://dev.azure.com/dnceng/internal/_build/results?buildId=3018363)
([322206](https://maestro.dot.net/channel/10307/github:dotnet:dotnet/build/322206))
- **Date Produced**: July 9, 2026 3:27:04 PM UTC
- **Commit**:
[812e3e28c380da3b0b206506ee2eeb54697d3bd1](dotnet/dotnet@812e3e2)
- **Commit Diff**:
[075b33c...812e3e2](dotnet/dotnet@075b33c...812e3e2)
- **Branch**:
[release/10.0.4xx](https://github.com/dotnet/dotnet/tree/release/10.0.4xx)

[marker]: <> (End:7b782451-7a47-4ea6-9e74-138de7de31a3)
[marker]: <> (Start:Footer:CodeFlow PR)

## Associated changes in source repos
-
dotnet/arcade@ecdd5c6...1373629
-
dotnet/fsharp@c854edd...527a6c3
-
805f05d...98ad673
-
NuGet/NuGet.Client@f2eaca2...5628a8b
-
dotnet/roslyn@f5856fc...c024e04
-
dotnet/scenario-tests@52decd1...ef6151a
-
dotnet/sdk@3515bea...3e3748c
-
dotnet/templating@5a4034f...2f07065

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

```bash
darc vmr diff --name-only https://github.com/dotnet/dotnet:812e3e28c380da3b0b206506ee2eeb54697d3bd1..https://github.com/dotnet/msbuild:darc-vs18.9-f2543c20-fa39-488c-9015-21685ec57a69
```
</details>

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

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Aleš Prokop <ales.prokop.dev@gmail.com>
… error (#14411)

Backports the VMR repository service-connection change from #13871 to
`vs18.6`.

The release branch still uses the `dotnet` endpoint, causing Azure
Pipelines YAML preflight to fail on branch and PR events and create
canceled, sub-second informational runs. Using `public`, as on `main`,
lets Azure load the YAML and honor `trigger: none` and `pr: none`.

Also advances the servicing `VersionPrefix` from `18.6.12` to `18.6.13`.

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
> [!CAUTION]
> This is an **unsafe codeflow update** ⚠️ Please review carefully as it
may contain undesirable changes and/or reverts.
> This PR is a self-corrective attempt most likely caused by a recent
change in codeflow subscriptions which results in the currently flown
branch `release/10.0.3xx` being divergent from the previously flown
`<branch not available>`.
>
> 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#unsafe-prs).
> 
> If the changes in this PR look wrong, you also have the option to
reset the VMR's contents to match the repository:
> ```bash
> darc vmr reset --build 322439 msbuild
> ```

This pull request brings the following source code changes

[marker]: <> (Begin:8e652a5d-632a-4124-8ded-7f304b09ff9c)

## From https://github.com/dotnet/dotnet
- **Subscription**:
[8e652a5d-632a-4124-8ded-7f304b09ff9c](https://maestro.dot.net/subscriptions?search=8e652a5d-632a-4124-8ded-7f304b09ff9c)
- **Build**:
[20260710.7](https://dev.azure.com/dnceng/internal/_build/results?buildId=3019444)
([322439](https://maestro.dot.net/channel/9626/github:dotnet:dotnet/build/322439))
- **Date Produced**: July 10, 2026 6:48:05 PM UTC
- **Commit**:
[463e0cf2f2b2fb9b136f6440341ff1e7b0a93acf](dotnet/dotnet@463e0cf)
- **Commit Diff**:
[e959381...463e0cf](dotnet/dotnet@e959381...463e0cf)
- **Branch**:
[release/10.0.3xx](https://github.com/dotnet/dotnet/tree/release/10.0.3xx)

[marker]: <> (End:8e652a5d-632a-4124-8ded-7f304b09ff9c)
[marker]: <> (Start:Footer:CodeFlow PR)

## Associated changes in source repos
-
dotnet/arcade@539e874...1373629
-
dotnet/diagnostics@970c803...73f1fdc
-
dotnet/fsharp@c80d142...ba48c78
-
8cee1da...7cac27b
-
NuGet/NuGet.Client@d2887cd...522d736
-
dotnet/razor@2c1a9a0...00646cf
-
dotnet/roslyn@0b12a91...5a8f3cb
-
dotnet/scenario-tests@5745f74...ef6151a
-
dotnet/sdk@5bb7e31...8ece2d6
-
dotnet/sourcelink@6ea6adb...5c03094
-
dotnet/templating@fe60e19...d817556
-
microsoft/vstest@e315381...d01a2fe

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

```bash
darc vmr diff --name-only https://github.com/dotnet/dotnet:463e0cf2f2b2fb9b136f6440341ff1e7b0a93acf..https://github.com/dotnet/msbuild:darc-vs18.6-29e0fdb2-b1e3-4f88-a2d7-8509dd1cbca4
```
</details>

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

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Aleš Prokop <ales.prokop.dev@gmail.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This pull request updates the following dependencies

[marker]: <> (Begin:0d0c31fc-ed95-4201-b312-fa81f93928bb)
## From https://github.com/dotnet/arcade
- **Subscription**:
[0d0c31fc-ed95-4201-b312-fa81f93928bb](https://maestro.dot.net/subscriptions?search=0d0c31fc-ed95-4201-b312-fa81f93928bb)
- **Build**:
[20260717.6](https://dev.azure.com/dnceng/internal/_build/results?buildId=3025399)
([323402](https://maestro.dot.net/channel/8394/github:dotnet:arcade/build/323402))
- **Date Produced**: July 17, 2026 11:31:15 PM UTC
- **Commit**:
[fe219b71a1195d92b067ef4e981e611c3fa10062](dotnet/arcade@fe219b7)
- **Branch**:
[release/10.0](https://github.com/dotnet/arcade/tree/release/10.0)

[DependencyUpdate]: <> (Begin)

- **Dependency Updates**:
  - From [10.0.0-beta.26324.4 to 10.0.0-beta.26367.6][1]
     - Microsoft.DotNet.Arcade.Sdk
     - Microsoft.DotNet.XUnitV3Extensions

[1]: dotnet/arcade@1373629...fe219b7

[DependencyUpdate]: <> (End)


[marker]: <> (End:0d0c31fc-ed95-4201-b312-fa81f93928bb)

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Aleš Prokop <ales.prokop.dev@gmail.com>
This pull request updates the following dependencies

[marker]: <> (Begin:aa016653-7029-44f9-9e35-dd9963905317)
## From https://github.com/dotnet/arcade
- **Subscription**:
[aa016653-7029-44f9-9e35-dd9963905317](https://maestro.dot.net/subscriptions?search=aa016653-7029-44f9-9e35-dd9963905317)
- **Build**:
[20260717.6](https://dev.azure.com/dnceng/internal/_build/results?buildId=3025399)
([323402](https://maestro.dot.net/channel/8394/github:dotnet:arcade/build/323402))
- **Date Produced**: July 17, 2026 11:31:15 PM UTC
- **Commit**:
[fe219b71a1195d92b067ef4e981e611c3fa10062](dotnet/arcade@fe219b7)
- **Branch**:
[release/10.0](https://github.com/dotnet/arcade/tree/release/10.0)

[DependencyUpdate]: <> (Begin)

- **Dependency Updates**:
  - From [10.0.0-beta.26324.4 to 10.0.0-beta.26367.6][1]
     - Microsoft.DotNet.Arcade.Sdk
     - Microsoft.DotNet.XUnitV3Extensions

[1]: dotnet/arcade@1373629...fe219b7

[DependencyUpdate]: <> (End)


[marker]: <> (End:aa016653-7029-44f9-9e35-dd9963905317)

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Aleš Prokop <ales.prokop.dev@gmail.com>
This pull request updates the following dependencies

[marker]: <> (Begin:afd0e725-2fd0-43a6-bdb3-4817b5991d85)
## From https://github.com/dotnet/arcade
- **Subscription**:
[afd0e725-2fd0-43a6-bdb3-4817b5991d85](https://maestro.dot.net/subscriptions?search=afd0e725-2fd0-43a6-bdb3-4817b5991d85)
- **Build**:
[20260717.6](https://dev.azure.com/dnceng/internal/_build/results?buildId=3025399)
([323402](https://maestro.dot.net/channel/8394/github:dotnet:arcade/build/323402))
- **Date Produced**: July 17, 2026 11:31:15 PM UTC
- **Commit**:
[fe219b71a1195d92b067ef4e981e611c3fa10062](dotnet/arcade@fe219b7)
- **Branch**:
[release/10.0](https://github.com/dotnet/arcade/tree/release/10.0)

[DependencyUpdate]: <> (Begin)

- **Dependency Updates**:
  - From [10.0.0-beta.26324.4 to 10.0.0-beta.26367.6][1]
     - Microsoft.DotNet.Arcade.Sdk
     - Microsoft.DotNet.XUnitV3Extensions

[1]: dotnet/arcade@1373629...fe219b7

[DependencyUpdate]: <> (End)


[marker]: <> (End:afd0e725-2fd0-43a6-bdb3-4817b5991d85)

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Aleš Prokop <ales.prokop.dev@gmail.com>
This pull request updates the following dependencies

[marker]: <> (Begin:8b822e25-6fe2-4f64-8b53-1ba32cac78e4)
## From https://github.com/dotnet/arcade
- **Subscription**:
[8b822e25-6fe2-4f64-8b53-1ba32cac78e4](https://maestro.dot.net/subscriptions?search=8b822e25-6fe2-4f64-8b53-1ba32cac78e4)
- **Build**:
[20260717.6](https://dev.azure.com/dnceng/internal/_build/results?buildId=3025399)
([323402](https://maestro.dot.net/channel/8394/github:dotnet:arcade/build/323402))
- **Date Produced**: July 17, 2026 11:31:15 PM UTC
- **Commit**:
[fe219b71a1195d92b067ef4e981e611c3fa10062](dotnet/arcade@fe219b7)
- **Branch**:
[release/10.0](https://github.com/dotnet/arcade/tree/release/10.0)

[DependencyUpdate]: <> (Begin)

- **Dependency Updates**:
  - From [10.0.0-beta.26324.4 to 10.0.0-beta.26367.6][1]
     - Microsoft.DotNet.Arcade.Sdk
     - Microsoft.DotNet.XUnitExtensions

[1]: dotnet/arcade@1373629...fe219b7

[DependencyUpdate]: <> (End)


[marker]: <> (End:8b822e25-6fe2-4f64-8b53-1ba32cac78e4)

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Aleš Prokop <ales.prokop.dev@gmail.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

Copilot-Session: 4166de57-ca3b-4dda-b137-779644dcb512
I detected changes in the vs18.6 branch which have not been merged yet
to vs18.7. I'm a robot and am configured to help you automatically keep
vs18.7 up to date, so I've opened this PR.

This PR merges commits made on vs18.6 by the following committers:

* @JanProvaznik

## 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 vs18.6
git pull --ff-only
git checkout vs18.7
git pull --ff-only
git merge --no-ff vs18.6

# 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/msbuild HEAD:merge/vs18.6-to-vs18.7
```

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

```
git push git@github.com:dotnet/msbuild HEAD:merge/vs18.6-to-vs18.7
```

</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/vs18.6-to-vs18.7'. 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/vs18.6-to-vs18.7 origin/vs18.7
git pull https://github.com/dotnet/msbuild merge/vs18.6-to-vs18.7
(make changes)
git commit -m "Updated PR with my changes"
git push https://github.com/dotnet/msbuild HEAD:merge/vs18.6-to-vs18.7
```

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

```
git fetch
git checkout -b merge/vs18.6-to-vs18.7 origin/vs18.7
git pull git@github.com:dotnet/msbuild merge/vs18.6-to-vs18.7
(make changes)
git commit -m "Updated PR with my changes"
git push git@github.com:dotnet/msbuild HEAD:merge/vs18.6-to-vs18.7
```

</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 vs18.7 branch which have not been merged yet
to vs18.8. I'm a robot and am configured to help you automatically keep
vs18.8 up to date, so I've opened this PR.

This PR merges commits made on vs18.7 by the following committers:

* @AlesProkop
* @dotnet-maestro[bot]
* @JanProvaznik

## 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 vs18.7
git pull --ff-only
git checkout vs18.8
git pull --ff-only
git merge --no-ff vs18.7

# 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/msbuild HEAD:merge/vs18.7-to-vs18.8
```

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

```
git push git@github.com:dotnet/msbuild HEAD:merge/vs18.7-to-vs18.8
```

</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/vs18.7-to-vs18.8'. 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/vs18.7-to-vs18.8 origin/vs18.8
git pull https://github.com/dotnet/msbuild merge/vs18.7-to-vs18.8
(make changes)
git commit -m "Updated PR with my changes"
git push https://github.com/dotnet/msbuild HEAD:merge/vs18.7-to-vs18.8
```

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

```
git fetch
git checkout -b merge/vs18.7-to-vs18.8 origin/vs18.8
git pull git@github.com:dotnet/msbuild merge/vs18.7-to-vs18.8
(make changes)
git commit -m "Updated PR with my changes"
git push git@github.com:dotnet/msbuild HEAD:merge/vs18.7-to-vs18.8
```

</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.
This pull request updates the following dependencies

[marker]: <> (Begin:aa016653-7029-44f9-9e35-dd9963905317)
## From https://github.com/dotnet/arcade
- **Subscription**:
[aa016653-7029-44f9-9e35-dd9963905317](https://maestro.dot.net/subscriptions?search=aa016653-7029-44f9-9e35-dd9963905317)
- **Build**:
[20260721.2](https://dev.azure.com/dnceng/internal/_build/results?buildId=3027752)
([323717](https://maestro.dot.net/channel/8394/github:dotnet:arcade/build/323717))
- **Date Produced**: July 21, 2026 9:20:37 AM UTC
- **Commit**:
[c38c50f518aac7fac47ca488c42c7176d40e695c](dotnet/arcade@c38c50f)
- **Branch**:
[release/10.0](https://github.com/dotnet/arcade/tree/release/10.0)

[DependencyUpdate]: <> (Begin)

- **Dependency Updates**:
  - From [10.0.0-beta.26367.6 to 10.0.0-beta.26371.2][1]
     - Microsoft.DotNet.Arcade.Sdk
     - Microsoft.DotNet.XUnitV3Extensions

[1]: dotnet/arcade@fe219b7...c38c50f

[DependencyUpdate]: <> (End)


[marker]: <> (End:aa016653-7029-44f9-9e35-dd9963905317)

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Aleš Prokop <ales.prokop.dev@gmail.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 6848fa3e-fc2d-4637-8a58-0ceb2acbe488
This pull request updates the following dependencies

[marker]: <> (Begin:afd0e725-2fd0-43a6-bdb3-4817b5991d85)
## From https://github.com/dotnet/arcade
- **Subscription**:
[afd0e725-2fd0-43a6-bdb3-4817b5991d85](https://maestro.dot.net/subscriptions?search=afd0e725-2fd0-43a6-bdb3-4817b5991d85)
- **Build**:
[20260721.2](https://dev.azure.com/dnceng/internal/_build/results?buildId=3027752)
([323717](https://maestro.dot.net/channel/8394/github:dotnet:arcade/build/323717))
- **Date Produced**: July 21, 2026 9:20:37 AM UTC
- **Commit**:
[c38c50f518aac7fac47ca488c42c7176d40e695c](dotnet/arcade@c38c50f)
- **Branch**:
[release/10.0](https://github.com/dotnet/arcade/tree/release/10.0)

[DependencyUpdate]: <> (Begin)

- **Dependency Updates**:
  - From [10.0.0-beta.26367.6 to 10.0.0-beta.26371.2][1]
     - Microsoft.DotNet.Arcade.Sdk
     - Microsoft.DotNet.XUnitV3Extensions

[1]: dotnet/arcade@fe219b7...c38c50f

[DependencyUpdate]: <> (End)


[marker]: <> (End:afd0e725-2fd0-43a6-bdb3-4817b5991d85)

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Aleš Prokop <ales.prokop.dev@gmail.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 6848fa3e-fc2d-4637-8a58-0ceb2acbe488
> [!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:7b782451-7a47-4ea6-9e74-138de7de31a3)

## From https://github.com/dotnet/dotnet
- **Subscription**:
[7b782451-7a47-4ea6-9e74-138de7de31a3](https://maestro.dot.net/subscriptions?search=7b782451-7a47-4ea6-9e74-138de7de31a3)
- **Build**:
[20260724.15](https://dev.azure.com/dnceng/internal/_build/results?buildId=3030953)
([324417](https://maestro.dot.net/channel/10307/github:dotnet:dotnet/build/324417))
- **Date Produced**: July 25, 2026 1:33:23 AM UTC
- **Commit**:
[dfdd32e8a9349462e71f687679bc7e5837b8ef4a](dotnet/dotnet@dfdd32e)
- **Commit Diff**:
[812e3e2...dfdd32e](dotnet/dotnet@812e3e2...dfdd32e)
- **Branch**:
[release/10.0.4xx](https://github.com/dotnet/dotnet/tree/release/10.0.4xx)

**Updated Dependencies**
- From [10.0.8 to 10.0.10]()
  - System.Formats.Asn1
  - System.Security.Cryptography.Pkcs
  - System.Security.Cryptography.Xml

[marker]: <> (End:7b782451-7a47-4ea6-9e74-138de7de31a3)
[marker]: <> (Start:Footer:CodeFlow PR)

## Associated changes in source repos
-
dotnet/arcade@1373629...fe219b7
-
dotnet/fsharp@527a6c3...85903b5
-
98ad673...23b5b84
-
NuGet/NuGet.Client@5628a8b...79426f6
-
dotnet/roslyn@c024e04...5833490
-
dotnet/scenario-tests@ef6151a...ba95998
-
dotnet/sdk@3e3748c...9cac8b9
-
dotnet/source-build-assets@3397ffb...6ad62b4
-
dotnet/templating@2f07065...8cdb39a

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

```bash
darc vmr diff --name-only https://github.com/dotnet/dotnet:dfdd32e8a9349462e71f687679bc7e5837b8ef4a..https://github.com/dotnet/msbuild:darc-vs18.9-923a7d20-e6d3-42ff-80a7-504d4f18b9cd
```
</details>

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

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Aleš Prokop <ales.prokop.dev@gmail.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 6848fa3e-fc2d-4637-8a58-0ceb2acbe488
This pull request updates the following dependencies

[marker]: <> (Begin:aa016653-7029-44f9-9e35-dd9963905317)
## From https://github.com/dotnet/arcade
- **Subscription**:
[aa016653-7029-44f9-9e35-dd9963905317](https://maestro.dot.net/subscriptions?search=aa016653-7029-44f9-9e35-dd9963905317)
- **Build**:
[20260729.2](https://dev.azure.com/dnceng/internal/_build/results?buildId=3034098)
([324852](https://maestro.dot.net/channel/8394/github:dotnet:arcade/build/324852))
- **Date Produced**: July 29, 2026 8:52:05 AM UTC
- **Commit**:
[c5d54a9de6e0e20a85e37fa3576a37235276772b](dotnet/arcade@c5d54a9)
- **Branch**:
[release/10.0](https://github.com/dotnet/arcade/tree/release/10.0)

[DependencyUpdate]: <> (Begin)

- **Dependency Updates**:
  - From [10.0.0-beta.26371.2 to 10.0.0-beta.26379.2][1]
     - Microsoft.DotNet.Arcade.Sdk
     - Microsoft.DotNet.XUnitV3Extensions

[1]: dotnet/arcade@c38c50f...c5d54a9

[DependencyUpdate]: <> (End)


[marker]: <> (End:aa016653-7029-44f9-9e35-dd9963905317)

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Viktor Hofer <7412651+ViktorHofer@users.noreply.github.com>
This pull request updates the following dependencies

[marker]: <> (Begin:afd0e725-2fd0-43a6-bdb3-4817b5991d85)
## From https://github.com/dotnet/arcade
- **Subscription**:
[afd0e725-2fd0-43a6-bdb3-4817b5991d85](https://maestro.dot.net/subscriptions?search=afd0e725-2fd0-43a6-bdb3-4817b5991d85)
- **Build**:
[20260729.2](https://dev.azure.com/dnceng/internal/_build/results?buildId=3034098)
([324852](https://maestro.dot.net/channel/8394/github:dotnet:arcade/build/324852))
- **Date Produced**: July 29, 2026 8:52:05 AM UTC
- **Commit**:
[c5d54a9de6e0e20a85e37fa3576a37235276772b](dotnet/arcade@c5d54a9)
- **Branch**:
[release/10.0](https://github.com/dotnet/arcade/tree/release/10.0)

[DependencyUpdate]: <> (Begin)

- **Dependency Updates**:
  - From [10.0.0-beta.26371.2 to 10.0.0-beta.26379.2][1]
     - Microsoft.DotNet.Arcade.Sdk
     - Microsoft.DotNet.XUnitV3Extensions

[1]: dotnet/arcade@c38c50f...c5d54a9

[DependencyUpdate]: <> (End)


[marker]: <> (End:afd0e725-2fd0-43a6-bdb3-4817b5991d85)

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Viktor Hofer <7412651+ViktorHofer@users.noreply.github.com>
I detected changes in the vs18.8 branch which have not been merged yet
to vs18.9. I'm a robot and am configured to help you automatically keep
vs18.9 up to date, so I've opened this PR.

This PR merges commits made on vs18.8 by the following committers:

* @dotnet-maestro[bot]
* @AlesProkop
* @JanProvaznik

## 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 vs18.8
git pull --ff-only
git checkout vs18.9
git pull --ff-only
git merge --no-ff vs18.8

# 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/msbuild HEAD:merge/vs18.8-to-vs18.9
```

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

```
git push git@github.com:dotnet/msbuild HEAD:merge/vs18.8-to-vs18.9
```

</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/vs18.8-to-vs18.9'. 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/vs18.8-to-vs18.9 origin/vs18.9
git pull https://github.com/dotnet/msbuild merge/vs18.8-to-vs18.9
(make changes)
git commit -m "Updated PR with my changes"
git push https://github.com/dotnet/msbuild HEAD:merge/vs18.8-to-vs18.9
```

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

```
git fetch
git checkout -b merge/vs18.8-to-vs18.9 origin/vs18.9
git pull git@github.com:dotnet/msbuild merge/vs18.8-to-vs18.9
(make changes)
git commit -m "Updated PR with my changes"
git push git@github.com:dotnet/msbuild HEAD:merge/vs18.8-to-vs18.9
```

</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 August 4, 2026 12:35
@ViktorHofer
ViktorHofer merged commit 839efc1 into vs18.10 Aug 4, 2026
13 checks passed
@ViktorHofer
ViktorHofer deleted the merge/vs18.9-to-vs18.10 branch August 4, 2026 15:51
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