Skip to content

Conversation

@github-actions
Copy link
Contributor

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:

  • github-actions[bot]
  • dotnet-maestro[bot]
  • ViktorHofer

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.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/sourcelink HEAD:merge/release/10.0.1xx-to-release/10.0.2xx
or if you are using SSH
git push git@github.com:dotnet/sourcelink HEAD:merge/release/10.0.1xx-to-release/10.0.2xx

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.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/sourcelink 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/sourcelink HEAD:merge/release/10.0.1xx-to-release/10.0.2xx
or if you are using SSH
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/sourcelink 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/sourcelink HEAD:merge/release/10.0.1xx-to-release/10.0.2xx

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 11 commits November 4, 2025 15:59
* Update dependencies from https://github.com/dotnet/dotnet build 288391
Updated Dependencies:
Microsoft.Build, Microsoft.Build.Tasks.Core (Version 17.11.31 -> 18.0.2)
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.25513.109 -> 10.0.0-beta.25523.108)
System.CommandLine (Version 2.0.0 -> 2.0.0)

* Update dependencies from https://github.com/dotnet/dotnet build 288435
Updated Dependencies:
Microsoft.Build, Microsoft.Build.Tasks.Core (Version 18.0.2 -> 18.0.2)
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.25523.108 -> 10.0.0-beta.25523.113)
System.CommandLine (Version 2.0.0 -> 2.0.0)

* Update dependencies from https://github.com/dotnet/dotnet build 288919
Updated Dependencies:
Microsoft.Build, Microsoft.Build.Tasks.Core (Version 18.0.2 -> 18.0.2)
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.25523.113 -> 10.0.0-beta.25528.106)
System.CommandLine (Version 2.0.0 -> 2.0.0)

* Update dependencies from https://github.com/dotnet/dotnet build 289051
Updated Dependencies:
Microsoft.Build, Microsoft.Build.Tasks.Core (Version 18.0.2 -> 18.0.3)
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.25528.106 -> 10.0.0-beta.25530.104)
System.CommandLine (Version 2.0.0 -> 2.0.0)

* Update dependencies from https://github.com/dotnet/dotnet build 289152
Updated Dependencies:
Microsoft.Build, Microsoft.Build.Tasks.Core (Version 18.0.3 -> 18.0.3)
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.25530.104 -> 10.0.0-beta.25531.102)
System.CommandLine (Version 2.0.0 -> 2.0.0)

* Fix Json version

* Fix MSBuild versions

* Update dependencies from https://github.com/dotnet/dotnet build 289521
Updated Dependencies:
Microsoft.Build, Microsoft.Build.Tasks.Core (Version 18.0.3 -> 18.0.3)
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.25531.102 -> 10.0.0-beta.25554.104)
System.CommandLine (Version 2.0.0 -> 2.0.1)

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: tmat <tomas.matousek@microsoft.com>
* Update dependencies from https://github.com/dotnet/dotnet build 289596
Updated Dependencies:
Microsoft.Build, Microsoft.Build.Tasks.Core (Version 18.0.3 -> 18.0.3)
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.25554.104 -> 10.0.0-beta.25554.105)
System.CommandLine (Version 2.0.1 -> 2.0.1)

* Update dependencies from https://github.com/dotnet/dotnet build 289695
Updated Dependencies:
Microsoft.Build, Microsoft.Build.Tasks.Core (Version 18.0.3 -> 18.0.3)
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.25554.105 -> 10.0.0-beta.25555.106)
System.CommandLine (Version 2.0.1 -> 2.0.1)

---------

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

Updated Dependencies:
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.25555.106 -> 10.0.0-beta.25562.108)
System.CommandLine (Version 2.0.1 -> 2.0.1)

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

Updated Dependencies:
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.25562.108 -> 10.0.0-beta.25563.104)
System.CommandLine (Version 2.0.1 -> 2.0.1)

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

Updated Dependencies:
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.25563.104 -> 10.0.0-beta.25567.112)
System.CommandLine (Version 2.0.1 -> 2.0.1)

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

Updated Dependencies:
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.25567.112 -> 10.0.0-beta.25568.102)
System.CommandLine (Version 2.0.1 -> 2.0.1)

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

* Make the official build assetless, clean-up YML and add publishing msbuild config (#1512)

Contributes to dotnet/dotnet#711

* Brand to 10.0.1

* Refactor MacOS and Linux jobs in pipeline
#1522)

Updated Dependencies:
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.25568.102 -> 10.0.0-beta.25568.111)
System.CommandLine (Version 2.0.1 -> 2.0.1)

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

Updated Dependencies:
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.25568.111 -> 10.0.0-beta.25569.104)
System.CommandLine (Version 2.0.1 -> 2.0.1)

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
* Backflow from https://github.com/dotnet/dotnet / 18f6e60 build 291651

[[ commit created by automation ]]

* Update dependencies from https://github.com/dotnet/dotnet build 291651
Updated Dependencies:
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.25569.104 -> 10.0.0-beta.25570.103)
System.CommandLine (Version 2.0.1 -> 2.0.2)

* Update Microsoft Build versions to 17.11.48

* Remove Microsoft Build package version entries

Removed specific versions for Microsoft Build packages.

* Update Microsoft.Build and Microsoft.Build.Tasks.Core versions

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Viktor Hofer <viktor.hofer@microsoft.com>
* Add merge flow configuration for release/10.0

This file configures the merge flow for the release branch.

* Add inter-branch merge workflow configuration

* Add backport workflow for PR management

---------

Co-authored-by: Viktor Hofer <viktor.hofer@microsoft.com>
github-actions bot and others added 3 commits November 24, 2025 10:33
Co-authored-by: Viktor Hofer <viktor.hofer@microsoft.com>
Added configuration for merging release/10.0.1xx to release/10.0.2xx.

Co-authored-by: Viktor Hofer <viktor.hofer@microsoft.com>
@ViktorHofer ViktorHofer merged commit e95647c into release/10.0.2xx Nov 24, 2025
9 checks passed
@ViktorHofer ViktorHofer deleted the merge/release/10.0.1xx-to-release/10.0.2xx branch November 24, 2025 09:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants