Skip to content

[automated] Merge branch 'release/10.0.3xx' => 'release/10.0.4xx'#53979

Merged
jjonescz merged 11 commits intorelease/10.0.4xxfrom
merge/release/10.0.3xx-to-release/10.0.4xx
Apr 21, 2026
Merged

[automated] Merge branch 'release/10.0.3xx' => 'release/10.0.4xx'#53979
jjonescz merged 11 commits intorelease/10.0.4xxfrom
merge/release/10.0.3xx-to-release/10.0.4xx

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

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:

  • marcpopMSFT
  • jjonescz

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

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.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/sdk 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/sdk HEAD:merge/release/10.0.3xx-to-release/10.0.4xx
or if you are using SSH
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/sdk 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/sdk HEAD:merge/release/10.0.3xx-to-release/10.0.4xx

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 3 commits April 20, 2026 03:12
Updated Dependencies:
Microsoft.AspNetCore.Mvc.Razor.Extensions.Tooling.Internal, Microsoft.CodeAnalysis.Razor.Tooling.Internal, Microsoft.NET.Sdk.Razor.SourceGenerators.Transport (Version 10.0.0-preview.26216.115 -> 10.0.0-preview.26217.103)
Microsoft.Build, Microsoft.Build.Localization (Version 18.6.0-preview-26216-115 -> 18.6.0-preview-26217-103)
Microsoft.Build.NuGetSdkResolver, NuGet.Build.Tasks, NuGet.Build.Tasks.Console, NuGet.Build.Tasks.Pack, NuGet.CommandLine.XPlat, NuGet.Commands, NuGet.Common, NuGet.Configuration, NuGet.Credentials, NuGet.DependencyResolver.Core, NuGet.Frameworks, NuGet.LibraryModel, NuGet.Localization, NuGet.Packaging, NuGet.ProjectModel, NuGet.Protocol, NuGet.Versioning (Version 7.6.0-rc.21715 -> 7.6.0-rc.21803)
Microsoft.Build.Tasks.Git, Microsoft.SourceLink.AzureRepos.Git, Microsoft.SourceLink.Bitbucket.Git, Microsoft.SourceLink.Common, Microsoft.SourceLink.GitHub, Microsoft.SourceLink.GitLab (Version 10.0.300-alpha.26216.115 -> 10.0.300-alpha.26217.103)
Microsoft.CodeAnalysis, Microsoft.CodeAnalysis.BuildClient, Microsoft.CodeAnalysis.CSharp, Microsoft.CodeAnalysis.CSharp.CodeStyle, Microsoft.CodeAnalysis.CSharp.Features, Microsoft.CodeAnalysis.CSharp.Workspaces, Microsoft.CodeAnalysis.ExternalAccess.HotReload, Microsoft.CodeAnalysis.PublicApiAnalyzers, Microsoft.CodeAnalysis.Workspaces.Common, Microsoft.CodeAnalysis.Workspaces.MSBuild, Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost, Microsoft.Net.Compilers.Toolset, Microsoft.Net.Compilers.Toolset.Framework (Version 5.6.0-2.26216.115 -> 5.6.0-2.26217.103)
Microsoft.DotNet.Arcade.Sdk, Microsoft.DotNet.Build.Tasks.Installers, Microsoft.DotNet.Build.Tasks.Templating, Microsoft.DotNet.Build.Tasks.Workloads, Microsoft.DotNet.Helix.Sdk, Microsoft.DotNet.SignTool, Microsoft.DotNet.XliffTasks, Microsoft.DotNet.XUnitExtensions (Version 10.0.0-beta.26216.115 -> 10.0.0-beta.26217.103)
Microsoft.FSharp.Compiler (Version 15.2.300-servicing.26216.115 -> 15.2.300-servicing.26217.103)
Microsoft.NET.Test.Sdk, Microsoft.TestPlatform.Build, Microsoft.TestPlatform.CLI (Version 18.3.0-release-26216-115 -> 18.3.0-release-26217-103)
Microsoft.TemplateEngine.Abstractions, Microsoft.TemplateEngine.Authoring.TemplateVerifier, Microsoft.TemplateEngine.Edge, Microsoft.TemplateEngine.Mocks, Microsoft.TemplateEngine.Orchestrator.RunnableProjects, Microsoft.TemplateEngine.TestHelper, Microsoft.TemplateEngine.Utils, Microsoft.TemplateSearch.Common, Microsoft.TemplateSearch.TemplateDiscovery (Version 10.0.300-preview.26216.115 -> 10.0.300-preview.26217.103)
[[ commit created by automation ]]
Reset patterns:
- global.json
- NuGet.config
- eng/Version.Details.xml
- eng/Version.Details.props
- eng/common/*
@DonnaChen888
Copy link
Copy Markdown
Contributor

Same issue as #53990
src\Microsoft.CodeAnalysis.NetAnalyzers\src\Microsoft.CodeAnalysis.NetAnalyzers.Package.csproj(92,5): error MSB3073: (NETCORE_ENGINEERING_TELEMETRY=Build) The command ""D:\a_work\1\s.dotnet\dotnet.exe" "D:\a_work\1\s\artifacts\bin\GenerateDocumentationAndConfigFiles\Release\net10.0\GenerateDocumentationAndConfigFiles.dll" "-validateOnly:true" "D:\a_work\1\s\artifacts\bin\Microsoft.CodeAnalysis.NetAnalyzers.Package\Rulesets" "D:\a_work\1\s\artifacts\bin\Microsoft.CodeAnalysis.NetAnalyzers.Package\Editorconfig" "D:\a_work\1\s\artifacts\bin\Microsoft.CodeAnalysis.NetAnalyzers.Package\GlobalAnalyzerConfigs" "D:\a_work\1\s\artifacts\bin\" "Release" "netstandard2.0" "Microsoft.CodeAnalysis.NetAnalyzers.dll;Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll;Microsoft.CodeAnalysis.VisualBasic.NetAnalyzers.dll" "D:\a_work\1\s\artifacts\bin\Microsoft.CodeAnalysis.NetAnalyzers.Package\Build" "Microsoft.CodeAnalysis.NetAnalyzers.props" "D:\a_work\1\s\artifacts\bin\Microsoft.CodeAnalysis.NetAnalyzers.Package\Build" "Microsoft.CodeAnalysis.NetAnalyzers.targets" "DisableNETAnalyzersForNuGetPackage.props" "D:\a_work\1\s\src\Microsoft.CodeAnalysis.NetAnalyzers\src" "Microsoft.CodeAnalysis.NetAnalyzers.md" "D:\a_work\1\s\src\Microsoft.CodeAnalysis.NetAnalyzers\src" "Microsoft.CodeAnalysis.NetAnalyzers.sarif" "10.0.400" Microsoft.CodeAnalysis.NetAnalyzers true true false true" exited with code 1.

@jjonescz
Copy link
Copy Markdown
Member

Looks like an issue that would be resolved with #53993, that's why I merged the base branch here

@jjonescz jjonescz merged commit 1b3380d into release/10.0.4xx Apr 21, 2026
28 checks passed
@jjonescz jjonescz deleted the merge/release/10.0.3xx-to-release/10.0.4xx branch April 21, 2026 12:04
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.

6 participants