IIssue.

AdditionalInformation Property

Summary

Gets a dictionary with additional information regarding the issue.
Assembly
Cake.Issues.dll
Namespace
Cake.Issues
Containing Type
IIssue

Syntax

IReadOnlyDictionary<string, string> AdditionalInformation { get; }

Value

Type Description
IReadOnlyDictionary<string, string>
GitHub