Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in autofac

Unit Testing a Delegate Factory with Autofac

c# unit-testing autofac

Autofac Build() throws exception on latest Xamarin iOS when Linker configured to Link All

ios xamarin linker autofac

How to configure Autofac to resolve CQRS handlers and write its query dispatcher in a Web API project

NuGet CLI throw error Unable to find .nupkg

Cannot resolve parameter 'MediatR.ServiceFactory serviceFactory' (MediatR with Autofac)

autofac mediatr

Migration from ASP.NET Core's container to Autofac

.net asp.net-core autofac

ASP.NET site generates hundreds duplicate messages: 'The parameters to the Event method do not match the parameters to the WriteEvent method

How to use IHttpClientFactory with .NET 4.8 without using DI from .NET Core/Standard

Autofac 6 - register decorators conditional on the availability of another service

c# decorator autofac

How do I register a delegate or function with Autofac when the function belongs to a class that must be resolved?

Autofac, upgrade to version 4.0.0 is missing ConfigurationSettingsReader

c# autofac

Autofac has downloaded and I have access to the builder methods but not the RegisterControllers method

c# autofac

Autofac + Castle DynamicProxy: Order of interceptors

How to use Autofac as DI container in Avalonia.ReactiveUI?

what the difference between RegisterInstance and RegisterType in DI Autofac