Summary
Initializes a new instance of the
DependencyContextAssemblyCandidateFinder class.
- Assembly
- Rocket
.Surgery .Conventions .dll - Namespace
- Rocket
.Surgery .Conventions .Reflection - Containing Type
- Default
Assembly Candidate Finder
Syntax
public DefaultAssemblyCandidateFinder(IEnumerable<Assembly> assemblies, ILogger logger = null)
Parameters
| Name | Type | Description |
|---|---|---|
| assemblies | IEnumerable |
The assemblies. |
| logger | ILogger | The logger. |
Return Value
| Type | Description |
|---|---|
| void |
