IReportingStep
Interfacenet10.0
Represents a publishing step, which can contain multiple tasks.
namespace Aspire.Hosting.Pipelines;
public interface IReportingStep : System.IAsyncDisposable{ // ...}IAsyncDisposable
7 members
Methods7
Section titled MethodsTask Completes the step with the specified completion text and state.
Task Completes the step with Markdown-formatted completion text and the specified state.
Creates a new task within this step.
Creates a new task within this step with Markdown-formatted status text.
Logs a message at the specified level within this step.
Log(LogLevel, string)abstract Logs a plain-text message at the specified level within this step.
Log(LogLevel, MarkdownString)abstract Logs a Markdown-formatted message at the specified level within this step.