Summary
Syntax
public ServicesBuilder(IConventionScanner scanner, IAssemblyProvider assemblyProvider, IAssemblyCandidateFinder assemblyCandidateFinder, IServiceCollection services, IConfiguration configuration, IRocketEnvironment environment, ILogger diagnosticSource, IDictionary<object, object> properties)
Parameters
| Name |
Type |
Description |
| scanner |
IConventionScanner |
The scanner. |
| assemblyProvider |
IAssemblyProvider |
The assembly provider. |
| assemblyCandidateFinder |
IAssemblyCandidateFinder |
The assembly candidate finder. |
| services |
IServiceCollection |
The services. |
| configuration |
IConfiguration |
The configuration. |
| environment |
IRocketEnvironment |
The environment. |
| diagnosticSource |
ILogger |
The diagnostic source. |
| properties |
IDictionary<object, object> |
The properties. |
Return Value