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