You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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:
AssemblyDependencyResolver
(which is our recommendation)Framework assembly overrides - #3641
hostpolicy
RID specific asset resolution - #3659
The text was updated successfully, but these errors were encountered: