Results 118 comments of Ian Johnson

Sorry for the late response I've been AFK this past week. I can take a look this evening.

`BasedOn` acts as a type filter but doesn't dictate how the type will be exported. I think you should be able to add a `ByTypes()` call and it will specify...

With the way .net 5 is going I agree with you that bring back the code from Grace.Net makes sense. Though it might make most sense to just stick it...

Hi @daveraine I apologize I usually get back to people quicker but some how I missed this issue. This should work and does for `Func` but apparently fails for a...

I think at the moment there isn't really a way to handle. This maybe a case where you have to hand wire this instance. I'll look at what it would...

Hmm that's tough the container isn't going to resolve that because you specifically registered the dependency with a key and the controller constructor has no way to decided which dependency...

Honestly I'm not a huge fan either but I also don't do keyed registration either. I think it could be an option to have a flag like that but I...

Hi @mgth Grace makes some trade offs to achieve the performance it does. One of those trade off is that it's going to pick one constructor for an object and...

Sorry for the very late response. There's not a great way for you to do what you're looking for. I could offer some suggestions but they all require some configuration...

@silkfire is correct that Grace itself can not have async parts in dependency construction. That said Grace doesn't do any interception itself so it should be possible to plug in...