Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dependency-injection

AutoFac - Initialize heavy-weight singletons on app_start

Inject list of interfaces to a class - NestJs

How do I register an EventAggregator as a singleton in an MVVM app?

ConfigurationProvider with other dependencies

A suitable constructor of type does not be located

c# dependency-injection

Mock service in symfony4 command test

Symfony DI: Uncaught ArgumentCountError: Too few arguments to function App::__construct(), 0 passed in index.php on line 28 and exactly 1 expected

How to write a unit test (or regression test) for InstancePerRequest services in Autofac

How to do open generic decorator chaining with unity + UnityAutoRegistration

Guice field injection not working (returns null)

Seeding users and roles in dbcontext in asp.net core: Circular dependency problem

How to inject datarepository instance in Content provider using insert-koin

Dependency Injection of Value Types

Angular lazy-loaded modules with services provideIn this module

Avoid singleton repository (DryIoc) when using dependency injection

@Qualifier is not working

Is it safe to remove @Named annotations without a name?

Circular Dependency with two depending Services

When injecting service with IHttpFactory the constructor could not be located in Blazor server

Registering service that implements several interfaces as singleton using open generic type