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

Make Module::LoadAssembly return Assembly instead of DomainAssembly #107411

Merged
merged 4 commits into from
Sep 6, 2024

Conversation

elinor-fung
Copy link
Member

@elinor-fung elinor-fung commented Sep 5, 2024

  • Switch Module::LoadAssembly to return Assembly instead of DomainAssembly
  • Remove AssemblySpec::LoadDomainAssembly - make callers use AssemblySpec::LoadAssembly instead

Just slowly switching some things to Assembly so that DomainAssembly is less pervasive (and easier to eventually remove).

Contributes to #104590

cc @jkotas @AaronRobinsonMSFT

@elinor-fung elinor-fung merged commit 42f3dce into dotnet:main Sep 6, 2024
90 checks passed
@elinor-fung elinor-fung deleted the less-domain-assembly branch September 6, 2024 15:35
jtschuster pushed a commit to jtschuster/runtime that referenced this pull request Sep 17, 2024
…otnet#107411)

- Switch `Module::LoadAssembly` to return `Assembly` instead of `DomainAssembly`
- Remove unnecessary parameter on Module::GetAssemblyIfLoaded
- Remove `AssemblySpec::LoadDomainAssembly` - make callers use `AssemblySpec::LoadAssembly` instead
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