1 write to InputType
Aspire.Cli.Tests (1)
Commands\PublishCommandPromptingIntegrationTests.cs (1)
1042InputType = input.InputType,
3 references to InputType
aspire (3)
Commands\PipelineCommandBase.cs (3)
1125var normalizedType = input.InputType.Replace("-", "", StringComparison.Ordinal); 1128throw new InvalidOperationException($"Unsupported input type: {input.InputType}"); 1163_ => throw new InvalidOperationException($"Unsupported input type: {input.InputType}"),