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
Extensions for serializing an
IIssue to the latest serialization format.
- Assembly
- Cake
.Issues .dll - Namespace
- Cake
.Issues .Serialization - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["IssueSerializationExtensions"]
class Type type-node
Syntax
public static class IssueSerializationExtensions
Methods
| Name | Value | Summary |
|---|---|---|
| SerializeToJsonFile |
void |
Serializes an
IEnumerable<T> to a JSON file.
static
|
| SerializeToJsonFile |
void |
Serializes an
IIssue to a JSON file.
static
|
| Serialize |
string |
Serializes an
IEnumerable<T> to a JSON string.
static
|
| Serialize |
string |
Serializes an
IIssue to a JSON string.
static
|
Extension Methods
| Name | Value | Summary |
|---|---|---|
| ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
| To |
string |
Returns the string value or a
Not set> markup suitable for Spectre.Console.
From StringExtensions
Requires the Cake.Issues addin
|
