SpecularProviderServiceCollectionExtensions Class
Definition
Extension methods for the service collection using the compiled type provider
public static class SpecularProviderServiceCollectionExtensionsInheritance object
Methods
AddSpecularServiceRegistrations(IServiceCollection, ISpecularProvider)
Adds all the services with the ServiceRegistrationAttribute to the service collection
public static IServiceCollection AddSpecularServiceRegistrations(this IServiceCollection services, ISpecularProvider provider)Parameters
services IServiceCollection
provider ISpecularProvider

