-
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…
-
## 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
6 months ago
-
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…
-
```
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.…
-
```
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.…
-
### 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…
-
Данное issue формируется на основании rfc https://github.com/Flexberry/rfcs/pull/23.
### Цель
Изменить ORM для корректного применения принципов DI.
### Функциональные требования
1. Настройка и…
-
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…
-
### Description
DI does not respect `unmanaged` constraint and enables instantiation of invalid types.
### Reproduction Steps
Run the code.
```csahrp
using Microsoft.Extensions.DependencyInject…