9 references to Id
aspire (9)
Commands\PublishCommandBase.cs (9)
254if (!steps.TryGetValue(activity.Data.Id, out var stepInfo)) 263Id = activity.Data.Id, 269steps[activity.Data.Id] = stepInfo; 305throw new InvalidOperationException($"Step activity with ID '{activity.Data.Id}' is not complete. Expected it to be complete before processing tasks."); 315throw new InvalidOperationException($"Task activity with ID '{activity.Data.Id}' is not associated with the current step '{currentStepProgress.Step?.Id}'."); 322if (!tasks.TryGetValue(activity.Data.Id, out var task)) 326Id = activity.Data.Id, 331tasks[activity.Data.Id] = task; 340throw new InvalidOperationException($"Task with ID '{activity.Data.Id}' does not have an associated ProgressTask.");