2 writes to Reporter
Aspire.Hosting (2)
Publishing\NullPublishingActivityProgressReporter.cs (1)
28Reporter = this
Publishing\PublishingActivityProgressReporter.cs (1)
383Reporter = this
10 references to Reporter
Aspire.Hosting (10)
Publishing\PublishingActivityProgressReporter.cs (4)
131if (Reporter is null) 136return await Reporter.CreateTaskAsync(this, statusText, cancellationToken).ConfigureAwait(false); 144if (Reporter is null) 169await Reporter.CompleteStepAsync(this, completionText, finalState, CancellationToken.None).ConfigureAwait(false);
Publishing\PublishingExtensions.cs (6)
29if (step.Reporter is null) 35await step.Reporter.CompleteStepAsync(step, completionText, CompletionState.Completed, cancellationToken).ConfigureAwait(false); 52if (step.Reporter is null) 58await step.Reporter.CompleteStepAsync(step, completionText, CompletionState.CompletedWithWarning, cancellationToken).ConfigureAwait(false); 75if (step.Reporter is null) 81await step.Reporter.CompleteStepAsync(step, completionText, CompletionState.CompletedWithError, cancellationToken).ConfigureAwait(false);