Skip to content

Component dependency resolution on self-contained apps #3660

@vitek-karas

Description

@vitek-karas

This issue is meant to track all the work necessary to make component dependency resolution work well on self-contained apps. That is a component is dynamically loaded into a host which is a self-contained app. This relates specifically to the usage of AssemblyDependencyResolver, so app which provide their own dependency resolution mechanism for components are not affected.

On the other hand all these scenarios are affected:

  • Managed plugins using AssemblyDependencyResolver (which is our recommendation)
  • Managed COM servers
  • Managed components loaded through native hosting APIs

Framework assembly overrides - #3641

RID specific asset resolution - #3659

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

Status

No status

Relationships

None yet

Development

No branches or pull requests

Issue actions