Skip to content

Extend support for special types #91

Description

@darkcamper

I've noticed that you can automatically Locate an IEnumerable<Func> but not an Func<IEnumerable> (or at least I've been unable to make it work).

I think it would make sense when you want to declare a dependency on a single factory that returns all known exports for T.

public MyClass(Func<IEnumerable<IWhatEver>> knownWhateverFactory)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions