This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Issues.
Summary
Initializes a new instance of the
BaseConfigurableIssueProvider<T> class.
- Assembly
- Cake
.Issues .dll - Namespace
- Cake
.Issues - Containing Type
- Base
Configurable Issue Provider <T>
Syntax
protected BaseConfigurableIssueProvider(ICakeLog log, T issueProviderSettings)
Parameters
| Name | Type | Description |
|---|---|---|
| log | ICakeLog | The Cake log context. |
| issueProviderSettings | T | Settings for the issue provider. |
Return Value
| Type | Description |
|---|---|
| void |
