Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Jan 9, 2026

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

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

  • DonnaChen888
  • github-actions[bot]
  • dotnet-maestro[bot]
  • mthalman
  • vseanreesermsft
  • MichaelSimons
  • joeloff

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/9.0.3xx
git pull --ff-only
git checkout release/10.0.1xx
git pull --ff-only
git merge --no-ff release/9.0.3xx

# If there are merge conflicts, resolve them and then run git merge --continue to complete the merge
# Pushing the changes to the PR branch will re-trigger PR validation.
git push https://github.com/dotnet/sdk HEAD:merge/release/9.0.3xx-to-release/10.0.1xx
or if you are using SSH
git push git@github.com:dotnet/sdk HEAD:merge/release/9.0.3xx-to-release/10.0.1xx

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/9.0.3xx-to-release/10.0.1xx'. This can be done to resolve conflicts or make other changes to this pull request before it is merged.
The provided examples assume that the remote is named 'origin'. If you have a different remote name, please replace 'origin' with the name of your remote.

git fetch
git checkout -b merge/release/9.0.3xx-to-release/10.0.1xx origin/release/10.0.1xx
git pull https://github.com/dotnet/sdk merge/release/9.0.3xx-to-release/10.0.1xx
(make changes)
git commit -m "Updated PR with my changes"
git push https://github.com/dotnet/sdk HEAD:merge/release/9.0.3xx-to-release/10.0.1xx
or if you are using SSH
git fetch
git checkout -b merge/release/9.0.3xx-to-release/10.0.1xx origin/release/10.0.1xx
git pull git@github.com:dotnet/sdk merge/release/9.0.3xx-to-release/10.0.1xx
(make changes)
git commit -m "Updated PR with my changes"
git push git@github.com:dotnet/sdk HEAD:merge/release/9.0.3xx-to-release/10.0.1xx

Contact .NET Core Engineering (dotnet/dnceng) if you have questions or issues.
Also, if this PR was generated incorrectly, help us fix it. See https://github.com/dotnet/arcade/blob/main/.github/workflows/scripts/inter-branch-merge.ps1.

dotnet-maestro bot and others added 30 commits December 8, 2025 19:24
…08.4

On relative base path root
Microsoft.SourceBuild.Intermediate.razor , Microsoft.AspNetCore.Mvc.Razor.Extensions.Tooling.Internal , Microsoft.CodeAnalysis.Razor.Tooling.Internal , Microsoft.NET.Sdk.Razor.SourceGenerators.Transport From Version 9.0.0-preview.25526.9 -> To Version 9.0.0-preview.25608.4
…08.8

On relative base path root
Microsoft.SourceBuild.Intermediate.razor , Microsoft.AspNetCore.Mvc.Razor.Extensions.Tooling.Internal , Microsoft.CodeAnalysis.Razor.Tooling.Internal , Microsoft.NET.Sdk.Razor.SourceGenerators.Transport From Version 9.0.0-preview.25526.9 -> To Version 9.0.0-preview.25608.8
…08.9

On relative base path root
Microsoft.SourceBuild.Intermediate.razor , Microsoft.AspNetCore.Mvc.Razor.Extensions.Tooling.Internal , Microsoft.CodeAnalysis.Razor.Tooling.Internal , Microsoft.NET.Sdk.Razor.SourceGenerators.Transport From Version 9.0.0-preview.25526.6 -> To Version 9.0.0-preview.25608.9
…208.5

On relative base path root
Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SignTool , Microsoft.DotNet.XliffTasks , Microsoft.DotNet.XUnitExtensions From Version 9.0.0-beta.25577.5 -> To Version 9.0.0-beta.25608.5
…0251208.2

On relative base path root
Microsoft.TemplateEngine.Abstractions From Version 9.0.309 -> To Version 9.0.309
Microsoft.TemplateEngine.Mocks From Version 9.0.309-servicing.25605.2 -> To Version 9.0.309-servicing.25608.2
…0251208.4

On relative base path root
Microsoft.TemplateEngine.Abstractions From Version 9.0.309 -> To Version 9.0.309
Microsoft.TemplateEngine.Mocks From Version 9.0.309-servicing.25608.2 -> To Version 9.0.309-servicing.25608.4
…1209.11

On relative base path root
Microsoft.SourceBuild.Intermediate.msbuild , Microsoft.Build.Localization From Version 17.14.37-servicing-25604-02 -> To Version 17.14.40-servicing-25609-11
Microsoft.Build From Version 17.14.37 -> To Version 17.14.40
…209.6

On relative base path root
Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.CodeAnalysis.CSharp.CodeStyle , Microsoft.CodeAnalysis.CSharp.Features , Microsoft.CodeAnalysis.CSharp.Workspaces , Microsoft.CodeAnalysis.Workspaces.MSBuild , Microsoft.Net.Compilers.Toolset , Microsoft.Net.Compilers.Toolset.Framework From Version 4.14.0-3.25570.7 -> To Version 4.14.0-3.25609.6
Microsoft.CodeAnalysis.PublicApiAnalyzers From Version 3.12.0-beta1.25570.7 -> To Version 3.12.0-beta1.25609.6
…209.16

On relative base path root
Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.CodeAnalysis.CSharp.CodeStyle , Microsoft.CodeAnalysis.CSharp.Features , Microsoft.CodeAnalysis.CSharp.Workspaces , Microsoft.CodeAnalysis.Workspaces.MSBuild , Microsoft.Net.Compilers.Toolset , Microsoft.Net.Compilers.Toolset.Framework From Version 4.14.0-3.25570.7 -> To Version 4.14.0-3.25609.16
Microsoft.CodeAnalysis.PublicApiAnalyzers From Version 3.12.0-beta1.25570.7 -> To Version 3.12.0-beta1.25609.16
…1216.7

On relative base path root
Microsoft.SourceBuild.Intermediate.msbuild , Microsoft.Build.Localization From Version 17.14.37-servicing-25604-02 -> To Version 17.14.41-servicing-25616-07
Microsoft.Build From Version 17.14.37 -> To Version 17.14.41
…uild 20260105.3

On relative base path root
Microsoft.SourceBuild.Intermediate.roslyn-analyzers , Microsoft.CodeAnalysis.NetAnalyzers From Version 9.0.0-preview.25424.3 -> To Version 9.0.0-preview.26055.3
…0260105.4

On relative base path root
Microsoft.TemplateEngine.Abstractions From Version 9.0.309 -> To Version 9.0.310
Microsoft.TemplateEngine.Mocks From Version 9.0.309-servicing.25608.4 -> To Version 9.0.310-servicing.26055.4
…0260105.6

On relative base path root
Microsoft.TemplateEngine.Abstractions From Version 9.0.309 -> To Version 9.0.310
Microsoft.TemplateEngine.Mocks From Version 9.0.309-servicing.25608.4 -> To Version 9.0.310-servicing.26055.6
DonnaChen888 and others added 15 commits January 6, 2026 14:45
…darc-release/9.0.3xx-76a715bc-b6d8-4ec0-ad16-e4f15a7a30c5
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: DonnaChen888 <v-donnachen@microsoft.com>
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: DonnaChen888 <v-donnachen@microsoft.com>
Co-authored-by: Michael Yanni <miyanni@microsoft.com>
…107.9

On relative base path root
Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.CodeAnalysis.CSharp.CodeStyle , Microsoft.CodeAnalysis.CSharp.Features , Microsoft.CodeAnalysis.CSharp.Workspaces , Microsoft.CodeAnalysis.Workspaces.MSBuild , Microsoft.Net.Compilers.Toolset , Microsoft.Net.Compilers.Toolset.Framework From Version 4.14.0-3.25609.16 -> To Version 4.14.0-3.26057.9
Microsoft.CodeAnalysis.PublicApiAnalyzers From Version 3.12.0-beta1.25609.16 -> To Version 3.12.0-beta1.26057.9
…als (#52345)

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Reset patterns:
- global.json
- NuGet.config
- eng/Version.Details.xml
- eng/Versions.props
- eng/common/*
Reset patterns:
- global.json
- NuGet.config
- eng/Version.Details.xml
- eng/Version.Details.props
- eng/common/*
@nagilson nagilson enabled auto-merge (squash) January 12, 2026 21:45
@akoeplinger
Copy link
Member

/ba-g no CI triggered since the PR is empty

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.

9 participants