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(IDictionary<string, string> additionalInformation)
Parameters
Name | Type | Description |
---|---|---|
additionalInformation | IDictionary |
The additional information to be assigned to the issue. |
Return Value
Type | Description |
---|---|
IssueBuilder | Issue Builder instance. |