Search code examples
ASP.NET Core Web API & Autofac: resolve from container, but inside a controller's GET method...


c#asp.net-coreasp.net-core-webapiautofac

Read More
I can't inject my IUnitOfWork class into my ApartmentManager class...


entity-frameworkdependency-injectionentity-framework-coreautofacunit-of-work

Read More
C#/Autofac - Register ALL classes under a directory, and resolve using their string names...


c#autofac

Read More
Is order of dependencies guaranteed when injecting IEnumerable<T>...


ienumerableautofac

Read More
ComponentNotRegisteredException using AutoMapper with Autofac...


automapperautofac

Read More
Autofac: how to register/resolve a type whose constructor takes an abstract type as its parameter?...


inheritancedependency-injectionabstract-classautofac

Read More
Autofac: how to register and resolve a type whose constructor requires a DirectoryInfo object?...


dependency-injectionparametersconstructorautofac

Read More
Integrate Mediatr with Autofac...


.net.net-coreautofacmediatr

Read More
Could not load file or assembly 'Autofac, Version=2.6.1.841 with webservice...


c#web-servicessharepointinversion-of-controlautofac

Read More
Quartz.NET scheduling issues in Autofac container...


c#.net-coreinversion-of-controlautofacquartz.net

Read More
Passing parameters to constructors using Autofac...


c#autofac

Read More
Autofac - SingleInstance HttpClient...


c#.netautofac

Read More
How to avoid memory leaks with Autofac?...


wpfdependency-injectionmemory-leaksinversion-of-controlautofac

Read More
How to use factory pattern with Autofac?...


c#autofacfactory

Read More
Is it the best practice to inject ILifetimeScope to the constructor?...


c#unit-testingdependency-injectionmoqautofac

Read More
CQRS Commands/Queries decorators...


c#decoratorautofaccqrsmediatr

Read More
How to use IHttpClientFactory with Autofac (using net framework)?...


c#autofacdotnet-httpclientihttpclientfactory

Read More
Autofac: any way to resolve the innermost scope?...


asp.net-mvcasp.net-mvc-3ninjectautofac

Read More
How to register HealthCheck in Autofac module...


.net-6.0autofacautofac-module

Read More
How to Resolve ILogger in Autofac container...


c#asp.net-mvcdependency-injectionautofacautofac-configuration

Read More
Difference between Setting Dependency Resolver and Extending Dependency Lifescope...


c#asp.netautofac

Read More
Do TypeConverters need to be registered with the DI?...


c#asp.net-coreautomapperautofac

Read More
Why can Autofac not create this class that takes a non-generic implementation of a generic interface...


c#dependency-injectionautofac

Read More
Autofac RegisterAssemblyOpenGenericTypes matching query...


c#.netautofacautofac-configurationautofac-module

Read More
Autofac - How to access IRegistrationBuilder from IResolvePipelineBuilder & ResolveRequestContex...


c#dependency-injectioninversion-of-controlautofacautofac-configuration

Read More
Autofac: Autofac.Core.DependencyResolutionException...


c#autofac

Read More
Autofac.Core.Registration.ComponentNotRegisteredException even the interface seems to be registered...


c#exceptiondependency-injectionautofac

Read More
Multiple implementations for one interface with DI...


c#.netdependency-injectioninversion-of-controlautofac

Read More
UnitTesing with Autofac, Moq - Getting Value cannot be null exception...


c#entity-frameworkunit-testingmoqautofac

Read More
Autofac - InstancePerHttpRequest vs InstancePerLifetimeScope...


c#asp.net-mvc-3dependency-injectionautofac

Read More
BackNext