Skip to content

UnavailableType does not provide the correct assembly #430

@jpdurot

Description

@jpdurot

When an assembly dependency is not available we end up with UnavailableType instances for references to types from this assembly, which is perfectly fine. However I would expect the UnavailableType.Assembly property to return information of the (missing) assembly containing the unavailable type instead of the assembly that references this type. Currently we could even have 2 different instances of UnavailableType (with a different Assembly property) for the same external type if it's referenced from two different assemblies.

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/bugCategorizes issue or PR as related to a bug.triage/acceptedIndicates an issue or PR is ready to be actively worked on.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions