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
Sets additional information regarding the issue.
- Assembly
- Cake
.Issues .dll - Namespace
- Cake
.Issues - Containing Type
- IssueBuilder
Syntax
public IssueBuilder WithAdditionalInformation(string key, string value)
Parameters
| Name | Type | Description |
|---|---|---|
| key | string | Key for the additional information to be assigned to. |
| value | string | The additional information to be set. |
Return Value
| Type | Description |
|---|---|
| IssueBuilder | Issue Builder instance. |
