-
Hi, I have two questions.
1) I trying to add yii2-swoole to my yii2 project. But I saw that you hide Yii::$container interface, and now I can't do injection before app will run, how i can do it?
2) …
-
You need to autowire in the dependencies in this class.
-
It would be great to have dependency injection in Python Azure functions. I would like to have something similar to what we have in dotnet with the startup class. Can we start working on adding depend…
-
### 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…
-
## Summary
SDK 47 ships with the new dependency-injection framework used in [app_v2](https://github.com/cosmos/cosmos-sdk/blob/v0.47.2/simapp/app_v2.go#L204).
As wasmd has a dependency to the …
alpe updated
5 months ago
-
**Is your feature request related to a problem? Please describe.**
When handling messages, I often ending up having to writing factories for cases that in, for example, ASP.NET I'd just be able to …
-
-
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…
-
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…
-
I was able to solve this problem, using db as global variable. However, would be better if I could pass it to my callback (that today, accepts just two params - user and password). Could you support a…