15 writes to StepId
aspire (1)
BackchannelJsonSerializerContext.PublishingActivityData.g.cs (1)
32
ObjectWithParameterizedConstructorCreator = 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], PipelineSummary = (global::System.Collections.Generic.IReadOnlyList<global::System.Collections.Generic.KeyValuePair<string, string>>)args[5], Inputs = (global::System.Collections.Generic.IReadOnlyList<global::Aspire.Cli.Backchannel.PublishingPromptInput>)args[6], LogLevel = (string)args[7], Timestamp = (global::System.DateTimeOffset?)args[8], EnableMarkdown = (bool)args[9] },
Aspire.Cli.Tests (14)
Commands\DeployCommandTests.cs (5)
413
StepId
= null
426
StepId
= "deploy-step"
439
StepId
= "deploy-step"
452
StepId
= null
465
StepId
= null
Commands\PublishCommandPromptingIntegrationTests.cs (1)
777
StepId
= "publish-step",
TestServices\TestAppHostCliBackchannel.cs (8)
130
StepId
= null
141
StepId
= "root-step"
152
StepId
= "root-step"
163
StepId
= "root-step"
174
StepId
= "root-step"
185
StepId
= "root-step"
196
StepId
= "root-step"
207
StepId
= null
5 references to StepId
aspire (5)
BackchannelJsonSerializerContext.PublishingActivityData.g.cs (2)
186
Getter = static obj => ((global::Aspire.Cli.Backchannel.PublishingActivityData)obj).
StepId
,
340
writer.WriteString(PropName_StepId, ((global::Aspire.Cli.Backchannel.PublishingActivityData)value).
StepId
);
Commands\PipelineCommandBase.cs (3)
382
var stepId = activity.Data.
StepId
;
484
var stepId = activity.Data.
StepId
;
531
var stepId = activity.Data.
StepId
;