Oleksandr Redka

Results 6 comments of Oleksandr Redka
trafficstars

@ipjohnson is this issue still relevant? Would be happy to look into it and contribute 😃

> the question would be what's the use case as asp.net core won't perform an async dispose of the container when shutting down so you'd need to call it yourself....

Cool, I've already started working on it. Basically, we will have to make changes in the Grace and then in the Grace.DependencyInjection.Extensions package. I will open PR to Grace throughout...

+1 We need to be able to specify multiple source repos to solve this problem.

Hi! I hope this issue is still relevant. From the example you've provided, it seems like Grace is trying to build a dependency graph based on the constructor parameters but...

Hi @mcdis, I believe this is 'by-design'. I've checked the implementation of Inject extension method and here is what I've found: Grace will get the top-most scope to perform property...