PublishingExtensions
Classstaticnet10.0
Extension methods for
IReportingStep and IReportingTask to provide direct operations. namespace Aspire.Hosting.Pipelines;
public static class PublishingExtensions{ // ...}14 members
Methods14
Section titled Methods Completes a publishing step with an error.
Completes a publishing step with an error and Markdown-formatted message.
Completes a publishing task with an error.
Completes a publishing task with an error and Markdown-formatted message.
Completes a publishing step successfully.
Completes a publishing step successfully with a Markdown-formatted message.
Completes a publishing task successfully.
Completes a publishing task successfully with a Markdown-formatted message.
Updates the status text of a publishing task.
Updates the status text of a publishing task with Markdown-formatted text.
Completes a publishing step with a warning.
Completes a publishing step with a warning and Markdown-formatted message.
Completes a publishing task with a warning.
Completes a publishing task with a warning and Markdown-formatted message.