A Metalama framework adapter that locates and pulls dependencies from a global service provider.
$ dotnet add package Metalama.Extensions.DependencyInjection.ServiceLocatorThe Metalama.Extensions.DependencyInjection.ServiceLocator implements an adapter for the service locator dependency injection pattern, in which all services are provided by a global service locator.
When you add this package to a project, it automatically configures itself as the default dependency injection framework for Metalama.