Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in autofac

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

Autofac error: The instance registration can support SingleInstance() sharing only

How to register IOptions in integration test with Autofac?

Using Autofac Interface Interception with IAsyncInterceptor

Autofac resolve Generic type with constructor parameters at run time

how to access IApplicationBuilder in a controller?

Retrieving Autofac container to resolve services

c# owin autofac

Merge 2 Autofac containers into one

How can I register a service collection against .Net Framework and Autofac?

.net owin autofac