-
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.…
-
> Дело не первой очередности, но можно поппробовать именовать коммиты другом ключе.
Сейчас идет именование в зависимости от "категории" к которой относится изменение (напр: `Inventory`, `Plants`, `de…
-
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…
-
https://docs.microsoft.com/en-us/azure/azure-functions/functions-dotnet-dependency-injection
### This issue is for a: (mark with an `x`)
```
- [ ] bug report -> please search issues before submit…
-
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…
-
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…
-
@weierophinney
Good evening,
Right now, it is possible to whitelist modules for automatic injection in zf config file. However, the target config file is always the same, that is, the modules.c…