1 write to Id
aspire (1)
Commands\PublishCommandBase.cs (1)
263Id = activity.Data.Id,
3 references to Id
aspire (3)
Commands\PublishCommandBase.cs (3)
258throw new InvalidOperationException($"Step activity with ID '{currentStepProgress.Step?.Id}' is not complete. Expected it to be complete before processing tasks."); 313if (currentStepProgress.Step?.Id != stepId) 315throw new InvalidOperationException($"Task activity with ID '{activity.Data.Id}' is not associated with the current step '{currentStepProgress.Step?.Id}'.");