25 writes to ReportingStep
Aspire.Hosting (2)
Pipelines\DistributedApplicationPipeline.cs (2)
906ReportingStep = reportingStep 1017ReportingStep = reportingStep
Aspire.Hosting.Azure.Kubernetes.Tests (4)
AzureKubernetesInfrastructureTests.cs (4)
1399ReportingStep = reportingStep 1489ReportingStep = reportingStep 1702ReportingStep = reportingStep 1772ReportingStep = reportingStep
Aspire.Hosting.Azure.Tests (18)
AzureEnvironmentResourceExtensionsTests.cs (1)
554ReportingStep = reportingStep
AzureSandboxesTests.cs (17)
72ReportingStep = firstReportingStep 78ReportingStep = secondReportingStep 120ReportingStep = reportingStep 1056ReportingStep = reportingStep 1088ReportingStep = reportingStep 1126ReportingStep = reportingStep 1195ReportingStep = reportingStep 1242ReportingStep = reportingStep 2620ReportingStep = reportingStep 2724ReportingStep = reportingStep 2883ReportingStep = reportingStep 2918ReportingStep = reportingStep 2955ReportingStep = reportingStep 3110ReportingStep = reportingStep 3165ReportingStep = reportingStep 3198ReportingStep = reportingStep 3299ReportingStep = reportingStep
Aspire.Hosting.Kubernetes.Tests (1)
PipelineStepTestHelpers.cs (1)
51ReportingStep = reportingStep
66 references to ReportingStep
Aspire.Hosting (3)
Pipelines\DistributedApplicationPipeline.cs (1)
1357context.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)
236var getCredsTask = await context.ReportingStep.CreateTaskAsync( 517var applyTask = await context.ReportingStep.CreateTaskAsync(
Aspire.Hosting.Azure.Sandboxes (8)
AzureSandboxContainerDeployment.cs (7)
301var diskTask = await context.ReportingStep.CreateTaskAsync($"Creating sandbox disk image for {targetResource.Name}", context.CancellationToken).ConfigureAwait(false); 328var createTask = await context.ReportingStep.CreateTaskAsync($"Creating sandbox for {targetResource.Name}", context.CancellationToken).ConfigureAwait(false); 345var lifecycleTask = await context.ReportingStep.CreateTaskAsync($"Configuring lifecycle for {resource.Name}", context.CancellationToken).ConfigureAwait(false); 360var exposeTask = await context.ReportingStep.CreateTaskAsync($"Exposing sandbox port {endpoint.TargetPort}", context.CancellationToken).ConfigureAwait(false); 1333await context.ReportingStep.CompleteAsync( 1351await context.ReportingStep.CompleteAsync( 1429var cleanupTask = await context.ReportingStep.CreateTaskAsync($"Deleting stale sandbox deployment {sectionName}", context.CancellationToken).ConfigureAwait(false);
AzureSandboxGroupResource.cs (1)
177await context.ReportingStep.CompleteAsync(
Aspire.Hosting.Docker (8)
DockerComposeEnvironmentResource.cs (5)
151await ctx.ReportingStep.CompleteAsync( 174var deployTask = await ctx.ReportingStep.CreateTaskAsync( 282context.ReportingStep, 441var deployTask = await context.ReportingStep.CreateTaskAsync( 487var 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 (5)
HostedAgent\AzureHostedAgentResource.cs (1)
54ctx.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);
Toolbox\FoundryToolboxResource.cs (1)
82stepContext.ReportingStep.Log(
Aspire.Hosting.Kubernetes (4)
Deployment\HelmDeploymentEngine.cs (4)
209await ctx.ReportingStep.CompleteAsync( 257var prepareTask = await context.ReportingStep.CreateTaskAsync( 426var deployTask = await context.ReportingStep.CreateTaskAsync( 603var 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