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)
334if (!steps.TryGetValue(activity.Data.Id, out var stepStatus)) 339steps[activity.Data.Id] = activity.Data.CompletionState; 347InteractionService.DisplaySubtleMessage($"[[DEBUG]] Step {activity.Data.Id}: {status} - {statusText}", allowMarkup: true); 348steps[activity.Data.Id] = activity.Data.CompletionState; 393InteractionService.DisplaySubtleMessage($"[[DEBUG]] Task {activity.Data.Id} ({stepId}): {status} - {statusText}", allowMarkup: true); 403InteractionService.DisplaySubtleMessage($"[[DEBUG]] Task {activity.Data.Id} ({stepId}): {statusText}", allowMarkup: true); 445if (!steps.TryGetValue(activity.Data.Id, out var stepInfo)) 450Id = activity.Data.Id, 457steps[activity.Data.Id] = stepInfo; 541throw new InvalidOperationException($"Step '{stepId}' not found for task '{activity.Data.Id}'"); 546if (!tasks.TryGetValue(activity.Data.Id, out var task)) 551Id = activity.Data.Id, 557tasks[activity.Data.Id] = task; 738await backchannel.CompletePromptResponseAsync(activity.Data.Id, answers, cancellationToken);