14 writes to Id
Aspire.Cli.Tests (14)
Commands\DeployCommandTests.cs (5)
408Id = "deploy-step", 421Id = "deploy-postgres", 433Id = "deploy-postgres", 447Id = "deploy-step", 460Id = "publish-complete",
Commands\PublishCommandPromptingIntegrationTests.cs (1)
773Id = prompt.PromptId,
TestServices\TestAppHostCliBackchannel.cs (8)
127Id = "root-step", 138Id = "child-task-1", 149Id = "child-task-1", 160Id = "child-task-2", 171Id = "child-task-2", 182Id = "child-task-2", 193Id = "child-task-2", 204Id = "root-step",
14 references to Id
aspire (14)
Commands\PipelineCommandBase.cs (14)
391if (!steps.TryGetValue(activity.Data.Id, out var stepStatus)) 396steps[activity.Data.Id] = activity.Data.CompletionState; 404InteractionService.DisplaySubtleMessage($"[[DEBUG]] Step {activity.Data.Id}: {status} - {statusText}", allowMarkup: true); 405steps[activity.Data.Id] = activity.Data.CompletionState; 450InteractionService.DisplaySubtleMessage($"[[DEBUG]] Task {activity.Data.Id} ({stepId}): {status} - {statusText}", allowMarkup: true); 460InteractionService.DisplaySubtleMessage($"[[DEBUG]] Task {activity.Data.Id} ({stepId}): {statusText}", allowMarkup: true); 502if (!steps.TryGetValue(activity.Data.Id, out var stepInfo)) 507Id = activity.Data.Id, 514steps[activity.Data.Id] = stepInfo; 598throw new InvalidOperationException($"Step '{stepId}' not found for task '{activity.Data.Id}'"); 603if (!tasks.TryGetValue(activity.Data.Id, out var task)) 608Id = activity.Data.Id, 614tasks[activity.Data.Id] = task; 795await backchannel.CompletePromptResponseAsync(activity.Data.Id, answers, cancellationToken);