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

Component dependency resolution on self-contained apps #3660

Open
1 of 6 tasks
vitek-karas opened this issue Jun 27, 2019 · 0 comments
Open
1 of 6 tasks

Component dependency resolution on self-contained apps #3660

vitek-karas opened this issue Jun 27, 2019 · 0 comments
Assignees
Milestone

Comments

@vitek-karas
Copy link
Member

vitek-karas commented Jun 27, 2019

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

@vitek-karas vitek-karas self-assigned this Jun 27, 2019
@msftgits msftgits transferred this issue from dotnet/core-setup Jan 30, 2020
@msftgits msftgits added this to the 3.1 milestone Jan 30, 2020
@maryamariyan maryamariyan added the untriaged New issue has not been triaged by the area owner label Feb 23, 2020
@jeffschwMSFT jeffschwMSFT removed the untriaged New issue has not been triaged by the area owner label Feb 24, 2020
@jkotas jkotas modified the milestones: 3.1, 5.0 Mar 1, 2020
@agocke agocke modified the milestones: 5.0.0, 6.0.0 Jul 13, 2020
@agocke agocke modified the milestones: 6.0.0, Future Aug 2, 2021
@agocke agocke added this to AppModel Jul 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

6 participants