Steven
Steven
My [solid services](https://github.com/dotnetjunkie/solidservices) project shows an implementation for ASP.NET Core, but I agree, if you look at the solution it looks all but simple. Perhaps there is an easier way,...
> Not actively maintained How do you determine 'Not actively maintained'? For instance, do you consider Ninject "actively maintained". The [last commit](https://github.com/ninject/Ninject/commits/master) was in April this year. [Last question](https://github.com/ninject/Ninject/issues/242) was...
@danielpalme, let me retract that previous statement of mine, since it distracts from the main conversation in this thread. The point I was trying to make was that comparison of...
[feature-799](https://github.com/simpleinjector/SimpleInjector/tree/feature-799) branch added.
Although the previous example makes sense as a way to simplify a not that uncommon scenario, the use of `TypesToRegisterOptions` might not be the best pick, because it allows a...
Here is a list of use cases with a suggested `WithConstructorArgument` method that can be used to apply the constructor argument. ``` c# // Use cases // Use case 1:...
@qujck , @TheBigRic, any feedback on this feature?
> What if there are other primitive types in the ctor? Every part of Simple Injector's API must follow the same [design principles](https://simpleinjector.readthedocs.io/en/latest/principles.html), which also means it has to *fail...
Moved to backlog. Will not add this to v4.
This feature requires a major API change which is something we can only implement in a next major release. So for now, the status pf this feature is unchanged. Don't...