-
Currently I just keep passing constructor parameters down the hierarchy until the dependency has reached its rightful place. Every redundant constructor parameters lowers my sanity.
-
I am working on a new version of [Unity Container](https://github.com/unitycontainer) and considering adding support for open telemetry.
I been looking for DI or IOC semantic conventions but could …
ENikS updated
4 years ago
-
```
Provide a way to change the dependency resolving mechanism. Note however that
the injection engine is already configurable.
```
Original issue reported on code.google.com by `brice.du...@gmail.…
-
```
Provide a way to change the dependency resolving mechanism. Note however that
the injection engine is already configurable.
```
Original issue reported on code.google.com by `brice.du...@gmail.…
-
We've discussed this previously in #687 but perhaps it could be reconsidered for 3.0? 😉
I'll open with a comment I made at the time that's still relevant today:
> We like xUnit to the degree that…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Is your feature request related to a problem? Please describe the problem.
Right now if a service/etc wants to…
-
Dependency injection example for context
I'm trying in my test project [NPocoTestDrive](https://github.com/mchomem/NPocoTestDrive) create a Context class pattern to use with Npoco, using dependency…
-
Hello,
I'd love to have a feature where it shows and is able to remove unused constructor-based dependency injections (DI).
For example:
```
public function __construct(
private rea…
-
Hi,
I am trying to have a dependency injected into the server end point but it's not working, I understand that the bundle and the endpoint are not going through the dependency injection cycle. Is …
-
```
Provide a way to change the dependency resolving mechanism. Note however that
the injection engine is already configurable.
```
Original issue reported on code.google.com by `brice.du...@gmail.…