NullPublishingActivityReporter Class

Definition

A no-op implementation of IPipelineActivityReporter for testing purposes.

public sealed class NullPublishingActivityReporter : Aspire.Hosting.Pipelines.IPipelineActivityReporter
type NullPublishingActivityReporter = class
    interface IPipelineActivityReporter
Public NotInheritable Class NullPublishingActivityReporter
Implements IPipelineActivityReporter
Inheritance
NullPublishingActivityReporter
Implements

Constructors

NullPublishingActivityReporter()

Methods

CompletePublishAsync(String, Nullable<CompletionState>, CancellationToken)

Signals that the entire publishing process has completed.

CreateStepAsync(String, CancellationToken)

Creates a new publishing step with the specified title.

Applies to