ardalis / CleanArchitecture

Clean Architecture Solution Template: A starting point for Clean Architecture with ASP.NET Core
MIT License
16.25k stars 2.8k forks source link

Replace Autofac with Vanilla dotnet DI #694

Closed ardalis closed 6 months ago

ardalis commented 7 months ago

See #649

ardalis commented 7 months ago

Let's use extension methods so Program.cs is still small, and replace the Autofac modules with appropriate extensions.

sauravbhattacharya001 commented 7 months ago

can take this one up for the weekend.

KyleMcMaster commented 6 months ago

I believe this issue is revolved by #701 and #703 and can be closed