Bernhard Richter
Bernhard Richter
Would love to help you out. If you can either paste the complete code or create a repo for what you are trying to do. I need something to work...
Could you upload the complete example somewhere or even better just make it a repository here on github so that I can just run it ?
Sorry for the late reply. Your workaround is valid and if you can live with that for now that would be great :) It's kind of a rush to get...
That is correct. LightInject.SignalR requires Lightinject.interception. If the NuGet package does not install it, I need to update the package. On Tuesday, December 23, 2014, Pavel Platto [email protected] wrote: >...
Hi Eric. I understand that you live on the bleeding edge from a technological point of view ;) When it comes to ASP.Net vNext, I have not looked into this...
I might have to look into adding support for child containers in order to support this scenario.
LightInject is already set up for dnxcore50 (CoreCLR) and dnx451. The missing piece is the actual DI adapter. MS is working on a test suite that is going to be...
Do you know if there is one for RC1. They are still making breaking changes (renaming methods and so forth) in the dev branch for RC2. I could of course...
I don't really think any changes to the container are required. The child container behavior can easily be implemented using scopes. Or at least it seemed so the last time...
I got all tests passing now. Question is ..what should the Nuget package be called? -- Microsoft.Extensions.DependencyInjection.LightInject ? This might be good for searching Nuget -- LightInject.AspNet? Not really tied...