-
Prerequisites:
- .NET Core 3.1
- Simple Injector 4.8
I need to replace some of the services registered via Simple Injector for test purposes. It could be easily done using net core built-in DI co…
-
Api.GetModelAsync is an asynchronous operation that asynchronously builds a model. This can potentially be an operation that takes a little time, with possibly I/O which makes it a good candidate to e…
-
In order to improve AoT compiler, on my project I've done some changes.
The problem is that with AoT, dependency factories are not created. To accomplish my goal I've made a simple DependencyScanne…
-
In order to improve AoT compiler, on my project I've done some changes.
The problem is that with AoT, dependency factories are not created. To accomplish my goal I've made a simple DependencyScanne…
-
Hey there,
first off: thaaaank you so much for all the work you put into this wonderful project :+1: :smile:
We've started using PHP DI on a large scale application and so far we're really hap…
-
Currently the DI container needs to be able to be updated without any intervention.
Right now someone needs to be able to add more dependences that are injected.
If a model in `simple_models` is u…
-
I think it'll be helpful to store some meta-information about dependency in a container. Some ideas where you can use this information:
* Aliases for DI frameworks (dry-auto_inject in our case);
*…
-
### What steps will reproduce the problem?
I created a simple Module under `modules\dsr_setup` namespace. I also created a Migration under that modules namespace for migrations, using `./protected/…
-
Current version of Nette (2.3.0) has feature which cooperates with Composer.
See: http://api.nette.org/2.3.0/source-Bridges.ApplicationDI.ApplicationExtension.php.html#131
However, command 'composer…
-
### Library name
Azure.Extensions.AspNetCore.DataProtection.Keys
### Please describe the feature.
Requiring an extensions method to configure the `keyIdentifier` via ServiceProvider. I inject the k…