[automated] Merge branch 'release/10.0.3xx' => 'main'#52711
Conversation
…251202.3 On relative base path root Microsoft.Testing.Platform From Version 2.1.0-preview.25571.1 -> To Version 2.1.0-preview.25602.3 MSTest From Version 4.1.0-preview.25571.1 -> To Version 4.1.0-preview.25602.3
…0251202.8 On relative base path root Microsoft.SourceBuild.Intermediate.templating , Microsoft.TemplateEngine.Mocks From Version 9.0.113-servicing.25562.8 -> To Version 9.0.113-servicing.25602.8 Microsoft.TemplateEngine.Abstractions From Version 9.0.113 -> To Version 9.0.113
…d-44d9-a926-60a21ee2d459
…merge/release/8.0.1xx-to-release/8.0.3xx
…merge/release/8.0.4xx-to-release/9.0.1xx
…f66-47eb-bf34-e4b4a10c8097
…f3d-4c94-92c4-1883bcf67448
…0251202.7 On relative base path root Microsoft.SourceBuild.Intermediate.templating , Microsoft.TemplateEngine.Mocks From Version 8.0.417-servicing.25602.4 -> To Version 8.0.417-servicing.25602.7 Microsoft.TemplateEngine.Abstractions From Version 8.0.417 -> To Version 8.0.417
…127.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.25562.4 -> To Version 9.0.0-beta.25577.5
…251203.1 On relative base path root Microsoft.Testing.Platform From Version 2.1.0-preview.25575.3 -> To Version 2.1.0-preview.25603.1 MSTest From Version 4.1.0-preview.25575.3 -> To Version 4.1.0-preview.25603.1
…251203.1 On relative base path root Microsoft.Testing.Platform From Version 2.1.0-preview.25571.1 -> To Version 2.1.0-preview.25603.1 MSTest From Version 4.1.0-preview.25571.1 -> To Version 4.1.0-preview.25603.1
…0251203.5 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.25602.9 -> To Version 9.0.309-servicing.25603.5
…merge/release/8.0.4xx-to-release/9.0.1xx
…0251203.7 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.25603.5 -> To Version 9.0.309-servicing.25603.7
…f66-47eb-bf34-e4b4a10c8097
…f3d-4c94-92c4-1883bcf67448
|
@MiYanni could you please help to take a look at this issue? Testcase: Tests.GivenThatWeWantToFloatWarningLevels.It_has_globalconfig_for_latest_analysis_level |
| <_LatestAnalysisLevel>10.0</_LatestAnalysisLevel> | ||
| <_PreviewAnalysisLevel>11.0</_PreviewAnalysisLevel> |
…M, replace _testAssetsManager field with TestAssetsManager
| @@ -0,0 +1,145 @@ | |||
| From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | |||
There was a problem hiding this comment.
this file should be removed, it is specific to 9.0 and earlier branches
…x-to-main Copilot fixed conflicts
|
@tmat Can you look at the failure in: @dotnet/run-file Please look at: @dotnet/dotnet-analyzers |
|
@baronfel FYI, I think the 1MB limit was too low: |
|
|
CI Failure Analysis: StaticWebAssets_BackCompatibilityPublish_Hosted_WorksSummaryThe latest build (1290203) has a new failure in BlazorWasmStaticWebAssetsIntegrationTest.StaticWebAssets_BackCompatibilityPublish_Hosted_Works that was not present in the previous 4 builds. The Helix work item retried 3 times and all 3 retries failed with the same error, making a transient flake unlikely. ErrorThe error occurs in the _BlazorCompressPublishFiles target → GZipCompress task during the back-compat net5.0 publish path. Build Progression Analysis
What changed between the passing and failing builds?On main ( On the PR branch ( AssessmentNeither the PR branch nor the main branch had any changes to Blazor WebAssembly targets, compression tasks, or static web asset publish paths. The failure is consistent (3/3 retries) but unexplained by code changes. This could be an environment-level change on the Helix test machines (e.g., VS 2026 Insiders MSBuild update affecting file locking behavior) or a latent race condition in the 5.0 back-compat |
pretty sure that is a warning and not the cause of the failure? |

I detected changes in the release/10.0.3xx 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.3xx 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.
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.
or if you are using SSH
After PR checks are complete push the branch
Instructions for resolving conflicts
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-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.
or if you are using SSH
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.