1 write to Name
Aspire.Hosting.Tests (1)
Publishing\PipelineActivityReporterTests.cs (1)
556
var responses = new PublishingPromptInputAnswer[] { new PublishingPromptInputAnswer {
Name
= "text_label", Value = "user-response" } };
3 references to Name
Aspire.Hosting (3)
Pipelines\PipelineActivityReporter.cs (3)
389
if (responseAnswer.
Name
!= null)
391
if (!inputsInfo.Inputs.TryGetByName(responseAnswer.
Name
, out matchingInput))
393
_logger.LogWarning("Unable to match answer with name '{InputName}' to an input.", responseAnswer.
Name
);