Skip to content

Add InitializerResolver overload #32

Description

@cjmairair

You shouldn't have to pass an IDictionary for the initializers - that's too much. What you really need is a Func<Type, Func<object, object>> or some custom IInitializerResolver interface that only exposes a couple of methods like bool CanResolve(Type) and Func<object, object> Resolve(Type).

Can you add an overloaded method that accepts such a parameter. Thanks.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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