Results 118 comments of Ian Johnson

Let me know if you run into any trouble, my hope is that it's pretty straight forward.

I'm assuming the type you were testing for was a class and not an interface. The container will auto resolve concrete classes. You can turn the feature off like this....

Hi @silkfire I've actually seen that and it looks very interesting but it's really only going to have performance benefits at startup time. Actual locate times aren't going to improve....

Hi @mcdis, You should be able to do `When.MeetsCondition((strategy, staticContext) => /* inspect T using reflection here */)`

Interesting. I'll have to take a look this weekend.

That does look to be a problem but my concern would be changing some logic right now and introducing a new bug. I've been thinking maybe the answer is to...

I've added some duplicate checking for ExportAs at the strategy level. Could you try it on the nightly nuget feed `https://ci.appveyor.com/nuget/grace-master` ?

I'll push this to NuGet this weekend along with the attribute usage change we talked about

I can see the value in something like this but i don’t know if I’ll have time in the near future to address this properly. It will probably be a...

I don't have any good examples but it's because I don't recommend child containers as they are very heavy in a per-request fashion. Can you describe the use case a...