[automated] Merge branch 'main' => 'net11.0'#25286
[automated] Merge branch 'main' => 'net11.0'#25286github-actions[bot] wants to merge 10 commits intonet11.0from
Conversation
…macOS version increasing. (#25181) --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Keep StoreProductParameters and related StoreKit numeric identifiers on long values so App Store IDs above Int32.MaxValue compile and round-trip correctly. Fixes #25219. --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This pull request updates the following dependencies ## From https://github.com/dotnet/xharness - **Subscription**: [02e03784-16b3-4ced-b02a-3715797fc7da](https://maestro.dot.net/subscriptions?search=02e03784-16b3-4ced-b02a-3715797fc7da) - **Build**: [20260424.1](https://dev.azure.com/dnceng/internal/_build/results?buildId=2959716) ([311828](https://maestro.dot.net/channel/2/github:dotnet:xharness/build/311828)) - **Date Produced**: April 24, 2026 11:27:45 PM UTC - **Commit**: [888ef3e553a0716745ecab689e13b816639b5a5a](dotnet/xharness@888ef3e) - **Branch**: [main](https://github.com/dotnet/xharness/tree/main) - **Dependency Updates**: - From [11.0.0-prerelease.26217.1 to 11.0.0-prerelease.26224.1][1] - Microsoft.DotNet.XHarness.iOS.Shared [1]: dotnet/xharness@8667077...888ef3e
This pull request updates the following dependencies ## From https://github.com/dotnet/macios - **Subscription**: [c0371266-dd6f-4959-822b-decc72d2d668](https://maestro.dot.net/subscriptions?search=c0371266-dd6f-4959-822b-decc72d2d668) - **Build**: [20260422.4](https://dev.azure.com/devdiv/DevDiv/_build/results?buildId=13905711) ([311375](https://maestro.dot.net/channel/3884/github:dotnet:macios/build/311375)) - **Date Produced**: April 22, 2026 9:24:31 AM UTC - **Commit**: [ac80159](ac80159) - **Branch**: [release/9.0.1xx](https://github.com/dotnet/macios/tree/release/9.0.1xx) - **Dependency Updates**: - From [26.4.9013 to 26.4.9015][2] - Microsoft.iOS.Sdk.net9.0_26.4 - Microsoft.MacCatalyst.Sdk.net9.0_26.4 - Microsoft.macOS.Sdk.net9.0_26.4 - Microsoft.tvOS.Sdk.net9.0_26.4 [2]: 996ec2e...ac80159
Co-authored-by: Alex Soto <alex@soto.dev> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…t's not available anymore. (#25277) --------- Co-authored-by: Rolf Bjarne Kvinge <rokvin@microsoft.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Unfortunately Azure DevOps doesn't properly report GitHub checks for pipelines triggered by another pipeline, when that other pipeline was triggered from a pr trigger. So go back to triggering the API diff pipeline using a pr: trigger. This effectively reverts #21880 ("[CI] Make the API diff be triggered as soon as the config of the build is done.") References: * https://stackoverflow.com/questions/78443654/reporting-stage-statuses-to-github-for-pipeline-triggered-by-another-pipeline
Reset patterns: - global.json - NuGet.config - eng/Version.Details.xml - eng/Version.Details.props - eng/common/*
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
✅ [PR Build #c9f5618] Build passed (Detect API changes) ✅Pipeline on Agent |
✅ [PR Build #c9f5618] Build passed (Build packages) ✅Pipeline on Agent |
✅ API diff for current PR / commitNET (empty diffs)✅ API diff vs stableNET (empty diffs)ℹ️ Generator diffGenerator Diff: vsdrops (html) vsdrops (raw diff) gist (raw diff) - Please review changes) Pipeline on Agent |
✅ [CI Build #c9f5618] Build passed (Build macOS tests) ✅Pipeline on Agent |
🔥 [CI Build #c9f5618] Test results 🔥Test results❌ Tests failed on VSTS: test results 1 tests crashed, 3 tests failed, 155 tests passed. Failures❌ interdependent-binding-projects tests2 tests failed, 2 tests passed.Failed tests
Html Report (VSDrops) Download ❌ monotouch tests (iOS)1 tests failed, 14 tests passed.Failed tests
Html Report (VSDrops) Download ❌ windows tests🔥 Failed catastrophically on VSTS: test results - windows (no summary found). Html Report (VSDrops) Download Successes✅ cecil: All 1 tests passed. Html Report (VSDrops) Download macOS tests✅ Tests on macOS Sonoma (14): All 5 tests passed. Html Report (VSDrops) Download Linux Build VerificationPipeline on Agent |
I detected changes in the main branch which have not been merged yet to net11.0. I'm a robot and am configured to help you automatically keep net11.0 up to date, so I've opened this PR.
This PR merges commits made on main 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/main-to-net11.0'. 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.