PipelineSummaryItem
Classsealednet10.0
Represents a single item in a
PipelineSummary, consisting of a key, a value, and a flag indicating whether the value contains Markdown formatting. namespace Aspire.Hosting.Pipelines;
public sealed class PipelineSummaryItem{ // ...}Constructors1
Section titled Constructors Represents a single item in a
PipelineSummary, consisting of a key, a value, and a flag indicating whether the value contains Markdown formatting. Properties3
Section titled Propertiesbool Gets a value indicating whether
PipelineSummaryItem.Value contains Markdown formatting that should be rendered by the CLI output.