Skip to content

[runtime] Link away entry assembly registration. Fixes #10457 - #26261

Merged
rolfbjarne merged 1 commit into
mainfrom
dev/rolf/dev-rolf-issue-10457-link-away-calls-to
Jul 24, 2026
Merged

[runtime] Link away entry assembly registration. Fixes #10457#26261
rolfbjarne merged 1 commit into
mainfrom
dev/rolf/dev-rolf-issue-10457-link-away-calls-to

Conversation

@rolfbjarne

Copy link
Copy Markdown
Member

Enable the existing Runtime_RegisterEntryAssembly linker test on all platforms.

Key the expected method presence to Runtime.DynamicRegistrationSupported, verifying that both RegisterEntryAssembly overloads are linked away when the dynamic registrar is optimized away.

Fixes #10457

🤖 Pull request created by Copilot

Guard the native RegisterEntryAssembly callback with the dynamic-registration feature switch so ILLink can remove the managed implementation when the dynamic registrar is unavailable.

Enable the linker test on every platform and key its expectation to Runtime.DynamicRegistrationSupported.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

Copilot-Session: 740008fb-1aed-43f9-b15f-df999d024a39
@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Enables the existing Runtime_RegisterEntryAssembly linker test across platforms by making the expected presence of ObjCRuntime.Runtime.RegisterEntryAssembly(Assembly) depend on Runtime.DynamicRegistrationSupported (i.e., whether the dynamic registrar is present after trimming), instead of platform/device heuristics.

Changes:

  • Remove the simulator-only gate for Runtime_RegisterEntryAssembly.
  • Replace platform/device-specific expectations with !Runtime.DynamicRegistrationSupported to verify the method is linked away when dynamic registration support is trimmed.

@rolfbjarne
rolfbjarne marked this pull request as ready for review July 24, 2026 06:15
@rolfbjarne
rolfbjarne enabled auto-merge (squash) July 24, 2026 06:17
@vs-mobiletools-engineering-service2

Copy link
Copy Markdown
Collaborator

✅ API diff for current PR / commit

NET (empty diffs)

✅ API diff vs stable

NET (empty diffs)

ℹ️ Generator diff

Generator Diff: vsdrops (html) vsdrops (raw diff) gist (raw diff) - Please review changes)

Pipeline on Agent
Hash: fa08086c4643c59cb562fb0695f71a96383e773e [PR build]

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

Copy link
Copy Markdown
Collaborator

🚀 [CI Build #fa08086] Test results 🚀

Test results

✅ All tests passed on VSTS: test results.

🎉 All 203 tests passed 🎉

Tests counts

✅ assembly-processing: All 1 tests passed. Html Report (VSDrops) Download
✅ cecil: All 1 tests passed. Html Report (VSDrops) Download
✅ dotnettests (iOS): All 1 tests passed. Html Report (VSDrops) Download
✅ dotnettests (MacCatalyst): All 1 tests passed. Html Report (VSDrops) Download
✅ dotnettests (macOS): All 1 tests passed. Html Report (VSDrops) Download
✅ dotnettests (Multiple platforms): All 1 tests passed. Html Report (VSDrops) Download
✅ dotnettests (tvOS): All 1 tests passed. Html Report (VSDrops) Download
✅ framework: All 2 tests passed. Html Report (VSDrops) Download
✅ fsharp: All 4 tests passed. Html Report (VSDrops) Download
✅ generator: All 5 tests passed. [attempt 2] Html Report (VSDrops) Download
✅ interdependent-binding-projects: All 4 tests passed. Html Report (VSDrops) Download
✅ introspection: All 4 tests passed. Html Report (VSDrops) Download
✅ linker (iOS): All 15 tests passed. Html Report (VSDrops) Download
✅ linker (MacCatalyst): All 15 tests passed. Html Report (VSDrops) Download
✅ linker (macOS): All 21 tests passed. [attempt 2] Html Report (VSDrops) Download
✅ linker (tvOS): All 15 tests passed. Html Report (VSDrops) Download
✅ monotouch (iOS): All 19 tests passed. Html Report (VSDrops) Download
✅ monotouch (MacCatalyst): All 18 tests passed. Html Report (VSDrops) Download
✅ monotouch (macOS): All 19 tests passed. Html Report (VSDrops) Download
✅ monotouch (tvOS): All 19 tests passed. Html Report (VSDrops) Download
✅ msbuild: All 2 tests passed. Html Report (VSDrops) Download
✅ sharpie: All 1 tests passed. Html Report (VSDrops) Download
✅ windows: All 3 tests passed. Html Report (VSDrops) Download
✅ xcframework: All 4 tests passed. Html Report (VSDrops) Download
✅ xtro: All 1 tests passed. Html Report (VSDrops) Download

macOS tests

✅ Tests on macOS Monterey (12): All 5 tests passed. [attempt 2] Html Report (VSDrops) Download
✅ Tests on macOS Ventura (13): All 5 tests passed. [attempt 2] Html Report (VSDrops) Download
✅ Tests on macOS Sonoma (14): All 5 tests passed. [attempt 2] Html Report (VSDrops) Download
✅ Tests on macOS Sequoia (15): All 5 tests passed. [attempt 2] Html Report (VSDrops) Download
✅ Tests on macOS Tahoe (26): All 5 tests passed. [attempt 2] Html Report (VSDrops) Download

Linux Build Verification

Linux build succeeded

Pipeline on Agent
Hash: fa08086c4643c59cb562fb0695f71a96383e773e [PR build]

@rolfbjarne
rolfbjarne merged commit 66311e4 into main Jul 24, 2026
57 checks passed
@rolfbjarne
rolfbjarne deleted the dev/rolf/dev-rolf-issue-10457-link-away-calls-to branch July 24, 2026 13:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Link away calls to Runtime.RegisterEntryAssembly when the dynamic registrar has been optimized away

4 participants