Search code examples
.NET Core API is throwing Autofac.Core.DependencyResolutionException...

c#mongodbkubernetes.net-coreautofac

Read More
Can I register a fake instance and declare it's return on registration?...

asp.net-coreautofacfakeiteasy

Read More
How to get Microsoft.Extensions.Logging<T> in console application using Serilog and AutoFac?...

c#dependency-injectionasp.net-coreautofacserilog

Read More
Inspecting constructor parameters inside an autofac middleware...

.netdependency-injectionautofacioc-container

Read More
Autofac factories with named parameters...

autofac

Read More
Autofac service not registered but it is...

autofacautofac-module

Read More
IDisposable interface confirmation...

c#autofacidisposable

Read More
Register more than one mock or service using AutoMock.GetLoose() (Autofac.Extras.Moq)...

autofac

Read More
Get a list of all registered objects implementing a certain interface...

autofac

Read More
Lifetime scope of the below transient class in autofac...

c#scopeautofac

Read More
Properties (PropertiesAutowired) are not injected when using generics<T>...

c#.net-coreautofac

Read More
How to override DI registration from other container in ASP.NET Core integration test...

c#integration-testingautofacasp.net-core-webapi

Read More
How do I Register Autofac Module with Configuration...

c#.net-coredependency-injectionautofac

Read More
Unable to create an object of type MyDbContext...

c#autofacentity-framework-migrations

Read More
Autofac Resolving MatchingLifetimeScope Collection...

c#dependency-injectionautofac

Read More
When using Resolve to get a type, how do You set a value to an property of that type...

autofac

Read More
Implementing unit of work in Entity Framework Core...

c#entity-framework-coreasp.net-core-webapiautofac

Read More
Resolve component in both tagged scope and untagged scope...

c#dependency-injectionautofac

Read More
How should I pass Dependencies to my Class?...

c#dependency-injectionsonarqubeautofac

Read More
EF core Memory leak in multithreaded console application...

c#.net-corememory-leaksentity-framework-coreautofac

Read More
Autofac in console applications (convention)...

c#.netdependency-injectionconsole-applicationautofac

Read More
ServiceLocator with Autofac in asp.net core 3.1...

dependency-injectionautofacasp.net-core-3.1service-locator

Read More
C# DI Func factory without registering Func?...

c#design-patternsdependency-injectioninversion-of-controlautofac

Read More
WCF - How to pass service class constructor parameter when initializing Service Host(TypeOf(Service-...

wcfdependency-injectionautofacself-hostingservicehost

Read More
Creating/Resolving a list of objects using Autofac...

c#autofac

Read More
Autofac composite pattern...

c#autofac

Read More
Replacing CastleWindsor with Autofac in .NETCore3.1...

autofaccastle-windsorasp.net-core-3.1autofac-configurationautofac-module

Read More
Why is Autofac.Integration.WebApi.Owin 5.0.0 referencing System.Net.Http 4.2.0 on TargetFramework v4...

c#.netowinautofac

Read More
How do I inject dependencies in a Moq for a Unit Test...

c#unit-testingmoqautofac

Read More
AutoFac / Unity Container - Dependency Injection with multiple implementations...

asp.netasp.net-web-apidependency-injectionautofacunity-container

Read More
BackNext