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