Skip to content

Fix the way components are loaded #61

@mlorbetske

Description

@mlorbetske

Currently components are loaded via trickery (dotnet publish on a dynamically generated project.json places the required assemblies in a path that's more or less treated as an additional probing path)

The new model operates over the packages in the package cache, but simply loops over the assembly load locations trying to load stuff until nothing more succeeds.

We should move to a model that's smart enough to automagically load things in the correct order.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions