grumpydev/TinyIoC

Parameters passed to consturctor during resolving

HardHub opened this issue · 2 comments

It is possible to create new object with parameters passed to constructor.

For example:
TinyIoCContainer.Current.Resolve<ICar>("beRed")

I cannot use NamedParameters in some cases and should pass parameters in order how it is specified in constructor.

Do you have any solution for this?

Do you have any solution for this?

Last time I decided to switch to DryIoC.