ipjohnson / Grace

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

Constructor selection not taking known values into consideration #109

Closed ipjohnson closed 7 years ago

ipjohnson commented 7 years ago

The best constructor selection method is not taking into account known values when picking which constructor to use. So for an example when passing in values from a func they aren't considered for use when picking the constructor.