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