SimpleConventionScanner.

SimpleConventionScanner(IAssemblyCandidateFinder, IServiceProvider, ILogger) Constructor

Summary

The default constructor

Syntax

public SimpleConventionScanner(IAssemblyCandidateFinder assemblyCandidateFinder, IServiceProvider serviceProvider, ILogger logger)

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

Return Value

Type Description
void