Results 120 comments of Ian Johnson

Hi @jods4 Version 8 is about removing deprecated code and deprecated targets, I'll put together list of changes this weekend.

I'll take a look this weekend but ultimately I believe what you're seeing is that auto registration is independent between container & child container. So the request bubble up to...

Essentially what you're seeing is that auto registration is done in the root container. I'll say up front that the child container support is not 100% compatible with what you'll...

I'm all for enabling the new features. Looks like .net 8 sdk is included so I'd imagine it works.

> I was writing tests to cover more wrapped strategies, like lifestyles, Meta, Lazy, Func, IEnumerable and more but it seems like they don't support keyed imports? I agree this...

I must admit I missed the nuance of the `[ServiceKey]` attribute combined with the any key when this was first pitched :( It very much seems like the key is...

> I feel like if we introduced a breaking change in the ICompiledLifestyle interface, we could take this to our advantage and not hold onto those requests object. Immediately compile...

I'll be honest I don't totally remember the use case but it's possible related to locating an enumerable through the Locate and providing an array of keys. > Is it...

That makes sense, I remembered righting the code and running into the issue where string was being enumerated incorrectly but i couldn't remember the configuration method that lead to it....