NullPublishingActivityReporter
Class sealed net10.0
A no-op implementation of
IPipelineActivityReporter for testing purposes. namespace Aspire.Hosting.Pipelines;
public sealed class NullPublishingActivityReporter : Aspire.Hosting.Pipelines.IPipelineActivityReporter{ // ...}Constructors1
Section titled ConstructorsMethods2
Section titled MethodsCompletePublishAsync(string?, CompletionState?, CancellationToken)Task Signals that the entire publishing process has completed.
CreateStepAsync(string, CancellationToken) Creates a new publishing step with the specified title.