Summary
The default constructor
Syntax
public AggregateConventionScanner(IAssemblyCandidateFinder assemblyCandidateFinder, IServiceProvider serviceProvider, ILogger logger, params IConvention[] conventions)
Attributes
| Type |
Description |
| NullableContextAttribute |
|
Parameters
| Name |
Type |
Description |
| assemblyCandidateFinder |
IAssemblyCandidateFinder |
The assembly candidate finder |
| serviceProvider |
IServiceProvider |
The service provider for creating instances of conventions (usually a
IServiceProviderDictionary.
|
| logger |
ILogger |
A diagnostic logger |
| conventions |
IConvention[] |
The additional conventions to start with |
Return Value