2 writes to Inputs
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],
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 (1)
Commands\PublishCommandPromptingIntegrationTests.cs (1)
820
Inputs
= inputs
3 references to Inputs
aspire (3)
BackchannelJsonSerializerContext.PublishingActivityData.g.cs (2)
226
Getter = static obj => ((global::Aspire.Cli.Backchannel.PublishingActivityData)obj).
Inputs
,
323
IReadOnlyListPublishingPromptInputSerializeHandler(writer, ((global::Aspire.Cli.Backchannel.PublishingActivityData)value).
Inputs
);
Commands\PipelineCommandBase.cs (1)
680
if (activity.Data.
Inputs
is not { Count: > 0 } inputs)