18 writes to ReportingStep
Aspire.Hosting (2)
Pipelines\DistributedApplicationPipeline.cs (2)
904ReportingStep = reportingStep 1015ReportingStep = reportingStep
Aspire.Hosting.Azure.Kubernetes.Tests (4)
AzureKubernetesInfrastructureTests.cs (4)
446ReportingStep = reportingStep 535ReportingStep = reportingStep 747ReportingStep = reportingStep 816ReportingStep = reportingStep
Aspire.Hosting.Azure.Tests (11)
AzureEnvironmentResourceExtensionsTests.cs (1)
554ReportingStep = reportingStep
AzureSandboxesTests.cs (10)
969ReportingStep = reportingStep 1001ReportingStep = reportingStep 1039ReportingStep = reportingStep 1108ReportingStep = reportingStep 1155ReportingStep = reportingStep 2465ReportingStep = reportingStep 2616ReportingStep = reportingStep 2671ReportingStep = reportingStep 2704ReportingStep = reportingStep 2802ReportingStep = reportingStep
Aspire.Hosting.Kubernetes.Tests (1)
PipelineStepTestHelpers.cs (1)
51ReportingStep = reportingStep
64 references to ReportingStep
Aspire.Hosting (3)
Pipelines\DistributedApplicationPipeline.cs (1)
1351context.ReportingStep.Log(LogLevel.Information, sb.ToString());
Pipelines\PipelineStepHelpers.cs (2)
68var tagTask = await context.ReportingStep.CreateTaskAsync( 114var pushTask = await context.ReportingStep.CreateTaskAsync(
Aspire.Hosting.Azure (8)
AzureBicepResource.cs (1)
345var resourceTask = await context.ReportingStep
AzureEnvironmentResource.cs (7)
193context.ReportingStep); 208await context.ReportingStep.CompleteAsync( 215await context.ReportingStep.CompleteAsync( 237await context.ReportingStep.CompleteAsync( 271await context.ReportingStep.CompleteAsync( 282var discoveryTask = await context.ReportingStep.CreateTaskAsync( 358var deleteTask = await context.ReportingStep.CreateTaskAsync(
Aspire.Hosting.Azure.AppContainers (3)
AzureContainerAppEnvironmentResource.cs (1)
164await context.ReportingStep.CompleteAsync(
AzureContainerAppResource.cs (2)
58ctx.ReportingStep.Log(LogLevel.Information, new MarkdownString($"Successfully deployed **{targetResource.Name}** to {summaryValue}")); 65ctx.ReportingStep.Log(LogLevel.Information, new MarkdownString($"Successfully deployed **{targetResource.Name}** to Azure Container Apps environment **{containerAppEnv.Name}**. {summaryValue}"));
Aspire.Hosting.Azure.AppService (6)
AzureAppServiceEnvironmentResource.cs (5)
249await context.ReportingStep.CompleteAsync( 260await context.ReportingStep.CompleteAsync( 298context.ReportingStep.Log(LogLevel.Error, error); 301await context.ReportingStep.CompleteAsync( 310await context.ReportingStep.CompleteAsync(
AzureAppServiceWebSiteResource.cs (1)
64ctx.ReportingStep.Log(LogLevel.Information, new MarkdownString($"Successfully deployed **{targetResource.Name}** to {summaryValue}"));
Aspire.Hosting.Azure.ContainerRegistry (1)
AzureContainerRegistryHelpers.cs (1)
34var loginTask = await context.ReportingStep.CreateTaskAsync(
Aspire.Hosting.Azure.Kubernetes (2)
AzureKubernetesEnvironmentResource.AksPipeline.cs (2)
212var getCredsTask = await context.ReportingStep.CreateTaskAsync( 348var applyTask = await context.ReportingStep.CreateTaskAsync(
Aspire.Hosting.Azure.Sandboxes (7)
AzureSandboxContainerDeployment.cs (7)
281var diskTask = await context.ReportingStep.CreateTaskAsync($"Creating sandbox disk image for {targetResource.Name}", context.CancellationToken).ConfigureAwait(false); 308var createTask = await context.ReportingStep.CreateTaskAsync($"Creating sandbox for {targetResource.Name}", context.CancellationToken).ConfigureAwait(false); 325var lifecycleTask = await context.ReportingStep.CreateTaskAsync($"Configuring lifecycle for {resource.Name}", context.CancellationToken).ConfigureAwait(false); 340var exposeTask = await context.ReportingStep.CreateTaskAsync($"Exposing sandbox port {endpoint.TargetPort}", context.CancellationToken).ConfigureAwait(false); 1291await context.ReportingStep.CompleteAsync( 1309await context.ReportingStep.CompleteAsync( 1387var cleanupTask = await context.ReportingStep.CreateTaskAsync($"Deleting stale sandbox deployment {sectionName}", context.CancellationToken).ConfigureAwait(false);
Aspire.Hosting.Docker (8)
DockerComposeEnvironmentResource.cs (5)
151await ctx.ReportingStep.CompleteAsync( 174var deployTask = await ctx.ReportingStep.CreateTaskAsync( 282context.ReportingStep, 413var deployTask = await context.ReportingStep.CreateTaskAsync( 459var deployTask = await context.ReportingStep.CreateTaskAsync(
DockerComposeServiceResource.cs (3)
331context.ReportingStep.Log(LogLevel.Information, 349context.ReportingStep.Log(LogLevel.Information, new MarkdownString($"Successfully deployed **{TargetResource.Name}** to {endpointList}.")); 355context.ReportingStep.Log(LogLevel.Information,
Aspire.Hosting.Foundry (4)
HostedAgent\AzureHostedAgentResource.cs (1)
58ctx.ReportingStep.Log(LogLevel.Information, new MarkdownString($"Successfully deployed **{Name}** as Hosted Agent (version {version})"));
Project\ProjectResource.cs (1)
82await context.ReportingStep.CompleteAsync(
PromptAgent\AzurePromptAgentResource.cs (2)
89stepCtx.ReportingStep.Log(LogLevel.Information, 230context.ReportingStep.Log(LogLevel.Warning, retryMessage);
Aspire.Hosting.Kubernetes (4)
Deployment\HelmDeploymentEngine.cs (4)
197await ctx.ReportingStep.CompleteAsync( 251var prepareTask = await context.ReportingStep.CreateTaskAsync( 420var deployTask = await context.ReportingStep.CreateTaskAsync( 587var uninstallTask = await context.ReportingStep.CreateTaskAsync(
Aspire.Hosting.Radius (7)
Publishing\RadiusBicepPublishingContext.cs (2)
60var task = await context.ReportingStep.CreateTaskAsync( 120context.ReportingStep.Log(LogLevel.Error, ex.Message);
Publishing\RadiusDeploymentPipelineStep.cs (5)
132var deployTask = await context.ReportingStep.CreateTaskAsync( 175context.ReportingStep.Log(LogLevel.Information, e.Data); 185context.ReportingStep.Log(LogLevel.Warning, e.Data); 227context.ReportingStep.Log(LogLevel.Error, errorMessage); 239context.ReportingStep.Log(LogLevel.Error, ex.Message);
Aspire.Hosting.Tests (2)
Pipelines\DistributedApplicationPipelineTests.cs (2)
1205Assert.Same(context.ReportingStep, PipelineLoggerProvider.CurrentStep); 1217Assert.Same(context.ReportingStep, PipelineLoggerProvider.CurrentStep);
Pipelines.AppHost (2)
AppHost.cs (2)
65var assignRoleTask = await context.ReportingStep 264var uploadTask = await deployingContext.ReportingStep
Pipelines.Library (3)
DistributedApplicationPipelineExtensions.cs (3)
66var publishTask = await context.ReportingStep.CreateTaskAsync($"Publishing {projectResource.Name}", cancellationToken).ConfigureAwait(false); 110var zipTask = await context.ReportingStep.CreateTaskAsync($"Creating deployment package", cancellationToken).ConfigureAwait(false); 122var uploadTask = await context.ReportingStep.CreateTaskAsync($"Uploading to {projectResource.Name}", cancellationToken).ConfigureAwait(false);
Publishers.AppHost (1)
DistributedApplicationBuilderExtensions.cs (1)
36var reporter = context.ReportingStep;
SimplePipelines.AppHost (3)
AppHost.cs (3)
10var task = await context.ReportingStep 28var task = await context.ReportingStep 46var task = await context.ReportingStep