1 write to ReportingStep
Aspire.Hosting (1)
Pipelines\DistributedApplicationPipeline.cs (1)
651ReportingStep = reportingStep
37 references to ReportingStep
Aspire.Hosting (3)
Pipelines\DistributedApplicationPipeline.cs (1)
1059context.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 (4)
AzureBicepResource.cs (1)
320var resourceTask = await context.ReportingStep
AzureEnvironmentResource.cs (3)
160context.ReportingStep); 175await context.ReportingStep.CompleteAsync( 182await context.ReportingStep.CompleteAsync(
Aspire.Hosting.Azure.AppContainers (3)
AzureContainerAppEnvironmentResource.cs (1)
137await context.ReportingStep.CompleteAsync(
AzureContainerAppResource.cs (2)
56ctx.ReportingStep.Log(LogLevel.Information, new MarkdownString($"Successfully deployed **{targetResource.Name}** to [{endpoint}]({endpoint})")); 61ctx.ReportingStep.Log(LogLevel.Information, new MarkdownString($"Successfully deployed **{targetResource.Name}** to Azure Container Apps environment **{containerAppEnv.Name}**. No public endpoints were configured."));
Aspire.Hosting.Azure.AppService (6)
AzureAppServiceEnvironmentResource.cs (5)
153await context.ReportingStep.CompleteAsync( 164await context.ReportingStep.CompleteAsync( 202context.ReportingStep.Log(LogLevel.Error, error); 205await context.ReportingStep.CompleteAsync( 214await context.ReportingStep.CompleteAsync(
AzureAppServiceWebSiteResource.cs (1)
60ctx.ReportingStep.Log(LogLevel.Information, new MarkdownString($"Successfully deployed **{targetResource.Name}** to [{endpoint}]({endpoint})"));
Aspire.Hosting.Azure.ContainerRegistry (1)
AzureContainerRegistryHelpers.cs (1)
35var loginTask = await context.ReportingStep.CreateTaskAsync(
Aspire.Hosting.Docker (6)
DockerComposeEnvironmentResource.cs (3)
211context.ReportingStep, 227var deployTask = await context.ReportingStep.CreateTaskAsync( 294var deployTask = await context.ReportingStep.CreateTaskAsync(
DockerComposeServiceResource.cs (3)
334context.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 (3)
HostedAgent\AzureHostedAgentResource.cs (1)
45ctx.ReportingStep.Log(LogLevel.Information, $"Successfully deployed **{Name}** as Hosted Agent (version {version})", enableMarkdown: true);
HostedAgent\AzurePromptAgentResource.cs (1)
46ctx.ReportingStep.Log(LogLevel.Information, $"Successfully deployed **{Name}** as Prompt Agent (version {version})", enableMarkdown: true);
Project\ProjectResource.cs (1)
60await context.ReportingStep.CompleteAsync(
Aspire.Hosting.Tests (2)
Pipelines\DistributedApplicationPipelineTests.cs (2)
1181Assert.Same(context.ReportingStep, PipelineLoggerProvider.CurrentStep); 1193Assert.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)
37var reporter = context.ReportingStep;
SimplePipelines.AppHost (3)
AppHost.cs (3)
10var task = await context.ReportingStep 28var task = await context.ReportingStep 46var task = await context.ReportingStep