7 references to CommandResultFormat
Aspire.Dashboard (7)
Model\DashboardCommandExecutor.cs (2)
371
CommandResultFormat
.Json => DashboardUIHelpers.JsonFormat,
372
CommandResultFormat
.Markdown => DashboardUIHelpers.MarkdownFormat,
Model\ResourceCommandResponseViewModel.cs (1)
20
public
CommandResultFormat
Format { get; init; }
ServiceClient\Partials.cs (4)
281
CommandResultFormat.Text => Dashboard.Model.
CommandResultFormat
.Text,
282
CommandResultFormat.Json => Dashboard.Model.
CommandResultFormat
.Json,
283
CommandResultFormat.Markdown => Dashboard.Model.
CommandResultFormat
.Markdown,
284
_ => Dashboard.Model.
CommandResultFormat
.Text