Skip to content

Generated code not valid if registering a generic type #12

@appel1

Description

@appel1
public class Foo<T1,T2>
{}

public partial class Container : ZeroIoCContainer
{
    protected override void Bootstrap(IZeroIoCContainerBootstrapper bootstrapper)
    {
        bootstrapper.AddTransient<Foo<string,string>>();
    }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions