Skip to content

Auto registration from a type

The following example shows auto registration of types from the assembly of the given type:

new ServiceCollection()
    .AutoRegisterServicesFromAssemblyOf<AutoRegisterServicesTests>();