7 references to FailAsync
Aspire.Hosting (3)
Pipelines\DistributedApplicationPipeline.cs (2)
918await reportingStep.FailAsync(ex.Message).ConfigureAwait(false); 1028await reportingStep.FailAsync(ex.Message).ConfigureAwait(false);
Publishing\PipelineExecutor.cs (1)
91await step.FailAsync(cancellationToken: stoppingToken).ConfigureAwait(false);
Aspire.Hosting.Azure (4)
Provisioning\Internal\PublishModeProvisioningContextProvider.cs (4)
147await step.FailAsync($"Failed to retrieve tenant information: {ex.Message}", cancellationToken).ConfigureAwait(false); 246await step.FailAsync($"Failed to retrieve subscription information: {ex.Message}", cancellationToken).ConfigureAwait(false); 345await step.FailAsync($"Failed to retrieve resource group information: {ex.Message}", cancellationToken).ConfigureAwait(false); 440await step.FailAsync($"Failed to retrieve region information: {ex.Message}", cancellationToken).ConfigureAwait(false);