1 write to EnableMarkdown
aspire (1)
BackchannelJsonSerializerContext.PublishingActivityData.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Aspire.Cli.Backchannel.PublishingActivityData(){ Id = (string)args[0], StatusText = (string)args[1], CompletionState = (string)args[2], StepId = (string)args[3], CompletionMessage = (string)args[4], PipelineSummary = (global::System.Collections.Generic.IReadOnlyList<global::System.Collections.Generic.KeyValuePair<string, string>>)args[5], Inputs = (global::System.Collections.Generic.IReadOnlyList<global::Aspire.Cli.Backchannel.PublishingPromptInput>)args[6], LogLevel = (string)args[7], Timestamp = (global::System.DateTimeOffset?)args[8], EnableMarkdown = (bool)args[9] },
3 references to EnableMarkdown
aspire (3)
BackchannelJsonSerializerContext.PublishingActivityData.g.cs (2)
306Getter = static obj => ((global::Aspire.Cli.Backchannel.PublishingActivityData)obj).EnableMarkdown, 349writer.WriteBoolean(PropName_EnableMarkdown, ((global::Aspire.Cli.Backchannel.PublishingActivityData)value).EnableMarkdown);
Commands\PipelineCommandBase.cs (1)
310return activityData.EnableMarkdown ? MarkdownToSpectreConverter.ConvertToSpectre(text) : text.EscapeMarkup();