PipelineSummaryItem
Class sealed net8.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 ConstructorsPipelineSummaryItem(string, string, bool) 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 PropertiesEnableMarkdowngetbool Gets a value indicating whether
PipelineSummaryItem.Value contains Markdown formatting that should be rendered by the CLI output. Keygetstring Gets the key or label for the summary item (e.g., "Namespace", "URL").
Valuegetstring Gets the string value for the summary item.