Autofac with ASP.NET Core 8 Web API project – is it still worth using it?
I am migrating an existing Web API project to .NET 8 that has the DDD layers: Application
, Domain
and Infrastructure
, and implements the CQRS pattern (using MediatR). I want to know if it’s worth using Autofac, I saw this library Autofac.WebApi2
but it’s not been touched for a long time now, maybe because it’s complete.
Autofac with .Net8 Web API project is it still worth using it?
I am migrating an existing Web API project to .Net8 that has the DDD layers: Application, Domain and Infrastructure and implements the CQRS pattern (MediatR). I want to know if it’s worth using Autofac, I saw this library Autofac.WebApi2
but it’s not been touched for a long time now, maybe because it’s complete.