-
Problem is dependency injection of Micronaut icm Axon framework. The PersonalDataRepository
needs to be injected in CommandHandlers and EventHandlers. For now a workaround use a
static class getter is…
-
## Proposed API
I want to propose one api addition to MS DI which would be useful for use-cases like service decoration, debug/logging service requests, cross-wiring, child containers and scope trac…
-
Is there an easy way to make this work? Overloading breaks runtime DI, using `IDbContextFactory ctx` inside of HubInterface breaks Tapper.
```csharp
[Hub]
public interface IInventoryHub
{
T…
gcoda updated
6 months ago
-
### Discussed in https://github.com/micronaut-projects/micronaut-platform/discussions/1704
Originally posted by **rsalbergaria** October 9, 2024
We are using version **4.5.1** of the parent a…
-
Please update version for symfony/dependency-injection. Required version ~3.4 is too old and it is not compatible with Laravel 7+
-
@igormoreno document it
-
```
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.…
-
```
Better to use C++ dependency inject framework so that the game is easy to
test, configure, and customize.
```
Original issue reported on code.google.com by `John.Jian.Fang@gmail.com` on 21 Oct 2…
-
-
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) …