2 instantiations of CreateInteractionInputOptions
Aspire.Hosting.RemoteHost.Tests (2)
AtsExportsTests.cs (2)
123var input = InteractionExports.CreateFileInput(interactionService, "artifact", new CreateInteractionInputOptions 169var input = InteractionExports.CreateFileInput(interactionService, "artifact", new CreateInteractionInputOptions
7 references to CreateInteractionInputOptions
Aspire.Hosting (7)
Ats\InteractionExports.cs (7)
176public static InteractionInputBuilder CreateTextInput(this IInteractionService interactionService, string name, CreateInteractionInputOptions? options = null) 185public static InteractionInputBuilder CreateSecretInput(this IInteractionService interactionService, string name, CreateInteractionInputOptions? options = null) 194public static InteractionInputBuilder CreateBooleanInput(this IInteractionService interactionService, string name, CreateInteractionInputOptions? options = null) 203public static InteractionInputBuilder CreateNumberInput(this IInteractionService interactionService, string name, CreateInteractionInputOptions? options = null) 212public static InteractionInputBuilder CreateFileInput(this IInteractionService interactionService, string name, CreateInteractionInputOptions? options = null) 225public static InteractionInputBuilder CreateChoiceInput(this IInteractionService interactionService, string name, IReadOnlyList<InteractionChoiceOption>? choices = null, CreateInteractionInputOptions? options = null) 304internal static InteractionInputBuilder Create(string name, InputType inputType, CreateInteractionInputOptions? options)