5 references to FailAsync
Aspire.Hosting (2)
Pipelines\DistributedApplicationPipeline.cs (1)
561await reportingStep.FailAsync(ex.Message).ConfigureAwait(false);
Publishing\PipelineExecutor.cs (1)
81await step.FailAsync(cancellationToken: stoppingToken).ConfigureAwait(false);
Aspire.Hosting.Azure (3)
Provisioning\Internal\PublishModeProvisioningContextProvider.cs (3)
149await step.FailAsync($"Failed to retrieve tenant information: {ex.Message}", cancellationToken).ConfigureAwait(false); 248await step.FailAsync($"Failed to retrieve subscription information: {ex.Message}", cancellationToken).ConfigureAwait(false); 347await step.FailAsync($"Failed to retrieve region information: {ex.Message}", cancellationToken).ConfigureAwait(false);