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 the message in Markdown format.
- Assembly
- Cake
.Issues .dll - Namespace
- Cake
.Issues - Containing Type
- IssueBuilder
Syntax
public IssueBuilder WithMessageInMarkdownFormat(string message)
Parameters
Name | Type | Description |
---|---|---|
message | string | Message in Markdown format.
Can be null or System.String.Empty if issue doesn't have a message in Markdown format. |
Return Value
Type | Description |
---|---|
IssueBuilder | Issue Builder instance. |