-
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…
-
### Symfony version(s) affected
7.1
### Description
When the security bundle config is not present, it tries to be helpful and suggest running `composer symfony:recipes:install` as long as the `Ins…
-
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…
-
### 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…
-
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…
-