Ian Johnson
Ian Johnson
Hi @mgth There are methods for selecting when to export an implementation using the When property. I've attached a test to show how you could create a C# extension to...
Hi @mgth Sorry for the late response. It's not really possible without writing some code. If IGenericService had a T it could be resolved. I think this is an interesting...
Currently Grace only disposes `IDisposable` dependencies. Ultimately the problem lies in the fact that linq expressions don't support async so it's very hard to implement any of the async functionality.
Sorry I've been super busy and missed this notification. I think this issue is somewhat relevant, the question would be what's the use case as asp.net core won't perform an...
I wasn't aware that was added. Looks like a good feature to add.
Sounds good, look forward to the PRs.
Thanks for the PR, I'll pull it in this weekend and get releases out.
I've released 4.0.0-RC1305
I could be wrong but I believe this is the extension you're looking for https://github.com/ipjohnson/Grace.DependencyInjection.Extensions/blob/master/src/Grace.Extensions.Hosting/GraceServiceProviderExtensions.cs#L20
I'm interested in what dependencies you're seeing from asp.net when you use `Grace.Extensions.Hosting` as that's supposed to be the non asp.net version of the extension.