ipjohnson / Grace

Grace is a feature rich dependency injection container library
MIT License
337 stars 33 forks source link

Add option to configure constructor selection for individual exports #79

Closed ipjohnson closed 7 years ago

ipjohnson commented 7 years ago

Add methods

IFluentExportStrategyConfiguration ImportConstructorSelection(ConstructorSelectionMethod method);

IFluentExportStrategyConfiguration<T> ImportConstructorSelection(ConstructorSelectionMethod method);

IExportTypeSetConfiguration ImportConstructorSelection(Func<Type, ConstructorSelectionMethod?> method);

Relates to issue #78