jammycakes / factoryfactory

Yet another IOC container for .NET, designed from the ground up to support the ASP.NET Core DI abstractions.
MIT License
0 stars 1 forks source link

Move implicit registration to a convention. #27

Closed jammycakes closed 5 years ago

jammycakes commented 5 years ago

Microsoft.Extensions.DependencyInjection does not implicitly register missing types.

Since this is intended to be a drop-in, like-for-like replacement for Microsoft.Extensions.DependencyInjection, we should move implicit registration to a convention rather than doing it everywhere across the board.