2 references to UpdateTaskAsync
Aspire.Hosting (2)
Pipelines\ReportingTask.cs (2)
57
await ParentStep.Reporter.
UpdateTaskAsync
(this, statusText, enableMarkdown: false, cancellationToken: cancellationToken).ConfigureAwait(false);
64
await ParentStep.Reporter.
UpdateTaskAsync
(this, statusText.Value, enableMarkdown: true, cancellationToken: cancellationToken).ConfigureAwait(false);