Skip to content

Bind to multiple interfaces, one of which is Inherited #30

@THammond9

Description

@THammond9

Given:

public interface IBar
{}

public interface IFoo : IBar
{}

public class Foo : IFoo
{}

What is the Extensions.Conventions equivalent of Ninject's Bind<IFoo, IBar>.To<Foo>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions