15 writes to StepId
aspire (1)
BackchannelJsonSerializerContext.PublishingActivityData.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Aspire.Cli.Backchannel.PublishingActivityData(){ Id = (string)args[0], StatusText = (string)args[1], CompletionState = (string)args[2], StepId = (string)args[3], CompletionMessage = (string)args[4], Inputs = (global::System.Collections.Generic.IReadOnlyList<global::Aspire.Cli.Backchannel.PublishingPromptInput>)args[5], LogLevel = (string)args[6], Timestamp = (global::System.DateTimeOffset?)args[7], EnableMarkdown = (bool)args[8] },
Aspire.Cli.Tests (14)
Commands\DeployCommandTests.cs (5)
413StepId = null 426StepId = "deploy-step" 439StepId = "deploy-step" 452StepId = null 465StepId = null
Commands\PublishCommandPromptingIntegrationTests.cs (1)
818StepId = "publish-step",
TestServices\TestAppHostCliBackchannel.cs (8)
130StepId = null 141StepId = "root-step" 152StepId = "root-step" 163StepId = "root-step" 174StepId = "root-step" 185StepId = "root-step" 196StepId = "root-step" 207StepId = null
5 references to StepId
aspire (5)
BackchannelJsonSerializerContext.PublishingActivityData.g.cs (2)
186Getter = static obj => ((global::Aspire.Cli.Backchannel.PublishingActivityData)obj).StepId, 320writer.WriteString(PropName_StepId, ((global::Aspire.Cli.Backchannel.PublishingActivityData)value).StepId);
Commands\PipelineCommandBase.cs (3)
384var stepId = activity.Data.StepId; 486var stepId = activity.Data.StepId; 533var stepId = activity.Data.StepId;