Summary
Initializes a new instance of the
DependencyContextAssemblyProvider class.
- Assembly
- Rocket
.Surgery .Conventions .dll - Namespace
- Rocket
.Surgery .Conventions .Reflection - Containing Type
- Dependency
Context Assembly Provider
Syntax
public DependencyContextAssemblyProvider(DependencyContext context, ILogger logger = null)
Parameters
| Name | Type | Description |
|---|---|---|
| context | DependencyContext | The dependency contenxt to list assemblies for. |
| logger | ILogger | The logger to log out diagnostic information. |
Return Value
| Type | Description |
|---|---|
| void |
