Mike-E
Mike-E
I think I just got bit by this again, but it's a little more extreme. Consider the following class libraries: ``` Framework Application ``` And subsequent testing assemblies: ``` Framework.Testing...
So putting more thought into this. 😁 Currently there are `SubjectAttribute` searches done from `Test` -> `Subject`. However, what appears to be missing is the inverse: `Subject` -> `Test`. Might...
Hehe no worries @matkoch that works for me. Maybe someone can look at this for reference when it is integrated to hopefully improve upon it. It still amazes me we...
Ah, I tripped over my own suggestion. The call would look like such: `Register(Type type, Func factory)` ... where LightInject would provide the generic type that has already been made....
Cool. :) Yeah, it's just some thoughts I had, and admittedly I think I am coming at this from a F#/functional-ish point of view. To be clear, I am saying...