10 writes to StepId
aspire (1)
BackchannelJsonSerializerContext.PublishingActivityData.g.cs (1)
30
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], Inputs = (global::System.Collections.Generic.IReadOnlyList<global::Aspire.Cli.Backchannel.PublishingPromptInput>)args[5] },
Aspire.Cli.Tests (9)
Commands\PublishCommandPromptingIntegrationTests.cs (1)
818
StepId
= "publish-step",
TestServices\TestAppHostBackchannel.cs (8)
131
StepId
= null
142
StepId
= "root-step"
153
StepId
= "root-step"
164
StepId
= "root-step"
175
StepId
= "root-step"
186
StepId
= "root-step"
197
StepId
= "root-step"
208
StepId
= null
4 references to StepId
aspire (4)
BackchannelJsonSerializerContext.PublishingActivityData.g.cs (2)
171
Getter = static obj => ((global::Aspire.Cli.Backchannel.PublishingActivityData)obj).
StepId
,
242
writer.WriteString(PropName_StepId, ((global::Aspire.Cli.Backchannel.PublishingActivityData)value).
StepId
);
Commands\PublishCommandBase.cs (2)
285
var stepId = activity.Data.
StepId
;
402
var stepId = activity.Data.
StepId
;