[automated] Merge branch 'release/10.0.3xx' => 'release/10.0.4xx' - #54459
Conversation
…0260415.2 On relative base path root Microsoft.SourceBuild.Intermediate.templating , Microsoft.TemplateEngine.Mocks From Version 8.0.127-servicing.26207.9 -> To Version 8.0.127-servicing.26215.2 Microsoft.TemplateEngine.Abstractions From Version 8.0.127 -> To Version 8.0.127
…nals build 20260416.1 On relative base path root Microsoft.SourceBuild.Intermediate.source-build-externals From Version 8.0.0-alpha.1.26207.1 -> To Version 8.0.0-alpha.1.26216.1
…0260416.2 On relative base path root Microsoft.SourceBuild.Intermediate.templating , Microsoft.TemplateEngine.Mocks From Version 8.0.127-servicing.26215.2 -> To Version 8.0.127-servicing.26216.2 Microsoft.TemplateEngine.Abstractions From Version 8.0.127 -> To Version 8.0.127
…421.2 On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SignTool , Microsoft.DotNet.XUnitExtensions From Version 8.0.0-beta.26168.3 -> To Version 8.0.0-beta.26221.2
…build 20260423.1 On relative base path root Microsoft.SourceBuild.Intermediate.source-build-assets From Version 8.0.0-alpha.1.26208.5 -> To Version 8.0.0-alpha.1.26223.1
…424.3 On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SignTool , Microsoft.DotNet.XUnitExtensions From Version 8.0.0-beta.26168.3 -> To Version 8.0.0-beta.26224.3
…uild 20260505.1 On relative base path root Microsoft.SourceBuild.Intermediate.roslyn-analyzers , Microsoft.CodeAnalysis.PublicApiAnalyzers From Version 3.11.0-beta1.26173.1 -> To Version 3.11.0-beta1.26255.1 Microsoft.CodeAnalysis.NetAnalyzers From Version 8.0.0-preview.26173.1 -> To Version 8.0.0-preview.26255.1
…0260505.2 On relative base path root Microsoft.SourceBuild.Intermediate.templating , Microsoft.TemplateEngine.Mocks From Version 8.0.127-servicing.26216.2 -> To Version 8.0.128-servicing.26255.2 Microsoft.TemplateEngine.Abstractions From Version 8.0.127 -> To Version 8.0.128
Remove 'condition: succeededOrFailed()' from all 'Run Tests in Helix' steps in eng/build.yml and eng/build-pr.yml. Without an explicit condition, Azure Pipelines defaults to 'succeeded()', which skips the test step when the preceding build step fails. This avoids wasting Helix resources on tests that cannot succeed. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
The dotnet workload update subprocess fails with 401 Unauthorized on internal feeds because DOTNET_CLI_HOME redirection causes NuGet to look for the credential provider plugin in artifacts/tmp/ instead of the user profile where it's actually installed. Fix: Pass NUGET_PLUGIN_PATHS env var pointing to the Azure Artifacts Credential Provider at its actual location under USERPROFILE, and pass --configfile pointing to the repo NuGet.config. Also remove diagnostic logging from previous investigation. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Use HOME on Linux/Mac and USERPROFILE on Windows to locate the Azure Artifacts Credential Provider. Also use forward slashes for cross-platform path compatibility. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…stall the workloads (#54242)
…build 20260512.3 On relative base path root Microsoft.SourceBuild.Intermediate.source-build-assets From Version 8.0.0-alpha.1.26223.1 -> To Version 8.0.0-alpha.1.26262.3
…build 20260512.4 On relative base path root Microsoft.SourceBuild.Intermediate.source-build-assets From Version 9.0.0-alpha.1.26261.1 -> To Version 9.0.0-alpha.1.26262.4
Reset patterns: - global.json - NuGet.config - eng/Version.Details.xml - eng/Versions.props - eng/common/*
…0260512.5 On relative base path root Microsoft.SourceBuild.Intermediate.templating , Microsoft.TemplateEngine.Mocks From Version 9.0.118-servicing.26256.4 -> To Version 9.0.118-servicing.26262.5 Microsoft.TemplateEngine.Abstractions From Version 9.0.118 -> To Version 9.0.118
dotnet/runtime#122353 renamed the Blazor boot-manifest SRI field from 'integrity' to 'hash' (shipped in aspnetcore 10.0.8). This VMR update bumps aspnetcore from 10.0.6 to 10.0.8, so the produced boot manifest now uses 'hash', but the test model still read 'integrity', yielding null and failing all WasmPublishIntegrationTest cases (Assert.StartsWith("sha256-", null)). Read 'hash ?? integrity' so the tests pass against either aspnetcore version, avoiding a flow-ordering deadlock with the integrity->hash rename in #54459. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
Failing due to cross-codeflow issue that should be fixed once #54505 merges. |
[release/10.0.4xx] Source code updates from dotnet/dotnet - Merge branch 'release/10.0.4xx' into darc-release/10.0.4xx-6d0a4280-64d5-4a2d-b7bd-abe524476d56 - Implement CapturingLogger.Parameters instead of throwing MSBuild 18.9 (flowed in via the VMR source update) now reads ILogger.Parameters on registered loggers during BeginBuild/LogAndRegisterLoggers. The test harness's CapturingLogger stubbed the property as 'throw new NotImplementedException()', which made every Containers TargetsTests build throw. Implement it as a simple auto-property. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> - Make boot-manifest hash test tolerant of both 'hash' and 'integrity' dotnet/runtime#122353 renamed the Blazor boot-manifest SRI field from 'integrity' to 'hash' (shipped in aspnetcore 10.0.8). This VMR update bumps aspnetcore from 10.0.6 to 10.0.8, so the produced boot manifest now uses 'hash', but the test model still read 'integrity', yielding null and failing all WasmPublishIntegrationTest cases (Assert.StartsWith("sha256-", null)). Read 'hash ?? integrity' so the tests pass against either aspnetcore version, avoiding a flow-ordering deadlock with the integrity->hash rename in #54459. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
@copilot resolve the merge conflicts in this pull request |
…ease/10.0.3xx-to-release/10.0.4xx # Conflicts: # src/Microsoft.CodeAnalysis.NetAnalyzers/tests/Microsoft.CodeAnalysis.NetAnalyzers.UnitTests/Microsoft.NetCore.Analyzers/Usage/MissingShebangInFileBasedProgramTests.cs # test/dotnet.Tests/CommandTests/Run/RunFileTests.cs Co-authored-by: marcpopMSFT <12663534+marcpopMSFT@users.noreply.github.com>
Resolved the merge conflicts in commit 7c09ce4:
|
|
@copilot resolve the merge conflicts in this pull request |
|
@copilot resolve the merge conflicts in this pull request |
…ease/10.0.3xx-to-release/10.0.4xx # Conflicts: # test/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/BootJsonData.cs Co-authored-by: SimonZhao888 <133954995+SimonZhao888@users.noreply.github.com>
Resolved the merge conflicts in commit d9bb0ac:
|
The branch is already up to date with both |
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:
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-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.
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.