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

Move exposed assembly object and dynamic method table out of DomainAssembly #106911

Merged
merged 2 commits into from
Aug 28, 2024

Conversation

elinor-fung
Copy link
Member

  • Move exposed assembly object to Assembly
  • Move dynamic method table to Module
  • Update some functions to stop taking DomainAssembly when they just use Assembly

Contributes to #104590

cc @jkotas @AaronRobinsonMSFT

@elinor-fung elinor-fung merged commit ded2e69 into dotnet:main Aug 28, 2024
87 of 90 checks passed
@elinor-fung elinor-fung deleted the move-exposed-assembly-obj branch August 28, 2024 17:39
jtschuster pushed a commit to jtschuster/runtime that referenced this pull request Sep 17, 2024
…ssembly` (dotnet#106911)

- Move exposed assembly object to `Assembly`
- Move dynamic method table to `Module`
- Update some functions to stop taking `DomainAssembly` when they just use `Assembly`
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.

3 participants