Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor external_assembly_probe to be separate from single-file bundle probing #113356

Merged
merged 6 commits into from
Mar 13, 2025

Conversation

elinor-fung
Copy link
Member

@elinor-fung elinor-fung commented Mar 11, 2025

External assembly probing is not inherently tied to the idea of a bundle. This separates having an external assembly probe callback from the bundle / bundle file location idea and refactors the hooks into assembly loading into an AssemblyProbeExtension helper that handles both bundle and external assembly probing.

Needs #113341 to go in first.

Resolves #112706

@Copilot Copilot bot review requested due to automatic review settings March 11, 2025 01:34

Choose a reason for hiding this comment

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

Copilot reviewed 21 out of 21 changed files in this pull request and generated no comments.

@elinor-fung elinor-fung force-pushed the externalProbe-notBundle branch from 2b56228 to 6b4cb09 Compare March 11, 2025 06:04
Co-authored-by: Aaron Robinson <arobins@microsoft.com>
@steveisok steveisok self-requested a review March 12, 2025 22:30
Copy link
Member

@steveisok steveisok left a comment

Choose a reason for hiding this comment

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

Nice job!

@elinor-fung elinor-fung merged commit 035ee5c into dotnet:main Mar 13, 2025
95 checks passed
@elinor-fung elinor-fung deleted the externalProbe-notBundle branch March 13, 2025 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add mechanism for host to provide callback for getting assembly data
3 participants