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