Ian Johnson
Ian Johnson
So I took a look yesterday and tried to re-use the container and it seemed like it was a no-go because the kestrel kernel was already up and running. I...
@stephenlautier I am going to release a hosting only package but I want to wait for the official release of .net core 3.0 before I put together so it will...
When resolving a parameter for a constructor the list of provided values is traversed looking for a matching parameter. In both cases the provided value were compatible so they matched...
Looking at it there is a consider method but it's actually lacking the parameter so you can't actually do what you want. Seems like it would be worth while to...
Hi José, I’m out of town today but I’ll reply tomorrow with an in-depth answer
So looking at your examples both look correct. I think ultimately it really comes down to do you like using linq yourself or do you want to have the container...
Hi @sgf What type of simplification are you looking for?
@sgf there are a number of export functions that work on lists of types that are quite similar to what you posted for example `ExportAssemblyContaining`. What are you looking for...
There isn't something out of the box like that but I think it could be do able with a custom lifestyle. I'm assuming somewhere you would be doing `container.Locate(extraData: new...
Actually I forgot I do have something like this out of the box [SingletonPerKey](https://github.com/ipjohnson/Grace/blob/17b091ae299376d5f89b968aa335df450bab73a5/tests/Grace.Tests/DependencyInjection/Lifestyle/SingletonPerKeyTest.cs#L13).